Searched defs:wta_k (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
H A Dorb.cpp107 int nkeypoints, int dsize, int wta_k)
112 format("-D ORB_DESCRIPTORS -D WTA_K=%d", wta_k));
216 Mat& descriptors, const std::vector<Point>& _pattern, int dsize, int wta_k )
255 if( wta_k == 2 )
280 else if( wta_k == 3 )
300 else if( wta_k == 4 )
341 CV_Error( Error::StsBadSize, "Wrong wta_k. It can be only 2, 3 or 4." );
659 edgeThreshold(_edgeThreshold), firstLevel(_firstLevel), wta_k(_WTA_K),
678 void setWTA_K(int wta_k_) { wta_k = wta_k_; }
679 int getWTA_K() const { return wta_k; }
105 ocl_computeOrbDescriptors(const UMat& imgbuf, const UMat& layerInfo, const UMat& keypoints, UMat& desc, const UMat& pattern, int nkeypoints, int dsize, int wta_k) argument
[all...]

Completed in 47 milliseconds