搜索资源列表
图像连通区域标记
- 用VC++实现图像连通区域标记,可以对图像中存在的连通域进行标记-with VC images connected region tags, and can be right image of connectivity domain marker
page74.21用VC++实现图像连通区域标记
- page74.21用VC++实现图像连通区域标记-page74.21 images with VC regional connectivity marker
二值图像连通区域的标记
- 二值图像连通区域的标记,是图像测量中用到的预处理,为后面图像面积等的测量打基础-binary image connectivity in the region markings image measurement is used in the pretreatment of the image area behind the measurement foundation
page74.21用VC++实现图像连通区域标记
- page74.21用VC++实现图像连通区域标记-page74.21 images with VC regional connectivity marker
二值图像连通区域的标记
- 二值图像连通区域的标记,是图像测量中用到的预处理,为后面图像面积等的测量打基础-binary image connectivity in the region markings image measurement is used in the pretreatment of the image area behind the measurement foundation
彩色分割后8连通处理
- 彩色分割后8连通处理,给出了彩色图像的一种聚类算法-after eight color segmentation connectivity, a color image is a clustering algorithm
连通性分析
- 在对图像进行行程编码之后进行连通性分析,形成连通区域-the right image coding itinerary after connectivity analysis, formation of regional connectivity
图像连通区域标记
- 用VC++实现图像连通区域标记,可以对图像中存在的连通域进行标记-with VC images connected region tags, and can be right image of connectivity domain marker
connected
- 图像像素标记法示例。在打开示例图片后,运行程序可以计算连通区域。-image pixel labeling practices. Photo opened example, operational procedures can be calculated regional connectivity.
PicEdge_DetecAndExtrac
- 程序说明 总体功能: 本程序有2个功能。 1.对载入的二值图像提取边缘,并将边缘信息存入指定文本文件。 2.通过功能1中的文本文件在一个打开的pic图像中恢复边缘。 所需输入输出的数据文件: 1.输入一个二值图像,对其进行边缘提取,新建一个文本文件已存入边缘信息,输出此文本。 2.输入步骤2中的文本,通过文本文件输出恢复边缘。 运行方式: 1.打开一个待求二值图。 2.选取“边缘
596316011520072152012179910479
- 基于像素标记的连通区域计算程序,只针对二值图像,随附有。-based on pixel labeling regional connectivity program that only two binary images, are attached.
connexity
- 本文是关于图像连通性算法原理及相关改进算法的原理。-This is the image of connectivity and related algorithms for improved algorithm principle.
imagelabel
- 在二值图像中,相互联结的黑像素的集合成为一个(黑)区域。本程序通过对图像内每个区域进行标记操作,求得区域的数目。 采用8连通判别算法。 从左到右,从上到下,依次检测每个像素,如果发现某像素点像素值为0,则依次检测该点的右上、正上、左上及左前点共四个点的像素值,判断他们的连通性。-value of the two images, mutual association of black pixels set to becom
liantongyu
- 基于4邻接性的宽度优先搜索算法,可以检测图像中的各连通域,并给出连通域的矩形框表示-based on four adjacent width of the first search algorithm can detect the image of the connected domain, and the domain is connected rectangular box said
regionprops
- 在一个图像中检测目标是图像分割的一个例子。为分割连通目标,时常用Watershed变换。如果把一幅图像看做一个具有山(高亮度)和低谷(低亮度)的表面,那么这个变换在一幅图像中找亮度低谷。-in an image detection of image segmentation is a case in point. Segmentation of connectivity, often used Watershed transform.
BLOB_Edge_detection_Algorithm
- BLOB进行图像连通区域特征分析,包括区域个数,位置,尺寸,形状等70-80个参数-BLOB image connectivity analysis of regional characteristics, including regional number, location, size, shape and other parameters, 70-80
ContourMark
- VC6环境下的二值图像的连通域标记程序,程序中中文注释详细-VC6 environment connectivity binary image labeling procedures, the procedures detailed in the Chinese Notes
lable_parallel
- 八值图像连通区域标记,为每个连通区域分配一个唯一的标号,处理后的图像按照从左到右,从上到下的顺序获得连续的标号-Binary image connected region eight marks, for each connected region a unique label distribution deal with in accordance with the image from left to right, from top
floodfill
- 图像域的填充:从种子点开始填充一个连通域。连通性由像素值的接近程度来衡量。-Fill image domain: From the seeds begin filling a connected domain. Connectivity from the closeness of pixel values to measure.
Imageclass
- 实现图像关于多阈值分割、连通域、边缘检测的自定义类-It`s a class defined by yourself,which operate in the aspects of muli-threshold segmentation,connected domain,edge detection and so on