Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Releases marker series. Do not use marker series object after releasing otherwise the application might crash. Failure to release marker series causes a memory leak.
HRESULT CvReleaseMarkerSeries(
_In_reads_bytes_(16) PCV_MARKERSERIES pMarkerSeries
);
Parameters
- pMarkerSeries
Address of provider object variable. Address cannot be NULL, the variable can have any value.
Return Value
S_OK when marker series is successfully released or error code in case there were any errors. Use SUCCEEDED/FAILED macros to check for error condition.
Requirements
Header: cvmarkers.h