cvIsInf 233 modules/calib3d/src/quadsubpix.cpp if(cvIsNaN(angle) || cvIsInf(angle) || angle < 0.5 || angle > CV_PI - 0.5) continue; cvIsInf 415 modules/core/src/downhill_simplex.cpp CV_Assert( !cvIsNaN(res) && !cvIsInf(res) ); cvIsInf 2858 modules/core/test/test_math.cpp if( cvIsInf(r0) ) cvIsInf 2860 modules/core/test/test_math.cpp ASSERT_TRUE(cvIsInf(r) != 0); cvIsInf 2868 modules/core/test/test_math.cpp ASSERT_TRUE(cvIsInf(r) == 0 && cvIsNaN(r) == 0); cvIsInf 124 modules/imgproc/src/intersection.cpp if( cvIsInf(t1) || cvIsInf(t2) || cvIsNaN(t1) || cvIsNaN(t2) ) cvIsInf 1112 modules/imgproc/test/test_convhull.cpp if( cvIsNaN(result) || cvIsInf(result) ) cvIsInf 1247 modules/imgproc/test/test_convhull.cpp if( cvIsNaN(box.center.x) || cvIsInf(box.center.x) || cvIsInf 1248 modules/imgproc/test/test_convhull.cpp cvIsNaN(box.center.y) || cvIsInf(box.center.y) || cvIsInf 1249 modules/imgproc/test/test_convhull.cpp cvIsNaN(box.size.width) || cvIsInf(box.size.width) || cvIsInf 1250 modules/imgproc/test/test_convhull.cpp cvIsNaN(box.size.height) || cvIsInf(box.size.height) || cvIsInf 1251 modules/imgproc/test/test_convhull.cpp cvIsNaN(box.angle) || cvIsInf(box.angle) ) cvIsInf 1559 modules/imgproc/test/test_convhull.cpp if( cvIsNaN(line[k]) || cvIsInf(line[k]) ) cvIsInf 1805 modules/imgproc/test/test_convhull.cpp if( cvIsNaN(v) || cvIsInf(v) ) cvIsInf 547 modules/imgproc/test/test_histograms.cpp if( cvIsNaN(v) || cvIsInf(v) ) cvIsInf 649 modules/imgproc/test/test_histograms.cpp if( cvIsNaN(min_val) || cvIsInf(min_val) || cvIsInf 650 modules/imgproc/test/test_histograms.cpp cvIsNaN(max_val) || cvIsInf(max_val) ) cvIsInf 768 modules/imgproc/test/test_histograms.cpp if( cvIsNaN(sum) || cvIsInf(sum) ) cvIsInf 915 modules/imgproc/test/test_histograms.cpp if( cvIsNaN(v) || cvIsInf(v) ) cvIsInf 1096 modules/imgproc/test/test_histograms.cpp if( cvIsNaN(v) || cvIsInf(v) ) cvIsInf 1822 modules/imgproc/test/test_histograms.cpp if( cvIsNaN(v) || cvIsInf(v) ) cvIsInf 1887 modules/ts/src/ts_func.cpp if( cvIsNaN(val) || cvIsInf(val) || val < fmin || val > fmax ) cvIsInf 2021 modules/ts/src/ts_func.cpp if( cvIsNaN(a_val) || cvIsInf(a_val) ) cvIsInf 2027 modules/ts/src/ts_func.cpp if( cvIsNaN(b_val) || cvIsInf(b_val) ) cvIsInf 2052 modules/ts/src/ts_func.cpp if( cvIsNaN(a_val) || cvIsInf(a_val) ) cvIsInf 2058 modules/ts/src/ts_func.cpp if( cvIsNaN(b_val) || cvIsInf(b_val) ) cvIsInf 276 modules/video/test/test_camshift.cpp if( cvIsNaN(box.size.width) || cvIsInf(box.size.width) || box.size.width <= 0 || cvIsInf 277 modules/video/test/test_camshift.cpp cvIsNaN(box.size.height) || cvIsInf(box.size.height) || box.size.height <= 0 || cvIsInf 278 modules/video/test/test_camshift.cpp cvIsNaN(box.center.x) || cvIsInf(box.center.x) || cvIsInf 279 modules/video/test/test_camshift.cpp cvIsNaN(box.center.y) || cvIsInf(box.center.y) || cvIsInf 280 modules/video/test/test_camshift.cpp cvIsNaN(box.angle) || cvIsInf(box.angle) || box.angle < -180 || box.angle > 180 || cvIsInf 281 modules/video/test/test_camshift.cpp cvIsNaN(comp.area) || cvIsInf(comp.area) || comp.area <= 0 ) cvIsInf 442 modules/video/test/test_camshift.cpp if( cvIsNaN(comp.area) || cvIsInf(comp.area) || comp.area <= 0 )