Home
last modified time | relevance | path

Searched refs:StsUnmatchedSizes (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp107 StsUnmatchedSizes= -209, //!< sizes of input/output structures do not match enumerator
/external/opencv3/modules/java/src/
Dcore+Core.java94 StsUnmatchedSizes = -209, field in Core
/external/opencv3/modules/calib3d/src/
Dstereobm.cpp1044 CV_Error( Error::StsUnmatchedSizes, "All the images must have the same size" ); in compute()
/external/opencv3/modules/video/src/
Dlkpyramid.cpp1371 CV_Error( Error::StsUnmatchedSizes, "Both input images must have the same size" ); in estimateRigidTransform()