文件名称:CGLGrassfire
介绍说明--下载内容均来自于网络,请自行研究使用
OpenCV function that finds BLOBS in a binary image with the help of the Grassfire algorithm. It is not recursive, but call the function Grassfire each time a white pixel is found in the image.
Input: 8bit Unsigned Char binary image.
Output: Changed image, now all the BLOBS have different pixel values, all pixel in the same BLOB have the same pixel value.
Input: 8bit Unsigned Char binary image.
Output: Changed image, now all the BLOBS have different pixel values, all pixel in the same BLOB have the same pixel value.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CGL Grassfire.cpp