本文介绍了为什么OpenCV中的CvBlobDetector在旧版lib中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有更新的Blob检测/跟踪库?

Is there a newer blob detection/tracking library?

这不是一个好的图书馆吗?

Is it not a good library?

传统不是应该是旧的并且不是有用的代码吗?

Isn't legacy supposed to be old and not useful code?

有人知道吗?

推荐答案

这是更新的斑点检测器:
http://opencv.itseez.com/modules/features2d/doc/common_interfaces_of_feature_detectors .html#SimpleBlobDetector

Here is newer blob detector:
http://opencv.itseez.com/modules/features2d/doc/common_interfaces_of_feature_detectors.html#SimpleBlobDetector

这篇关于为什么OpenCV中的CvBlobDetector在旧版lib中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 07:30