mexopencv  3.4.1
MEX interface for OpenCV library
Classes | Namespaces | Functions | Variables
MxArray.cpp File Reference

Implementation of MxArray. More...

#include "MxArray.hpp"

Go to the source code of this file.

Classes

struct  anonymous_namespace{MxArray.cpp}::CompareSparseMatNode
 Comparison operator for sparse matrix elements. More...
 

Namespaces

 anonymous_namespace{MxArray.cpp}
 

Functions

int MexErrorHandler (int status, const char *func_name, const char *err_msg, const char *file_name, int line, void *)
 Cutom error callback to be invoked by cv::error(), CV_Assert, etc. More...
 

Variables

const char * anonymous_namespace{MxArray.cpp}::cv_moments_fields [24]
 Field names for cv::Moments. More...
 
const char * anonymous_namespace{MxArray.cpp}::cv_rotated_rect_fields [3] = {"center", "size", "angle"}
 Field names for cv::RotatedRect. More...
 
const char * anonymous_namespace{MxArray.cpp}::cv_term_criteria_fields [3] = {"type", "maxCount", "epsilon"}
 Field names for cv::TermCriteria. More...
 
const char * anonymous_namespace{MxArray.cpp}::cv_keypoint_fields [6]
 Field names for cv::KeyPoint. More...
 
const char * anonymous_namespace{MxArray.cpp}::cv_dmatch_fields [4]
 Field names for cv::DMatch. More...
 
const ConstMap< mxClassID, int > anonymous_namespace{MxArray.cpp}::DepthOf
 Translates data type definition used in MATLAB to that of OpenCV. More...
 
const ConstMap< int, mxClassIDanonymous_namespace{MxArray.cpp}::ClassIDOf
 Translates data type definition used in OpenCV to that of MATLAB. More...
 
const ConstMap< int, std::stringanonymous_namespace{MxArray.cpp}::InvTermCritType
 Inverse TermCriteria type map for option processing. More...
 
const ConstMap< std::string, int > anonymous_namespace{MxArray.cpp}::TermCritType
 TermCriteria type map for option processing. More...
 

Detailed Description

Implementation of MxArray.

Author
Kota Yamaguchi
Date
2012

Definition in file MxArray.cpp.

Function Documentation

◆ MexErrorHandler()

int MexErrorHandler ( int  status,
const char *  func_name,
const char *  err_msg,
const char *  file_name,
int  line,
void *  userdata 
)

Cutom error callback to be invoked by cv::error(), CV_Assert, etc.

Parameters
statusstatus code.
func_namefunction name.
err_msgerror message.
file_namefilename path.
lineline number.
userdataoptional user data pointer (unused).
Returns
zero code.
See also
cv::redirectError

Definition at line 86 of file MxArray.cpp.