12345678910111213141516171819202122232425262728 |
- /*****************************************************************************
- * HalconC.h
- *****************************************************************************
- *
- * Project: HALCON/libhalcon
- * Description: Defines, types, and declarations for HALCON/C
- *
- * (c) 1996-2020 by MVTec Software GmbH
- * www.mvtec.com
- *
- ****************************************************************************/
- #ifndef HALCON_C_H
- #define HALCON_C_H
- #include "HalconCDefs.h"
- #include "HInterfaceC.h"
- #include "halconc/Hvector.h" /* HALCON/C vector implementation */
- /*
- * generated prototypes for all HALCON operators
- *--------------------------------------------------------------------------*/
- #include "HProto.h"
- #endif
|