Lines Matching refs:edgeThreshold
659 edgeThreshold(_edgeThreshold), firstLevel(_firstLevel), wta_k(_WTA_K),
672 void setEdgeThreshold(int edgeThreshold_) { edgeThreshold = edgeThreshold_; }
673 int getEdgeThreshold() const { return edgeThreshold; }
706 int edgeThreshold;
776 int edgeThreshold, int patchSize, int scoreType,
834 KeyPointsFilter::runByImageBorder(keypoints, img.size(), edgeThreshold);
960 int border = std::max(edgeThreshold, std::max(halfPatchSize, HARRIS_BLOCK_SIZE/2))+1;
1085 nfeatures, scaleFactor, edgeThreshold, patchSize, scoreType, useOCL, fastThreshold);
1089 KeyPointsFilter::runByImageBorder(keypoints, image.size(), edgeThreshold);
1177 Ptr<ORB> ORB::create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold,
1180 return makePtr<ORB_Impl>(nfeatures, scaleFactor, nlevels, edgeThreshold,