用于 2d 骨架估计的 Opencv 函数或步骤
问问题
3671 次
1 回答
0
见http://opencv.willowgarage.com/documentation/cpp/index.html
我没有看到任何聚类/质心,但您可以尝试 FindContours: http: //opencv.willowgarage.com/documentation/cpp/structural_analysis_and_shape_descriptors.html#findcontours。
听起来你想做可视化分析,这个库更适合机器视觉。
于 2010-01-07T09:12:15.303 回答