OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_BadStep
(Results
1 - 8
of
8
) sorted by null
/external/opencv/cxcore/include/
cxerror.h
66
#define
CV_BadStep
-13 /**/
/external/opencv/cxcore/src/
cxerror.cpp
287
case
CV_BadStep
: return "Image step is wrong";
438
case CV_BADSTEP_ERR: return
CV_BadStep
;
cxjacobieigens.cpp
405
CV_ERROR(
CV_BadStep
, "all the matrices must be continuous" );
cxarray.cpp
199
CV_ERROR_FROM_CODE(
CV_BadStep
);
1067
CV_ERROR_FROM_CODE(
CV_BadStep
);
1090
CV_ERROR_FROM_CODE(
CV_BadStep
);
1118
CV_ERROR(
CV_BadStep
,
[
all
...]
cxconvert.cpp
491
CV_ERROR(
CV_BadStep
, "" );
597
CV_ERROR(
CV_BadStep
, "" );
[
all
...]
/external/opencv/cv/src/
cvoptflowbm.cpp
600
CV_ERROR(
CV_BadStep
, "two source or two destination images have different steps" );
cvoptflowhs.cpp
526
CV_ERROR(
CV_BadStep
, "source and destination images have different step" );
cvoptflowlk.cpp
602
CV_ERROR(
CV_BadStep
, "source and destination images have different step" );
Completed in 184 milliseconds