搜索资源列表
blob6
- this program used to detect the blob for the human in 2D image
ScaleSelection
- 利用高斯函数(filter,DOG) 做图像feature的识别。学期作业-blob detection DOG
show_all_circles
- 在bolb detection中用于圆圈的显示-show circles in the blob detection
cells-counting
- Blob分析其实就是将图像进行二值化,分割得到前景和背景,然后进行连通区域检测,从而得到Blob快的过程。简单来说,blob分析就是在一块“光滑”区域内,将出现“灰度突变”的小区域寻找出来。-This example illustrates how to use the morphological and BlobAnalysis System objects to segment individual cells and count them.