HomeSort by relevance Sort by last modified time
    Searched defs:CV_INLINE (Results 1 - 3 of 3) sorted by null

  /external/opencv/otherlibs/highgui/
highgui.h 80 #ifndef CV_INLINE
82 #define CV_INLINE inline
84 #define CV_INLINE __inline
86 #define CV_INLINE static
88 #endif /* CV_INLINE */
249 CV_INLINE int iplWidth( const IplImage* img );
250 CV_INLINE int iplWidth( const IplImage* img )
255 CV_INLINE int iplHeight( const IplImage* img );
256 CV_INLINE int iplHeight( const IplImage* img )
268 CV_INLINE RECT NormalizeRect( RECT r )
    [all...]
  /external/opencv/ml/include/
ml.h 86 #ifndef CV_INLINE
88 #define CV_INLINE inline
90 #define CV_INLINE __inline
92 #define CV_INLINE static
94 #endif /* CV_INLINE */
155 CV_INLINE CvParamLattice cvParamLattice( double min_val, double max_val,
165 CV_INLINE CvParamLattice cvDefaultParamLattice( void )
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 121 #ifndef CV_INLINE
123 #define CV_INLINE inline
125 #define CV_INLINE __inline
127 #define CV_INLINE static
129 #endif /* CV_INLINE */
210 CV_INLINE int cvRound( double value )
237 CV_INLINE int cvFloor( double value )
252 CV_INLINE int cvCeil( double value )
269 CV_INLINE int cvIsNaN( double value )
284 CV_INLINE int cvIsInf( double value
    [all...]

Completed in 786 milliseconds