Welcome![Sign In][Sign Up]
Location:
Search - labeling

Search list

[Special Effectsccl

Description: Connected Component Labeling
Platform: | Size: 12288 | Author: 李恆寬 | Hits:

[VC/MFCsource

Description: 这是树上的代码,在Visual C++中,实现图像连通区域标记,供大家参考-This is the tree code, in Visual C++ In Image Region Labeling connectivity for your information
Platform: | Size: 103424 | Author: Lynn | Hits:

[ActiveX/DCOM/ATLComponentLabeling

Description: connected component labeling
Platform: | Size: 3072 | Author: soso | Hits:

[Graph programDiblook

Description: A very useful tool for image processing tasks. There are implemented a lot of functions(like objects labeling, canny edge detector, filters and so on).
Platform: | Size: 1964032 | Author: dm1seven | Hits:

[Special Effectsim_MSfilter

Description: 基于Mean Shift的图像分割过程就是首先利用Mean Shift算法对图像中的像素进行聚类,即把收敛到同一点的起始点归为一类,然后把这一类的标号赋给这些起始点,同时把包含像素点太少的类去掉。然后,采用阈值化分割的方法对图像进行二值化处理 -Mean Shift Based on the process of image segmentation is the first to use the image Mean Shift algorithm for clustering of pixels, that is, to converge to the same point as a starting point to the category and then assigned to this type of labeling of these starting points, at the same time to contain too few pixels to remove the category. Then, using thresholding segmentation method of binary image processing
Platform: | Size: 1024 | Author: 秦陈刚 | Hits:

[Special Effectsconnected_components_image

Description: Implementation Of Labeling Connected Components 用C#实现图像的连通区域标定,可选4连通,8连通-Implementation Of Labeling Connected Components The algorithm is coded in C# using unsafe so the quality and speed of the program may not be affected. The class BitmapData is used to read and process the pixels in the image. This is the specialty of C# to provide such a speed even on image processing applications. There is a set of modules that are designed to implement the algorithm. The program scans the image to convert the image into grayscale Levels. Then it converts the image into binary. This binary image will be subjected to splitting it into components. Here we can us 4-Connected or 8-Connected Algorithm but we used 8-Connected Algorithm for finding the Blobs in the image as described above
Platform: | Size: 53248 | Author: 程磊 | Hits:

[Special EffectsImageLabel

Description: java实现图像连通区域算法 *ImageLabel is an algorithm that applies Connected Component Labeling *alogrithm to an input image. Only mono images are catered for.-*ImageLabel is an algorithm that applies Connected Component Labeling *alogrithm to an input image. Only mono images are catered for.
Platform: | Size: 3072 | Author: 程磊 | Hits:

[Otherccl

Description: python code to do connected component labeling of the thresholded image
Platform: | Size: 1024 | Author: formjk | Hits:

[Graph programProject

Description: it is a image processing project which can find special and certain object with certain shapes in the images. it obtain the P and S for each object and compare P/S ratio to template image and object. Sobel use for P and finding edges and Labeling algorithm use for S.
Platform: | Size: 11264 | Author: Mohammadali | Hits:

[Special Effectsqw

Description: 图像计算的常用功能,包括显示标号/计算周长/计算面积/小区域消除等功能-Calculation of the commonly used image features, including display labeling/calculate perimeter/calculate area/small area, such as the elimination of functional
Platform: | Size: 154624 | Author: tysong | Hits:

[Windows Developcontour_cca

Description: A rough implementation of "A Component-Labeling Algorithm Using Contour Tracing Technique" paper on an implementation of connected component algorithm using contour tracing, allowing the algorithm to do connected component labelling with just one pass through the image.
Platform: | Size: 1009664 | Author: Hao Wooi Lim | Hits:

[Video Capturech11_wintest.ZIP

Description: image processing labeling
Platform: | Size: 4520960 | Author: seo sang jun | Hits:

[Special Effectsliantongquyu

Description: 利用VC++实现的人连通区域标记算法,测试并通过。-Using VC++ implementation of people connected region labeling algorithm, test and passed.
Platform: | Size: 13830144 | Author: 蜻蜓 | Hits:

[Mathimatics-Numerical algorithmsxxd

Description: 二值图像连通域标记快速算法,能进行区域检测,附代说明文档-Binary image connected component labeling fast algorithm that can detect regional, with a generation of documentation
Platform: | Size: 47104 | Author: lq8712b3 | Hits:

[Mathimatics-Numerical algorithms112

Description: 二值图像连通域标记快速算法,能进行区域检测,附代说明文档,VB开发-Binary image connected component labeling fast algorithm that can detect regional, with a generation of documentation
Platform: | Size: 45056 | Author: lq8712b3 | Hits:

[matlabmatlabPyrTools

Description: This package contains some MatLab tools for multi-scale image processing. Briefly, the tools include: - Recursive multi-scale image decompositions (pyramids), including Laplacian pyramids, QMFs, Wavelets, and steerable pyramids. These operate on 1D or 2D signals of arbitrary dimension. Data structures are compatible with the MatLab wavelet toolbox. - Fast 2D convolution routines, with subsampling and boundary-handling. - Fast point-operations, histograms, histogram-matching. - Fast synthetic image generation: sine gratings, zone plates, fractals, etc. - Display routines for images and pyramids. These include several auto-scaling options, rounding to integer zoom factors to avoid resampling artifacts, and useful labeling (dimensions and gray-range). -This package contains some MatLab tools for multi-scale image processing. Briefly, the tools include: - Recursive multi-scale image decompositions (pyramids), including Laplacian pyramids, QMFs, Wavelets, and steerable pyramids. These operate on 1D or 2D signals of arbitrary dimension. Data structures are compatible with the MatLab wavelet toolbox. - Fast 2D convolution routines, with subsampling and boundary-handling. - Fast point-operations, histograms, histogram-matching. - Fast synthetic image generation: sine gratings, zone plates, fractals, etc. - Display routines for images and pyramids. These include several auto-scaling options, rounding to integer zoom factors to avoid resampling artifacts, and useful labeling (dimensions and gray-range).
Platform: | Size: 2065408 | Author: not applicable | Hits:

[Graph programchengxu

Description: 本程序应用了取两次阈值、基于特征的逻辑、二值形态学和相连成分的标识,确定了钢的显微图像中颗粒的边界,标识了不同的颗粒。-This procedure applies to take the two threshold values, based on characteristics of logic, binary morphology and connected component labeling, to determine the microstructure of steel grain boundaries of the image, identifies the different particles.
Platform: | Size: 64512 | Author: zhaofei | Hits:

[Special Effectssegment.tar

Description: 对二值图像进行连通域标记,然后根据面积,周长等特征进行分割。-labeling the connected region in a binary image, and then segment it by terms of area and border pixels.
Platform: | Size: 133120 | Author: Haojie Wang | Hits:

[Special EffectsMarkConected

Description: 本程序是基于多文档(MDI)的连通域标记算法,用于统计连通域的数目。本人亲自修改,运行通过,而且附有测试例图。-This procedure is based on the multiple document (MDI) of the connected components labeling algorithm, the number of connected components for the statistics. I personally modify, run through, and with a test case diagrams.
Platform: | Size: 2087936 | Author: jerry | Hits:

[matlablabel_gui3

Description: Image Region Labeling Software
Platform: | Size: 16384 | Author: utrade1 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 27 »

CodeBus www.codebus.net