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

  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 66 #ifndef CV_INLINE
68 # define CV_INLINE static inline
70 # define CV_INLINE __inline
72 # define CV_INLINE static
363 CV_INLINE int
402 CV_INLINE int cvFloor( double value )
425 CV_INLINE int cvCeil( double value )
447 CV_INLINE int cvIsNaN( double value )
461 CV_INLINE int cvIsInf( double value )
472 CV_INLINE int cvRound(float value
    [all...]
  /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 1117 milliseconds