OpenCV 中的连接组件 [英] connected components in OpenCV

查看:30
本文介绍了OpenCV 中的连接组件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个 OpenCV 函数,它可以找到连接的组件并对其执行一些任务(例如获取对象中的像素数、轮廓、像素列表等.)

I am looking for an OpenCV function that can find connected components and perform a few tasks on them ( like getting the number of pixels, contour, list of pixels in the object etc.. )

OpenCV(C++)有没有类似于MatLab的regionprops的函数?

Is there a function of OpenCV (C++) that is similar to MatLab's regionprops ?

推荐答案

从 3.0 版本开始,OpenCV 有了 connectedComponents 函数.

Starting from version 3.0, OpenCV has connectedComponents function.

这篇关于OpenCV 中的连接组件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆