• 大小: 34.11MB
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2023-07-27
  • 语言: 其他
  • 标签: 深度学习  

资源简介

mvtec halcon 19 深度学习 和平版 ,亲测可用解压出来放到安装目录下即可

资源截图

代码片段和文件信息

/* this file contains the actual definitions of */
/* the IIDs and CLSIDs */

/* link this file in with the server and any clients */


/* File created by MIDL compiler version 5.01.0164 */
/* at Sat Feb 26 17:53:32 2000
 */
/* Compiler settings for C:\Halcon\source\packages\grayfeat\source\com\HalconXimport.idl:
    Os (OptLev=s) W1 Zp8 env=Win32 ms_ext c_ext
    error checks: allocation ref bounds_check enum stub_data 
*/
//@@MIDL_FILE_HEADING(  )
#ifdef __cplusplus
extern “C“{
#endif 


#ifndef __IID_DEFINED__
#define __IID_DEFINED__

#pragma pack(push8) /* sets the struct member alignment to 8 bytes (default)*/

typedef struct _IID
{
    unsigned long x;
    unsigned short s1;
    unsigned short s2;
    unsigned char  c[8];
} IID;

#pragma pack(pop)

#endif // __IID_DEFINED__

#ifndef CLSID_DEFINED
#define CLSID_DEFINED
typedef IID CLSID;
#endif // CLSID_DEFINED

const IID IID_IHobjectX = {0x6ebd90c30xd2190x11d2{0xad0xe50x000x000xc00x0f0x4e0xf9}};


const IID IID_IHUntypedobjectX = {0x6ebd90c40xd2190x11d2{0xad0xe50x000x000xc00x0f0x4e0xf9}};


const IID IID_IHandleAccess = {0x6ebd90d20xd2190x11d2{0xad0xe50x000x000xc00x0f0x4e0xf9}};


#ifdef __cplusplus
}
#endif


评论

共有 条评论