OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_StsAssert
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/calib3d/test/
test_undistort_badarg.cpp
137
errcount += run_test_case(
CV_StsAssert
, "Input data is not CvMat*" );
142
errcount += run_test_case(
CV_StsAssert
, "Output data is not CvMat*" );
147
errcount += run_test_case(
CV_StsAssert
, "Invalid input data matrix size" );
153
errcount += run_test_case(
CV_StsAssert
, "Invalid output data matrix size" );
161
errcount += run_test_case(
CV_StsAssert
, "Output and input data sizes mismatch" );
169
errcount += run_test_case(
CV_StsAssert
, "Invalid output data matrix type" );
175
errcount += run_test_case(
CV_StsAssert
, "Invalid input data matrix type" );
181
errcount += run_test_case(
CV_StsAssert
, "Invalid camera data matrix size" );
187
errcount += run_test_case(
CV_StsAssert
, "Invalid camera data matrix size" );
193
errcount += run_test_case(
CV_StsAssert
, "Camera data is not CvMat*" )
[
all
...]
/external/opencv3/modules/core/src/
system.cpp
765
case
CV_StsAssert
: return "Assertion failed";
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
166
CV_StsAssert
= -215, /**< assertion failed */
[
all
...]
Completed in 43 milliseconds