Machine Vision Camera SDK (C) Developer Guide
break;
}
4.5.19 MV_CC_DrawCircle
Draw auxiliary circle frames on the image.
API Definition
int MV_CC_DrawCircle(
void
MVCC_CIRCLE_INFO
);
*handle,
*pCircleInfo
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pCircleInfo
[IN] The information about auxiliary circle frame, see MVCC_CIRCLE_INFO for details.
Return Value
Return MV_OK on success, and return Error Code on failure.
4.5.20 MV_CC_DrawLines
Draw auxiliary lines on the image.
API Definition
int MV_CC_DrawLines(
void
MVCC_LINES_INFO
);
*handle,
*pLinesInfo
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pLinesInfo
[IN] The information about auxiliary line, see MVCC_LINES_INFO for details.
112
    "