|
mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
| Ptr< ImgHashBase > | createImgHashBase (const string &alg, vector< MxArray >::const_iterator first, vector< MxArray >::const_iterator last) |
| Create an instance of ImgHashBase using options in arguments. More... | |
Variables | |
| int | last_id = 0 |
| Last object id to allocate. More... | |
| map< int, Ptr< ImgHashBase > > | obj_ |
| Object container. More... | |
| const ConstMap< string, int > | BlockMeanHashModeMap |
| BlockMeanHash mode map for option processing. More... | |
| Ptr<ImgHashBase> anonymous_namespace{ImgHash_.cpp}::createImgHashBase | ( | const string & | alg, |
| vector< MxArray >::const_iterator | first, | ||
| vector< MxArray >::const_iterator | last | ||
| ) |
Create an instance of ImgHashBase using options in arguments.
| alg | image hash algorithm, one of:
|
| first | iterator at the beginning of the vector range |
| last | iterator at the end of the vector range |
Definition at line 39 of file ImgHash_.cpp.
BlockMeanHash mode map for option processing.
Definition at line 23 of file ImgHash_.cpp.
| int anonymous_namespace{ImgHash_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 18 of file ImgHash_.cpp.
| map<int,Ptr<ImgHashBase> > anonymous_namespace{ImgHash_.cpp}::obj_ |
Object container.
Definition at line 20 of file ImgHash_.cpp.
1.8.14