- 博客(2)
- 收藏
- 关注
原创 opencv: SimpleBlobDetector 使用
Mat image = GetDocument()->image; vector keyPoints; SimpleBlobDetector::Params params; params.thresholdStep = 10; params.minThreshold = 50; params.maxThreshold = 220; params.minRepeatabili
2015-02-02 16:31:37
3277
原创 opencv: partition应用
//距离小于10的点归为一类 bool _EqPredicate(const Point& a, const Point& b) { return ((b.y-a.y)*(b.y-a.y)+(b.x-a.x)*(b.x-a.x) } void ClusteringPartition() { Mat img(500, 500, CV_8UC3); RNG rn
2015-02-02 11:43:36
1427
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人