用于2d骨架估计的Opencv函数或步骤
答案 0 :(得分:0)
请参阅http://opencv.willowgarage.com/documentation/cpp/index.html
我没有看到群集/质心的任何内容,但您可以尝试使用FindContours:http://opencv.willowgarage.com/documentation/cpp/structural_analysis_and_shape_descriptors.html#findcontours。
听起来你想进行可视化分析,这个库更适合机器视觉。