1234567891011121314 |
- #include <RUSCommonCppDef.h>
- extern "C"
- {
- enum CardiacUsImgRecogStatus
- {
- UNKNOW = 0,
- FALSE,
- TRUE,
- };
- _declspec(dllexport) CardiacUsImgRecogStatus __stdcall CheckIsCardiacUsImg(const StructImageInfo* imageData, const int step, bool isInitFrame);
-
- _declspec(dllexport) void __stdcall ResetPara();
- }
|