Searched refs:SimpleBlobDetector (Results 1 – 7 of 7) sorted by relevance
19 static String Legende(SimpleBlobDetector::Params &pAct) in Legende()92 SimpleBlobDetector::Params pDefaultBLOB; in main()116 vector<SimpleBlobDetector::Params> pBLOB; in main()117 vector<SimpleBlobDetector::Params>::iterator itBLOB; in main()173 b = SimpleBlobDetector::create(*itBLOB); in main()184 if (b.dynamicCast<SimpleBlobDetector>() != NULL) in main()186 Ptr<SimpleBlobDetector> sbd = b.dynamicCast<SimpleBlobDetector>(); in main()
61 class CV_EXPORTS_W SimpleBlobDetectorImpl : public SimpleBlobDetector65 …explicit SimpleBlobDetectorImpl(const SimpleBlobDetector::Params ¶meters = SimpleBlobDetector:…87 SimpleBlobDetector::Params::Params() in Params()117 void SimpleBlobDetector::Params::read(const cv::FileNode& fn ) in read()146 void SimpleBlobDetector::Params::write(cv::FileStorage& fs) const in write()175 SimpleBlobDetectorImpl::SimpleBlobDetectorImpl(const SimpleBlobDetector::Params ¶meters) : in SimpleBlobDetectorImpl()368 Ptr<SimpleBlobDetector> SimpleBlobDetector::create(const SimpleBlobDetector::Params& params) in create()
519 class CV_EXPORTS_W SimpleBlobDetector : public Feature2D class550 CV_WRAP static Ptr<SimpleBlobDetector>551 create(const SimpleBlobDetector::Params ¶meters = SimpleBlobDetector::Params());
143 fd = SimpleBlobDetector::create(); in CV_EXPORTS_AS()
696 … const Ptr<FeatureDetector> &blobDetector = SimpleBlobDetector::create());
113 typedef SimpleBlobDetector::Params SimpleBlobDetector_Params;
2272 …al_ = cv::findCirclesGrid( image, patternSize, centers, (int)flags, SimpleBlobDetector::create() ); in Java_org_opencv_calib3d_Calib3d_findCirclesGrid_10()