HomeSort by relevance Sort by last modified time
    Searched refs:cvIsInf (Results 1 - 10 of 10) sorted by null

  /external/opencv3/modules/video/test/
test_camshift.cpp 276 if( cvIsNaN(box.size.width) || cvIsInf(box.size.width) || box.size.width <= 0 ||
277 cvIsNaN(box.size.height) || cvIsInf(box.size.height) || box.size.height <= 0 ||
278 cvIsNaN(box.center.x) || cvIsInf(box.center.x) ||
279 cvIsNaN(box.center.y) || cvIsInf(box.center.y) ||
280 cvIsNaN(box.angle) || cvIsInf(box.angle) || box.angle < -180 || box.angle > 180 ||
281 cvIsNaN(comp.area) || cvIsInf(comp.area) || comp.area <= 0 )
442 if( cvIsNaN(comp.area) || cvIsInf(comp.area) || comp.area <= 0 )
  /external/opencv3/modules/imgproc/src/
intersection.cpp 124 if( cvIsInf(t1) || cvIsInf(t2) || cvIsNaN(t1) || cvIsNaN(t2) )
  /external/opencv3/modules/calib3d/src/
quadsubpix.cpp 233 if(cvIsNaN(angle) || cvIsInf(angle) || angle < 0.5 || angle > CV_PI - 0.5) continue;
  /external/opencv3/modules/imgproc/test/
test_histograms.cpp 547 if( cvIsNaN(v) || cvIsInf(v) )
649 if( cvIsNaN(min_val) || cvIsInf(min_val) ||
650 cvIsNaN(max_val) || cvIsInf(max_val) )
768 if( cvIsNaN(sum) || cvIsInf(sum) )
915 if( cvIsNaN(v) || cvIsInf(v) )
1096 if( cvIsNaN(v) || cvIsInf(v) )
    [all...]
test_convhull.cpp 1112 if( cvIsNaN(result) || cvIsInf(result) )
    [all...]
  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 461 CV_INLINE int cvIsInf( double value )
563 CV_INLINE int cvIsInf( float value )
  /external/opencv3/modules/core/src/
downhill_simplex.cpp 415 CV_Assert( !cvIsNaN(res) && !cvIsInf(res) );
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 284 CV_INLINE int cvIsInf( double value )
    [all...]
  /external/opencv3/modules/core/test/
test_math.cpp     [all...]

Completed in 265 milliseconds