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 provider. Releasing the marker provider will not affect previously created marker series of this provider. Marker series have to be release separately by CvReleaseMarkerSeries call. Failure to release provider causes a memory leak.
HRESULT CvReleaseProvider(
_In_ PCV_PROVIDER pProvider
);
Parameters
- pProvider
Provider context. Cannot be NULL.
Return Value
S_OK when provider 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