Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Ddraw.cpp135 … CV_Error( Error::StsBadSize, "outImg has size less than need to draw img1 and img2 together" ); in _prepareImgAndDrawKeypoints()
196 CV_Error( Error::StsBadSize, "matchesMask must have the same size as matches1to2" ); in drawMatches()
225 CV_Error( Error::StsBadSize, "matchesMask must have the same size as matches1to2" ); in drawMatches()
Dorb.cpp341 CV_Error( Error::StsBadSize, "Wrong wta_k. It can be only 2, 3 or 4." ); in computeOrbDescriptors()
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp99 StsBadSize= -201, //!< the input/output structure size is incorrect enumerator
/external/opencv3/modules/java/src/
Dcore+Core.java86 StsBadSize = -201, field in Core