| 
    mexopencv
    3.4.1
    
   MEX interface for OpenCV library 
   | 
 
Functions | |
| Ptr< Retina > | create_Retina (vector< MxArray >::const_iterator first, vector< MxArray >::const_iterator last) | 
| Create an instance of Retina using options in arguments.  More... | |
| void | createOPLandIplParvoParameters (RetinaParameters::OPLandIplParvoParameters &OPLandIplParvo, vector< MxArray >::const_iterator first, vector< MxArray >::const_iterator last) | 
| Create an instance of OPLandIplParvoParameters using options in arguments.  More... | |
| void | createIplMagnoParameters (RetinaParameters::IplMagnoParameters &IplMagno, vector< MxArray >::const_iterator first, vector< MxArray >::const_iterator last) | 
| Create an instance of IplMagnoParameters using options in arguments.  More... | |
| void | createRetinaParameters (RetinaParameters ¶ms, vector< MxArray >::const_iterator first, vector< MxArray >::const_iterator last) | 
| Create an instance of RetinaParameters using options in arguments.  More... | |
| MxArray | toStruct (const RetinaParameters::OPLandIplParvoParameters ¶ms) | 
| Convert Parvocellular parameters to scalar struct.  More... | |
| MxArray | toStruct (const RetinaParameters::IplMagnoParameters ¶ms) | 
| Convert Magnocellular parameters to scalar struct.  More... | |
| MxArray | toStruct (const RetinaParameters ¶ms) | 
| Convert retina model parameters to scalar struct.  More... | |
Variables | |
| int | last_id = 0 | 
| Last object id to allocate.  More... | |
| map< int, Ptr< Retina > > | obj_ | 
| Object container.  More... | |
| const ConstMap< string, int > | RetinaColorSampMap | 
| Retina color sampling methods.  More... | |
| Ptr<Retina> anonymous_namespace{Retina_.cpp}::create_Retina | ( | vector< MxArray >::const_iterator | first, | 
| vector< MxArray >::const_iterator | last | ||
| ) | 
Create an instance of Retina using options in arguments.
| [in] | first | iterator at the beginning of the vector range | 
| [in] | last | iterator at the end of the vector range | 
Definition at line 32 of file Retina_.cpp.
| void anonymous_namespace{Retina_.cpp}::createIplMagnoParameters | ( | RetinaParameters::IplMagnoParameters & | IplMagno, | 
| vector< MxArray >::const_iterator | first, | ||
| vector< MxArray >::const_iterator | last | ||
| ) | 
Create an instance of IplMagnoParameters using options in arguments.
| [in,out] | IplMagno | IplMagnoParameters struct to fill | 
| [in] | first | iterator at the beginning of the vector range | 
| [in] | last | iterator at the end of the vector range | 
Definition at line 109 of file Retina_.cpp.
| void anonymous_namespace{Retina_.cpp}::createOPLandIplParvoParameters | ( | RetinaParameters::OPLandIplParvoParameters & | OPLandIplParvo, | 
| vector< MxArray >::const_iterator | first, | ||
| vector< MxArray >::const_iterator | last | ||
| ) | 
Create an instance of OPLandIplParvoParameters using options in arguments.
| [in,out] | OPLandIplParvo | OPLandIplParvoParameters struct to fill | 
| [in] | first | iterator at the beginning of the vector range | 
| [in] | last | iterator at the end of the vector range | 
Definition at line 70 of file Retina_.cpp.
| void anonymous_namespace{Retina_.cpp}::createRetinaParameters | ( | RetinaParameters & | params, | 
| vector< MxArray >::const_iterator | first, | ||
| vector< MxArray >::const_iterator | last | ||
| ) | 
Create an instance of RetinaParameters using options in arguments.
| [in,out] | params | RetinaParameters struct to fill | 
| [in] | first | iterator at the beginning of the vector range | 
| [in] | last | iterator at the end of the vector range | 
Definition at line 146 of file Retina_.cpp.
| MxArray anonymous_namespace{Retina_.cpp}::toStruct | ( | const RetinaParameters::OPLandIplParvoParameters & | params | ) | 
Convert Parvocellular parameters to scalar struct.
| [in] | params | instance of OPLandIplParvoParameters | 
Definition at line 174 of file Retina_.cpp.
| MxArray anonymous_namespace{Retina_.cpp}::toStruct | ( | const RetinaParameters::IplMagnoParameters & | params | ) | 
Convert Magnocellular parameters to scalar struct.
| [in] | params | instance of IplMagnoParameters | 
Definition at line 198 of file Retina_.cpp.
| MxArray anonymous_namespace{Retina_.cpp}::toStruct | ( | const RetinaParameters & | params | ) | 
Convert retina model parameters to scalar struct.
| [in] | params | instance of RetinaParameters | 
Definition at line 220 of file Retina_.cpp.
| int anonymous_namespace{Retina_.cpp}::last_id = 0 | 
Last object id to allocate.
Definition at line 17 of file Retina_.cpp.
Object container.
Definition at line 19 of file Retina_.cpp.
Retina color sampling methods.
Definition at line 22 of file Retina_.cpp.
 1.8.14