The CvInvoke type exposes the following fields.

Fields

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
BoolMarshalType
bool marshaling type
CvCallingConvention
Opencv's calling convention
CvErrorHandlerIgnoreError
An error handler which will ignore any error and continute
CvErrorHandlerThrowException
The default Exception callback to handle Error thrown by OpenCV
EXTERN_LIBRARY
The file name of the cvextern library
OPENCV_CALIB3D_LIBRARY
The file name of the calib3d library
OPENCV_CORE_LIBRARY
The file name of the core library
OPENCV_FEATURES2D_LIBRARY
The file name of the feature2d library
OPENCV_FFMPEG_LIBRARY
The file name of the opencv_ffmpeg library
OPENCV_GPU_LIBRARY
The file name of the gpu library
OPENCV_HIGHGUI_LIBRARY
The file name of the highgui library
OPENCV_IMGPROC_LIBRARY
The file name of the imgproc library
OPENCV_LEGACY_LIBRARY
The file name of the legacy library
OPENCV_OBJDETECT_LIBRARY
The file name of the objdetect library
OPENCV_VIDEO_LIBRARY
The file name of the video library
StringMarshalType
string marshaling type
UnmanagedCodeBitness
The bit-ness of the unmanaged code (either 32 or 64)

See Also