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

Search list

[Special Effectsconnected

Description: 图像像素标记法示例。在打开示例图片后,运行程序可以计算连通区域。-image pixel labeling practices. Photo opened example, operational procedures can be calculated regional connectivity.
Platform: | Size: 104448 | Author: 黄海凌 | Hits:

[Special EffectsVC_xijunfengeyutongji

Description: 数字图像编程课程讲课用程序:细胞分割、标号与面积统计程序,源码和运行效果 -Digital Image programming courses with lectures : cell division, the area of statistics and labeling procedures, source code and operating results
Platform: | Size: 487424 | Author: 申文涛 | Hits:

[Special EffectsMorphological_Opening

Description: 以rice.tif为图像实例,介绍用形态学方法对灰度图像进行处理与分析的技术要点,即对灰度图像进 行如下操作:去除图像的不均匀背景;用设置阈值的方法(thresholding)将结果图像转换成二值图像;通过成分标记(components labeling)返回图像中的目标对象属性,并计算目标对象的统计数字特征。-to rice. Tif images for example, introduces the morphology of gray image processing and analysis techniques, that the gray image proceed as follows : Removal of uneven background image; by setting the threshold value method (thresholding) will be converted into images results binary image; through the composition tags (components labeling) to image targets attribute, and calculate the statistics target characteristics.
Platform: | Size: 1024 | Author: 何子鸣 | Hits:

[2D GraphicCL

Description: 一个实现2D图像的component labeling算法的程序,也包含基于每个标号所含的像素个数进行筛选的功能。-Realize a 2D image component labeling algorithm for the procedure, but also based on labeling each pixel contains the number of filter functions.
Platform: | Size: 2048 | Author: windman | Hits:

[Special Effectslabel.cpp

Description: 对二值图像联通区域进行标记,采用一次遍历模式,方便快捷。-Binary image of the region Unicom marks, the use of an ergodic model, convenient and quick.
Platform: | Size: 1024 | Author: RL | Hits:

[Special EffectsContourMark

Description: VC6环境下的二值图像的连通域标记程序,程序中中文注释详细-VC6 environment connectivity binary image labeling procedures, the procedures detailed in the Chinese Notes
Platform: | Size: 62464 | Author: | Hits:

[GDI-BitmapPicture

Description: 二值图像的四邻域,八邻域法 以及标号法清除散落点-Binary image of the neighborhood domain, the eight-neighbor method and labeling method to remove scattered points
Platform: | Size: 5120 | Author: 石旭 | Hits:

[Special Effectslable_parallel

Description: 八值图像连通区域标记,为每个连通区域分配一个唯一的标号,处理后的图像按照从左到右,从上到下的顺序获得连续的标号-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 to bottom order of access to continuous labeling
Platform: | Size: 2048 | Author: zhangjing | Hits:

[matlablabel_wy

Description: 在matlab环境下,对图像中的单个目标进行标号-In the matlab environment, the image of a single target labeling
Platform: | Size: 1024 | 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:

[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:

[GDI-Bitmaplabeling

Description: Simple image 2-pass labeling algorithm, included warshall algorithm to fill the equivalent matrix.
Platform: | Size: 3072 | Author: pawci0 | Hits:

[Graph programloc_im_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: mayan | Hits:

[GUI DevelopEditMap

Description: 一个VB简易图像标记处理程序。 可以载入一个图像后在图像上加入区域分分割、标签等标记,保存成自己的私有格式,可以再载入进行再次修改。-VB marked a simple image processing. Can load an image by adding in the image region segmentation, labeling and other marks, save as their own proprietary formats, you can then re-loading modifications.
Platform: | Size: 27648 | Author: | Hits:

[matlablabel_gui3

Description: Image Region Labeling Software
Platform: | Size: 16384 | Author: utrade1 | Hits:

[Special Effectsconnect

Description: 对图片以及视频帧进行连通域提取,环境需要opencv vs2005,必要的配置,连通域的算法是基于递归的二值图像标记算法。-Frame of the picture, and video connectivity components extraction, environmental needs opencv vs2005, the necessary configuration, connected components algorithm is based on the recursive binary image labeling algorithm.
Platform: | Size: 4498432 | Author: 王聪 | Hits:

[matlablabeling

Description: Image processing, labelling and creating position matrix of points of significance in a picture
Platform: | Size: 1024 | Author: harry | Hits:

[matlabConnected-component-labelling-by-an-Iterative-alg

Description: Connected component labeling by an Iterative algorithm used for labeling image pixel.It will divide the region according to pixel value.
Platform: | Size: 10240 | Author: Manish | Hits:

[Special EffectsLabeling

Description: 对于二值图像进行labeling,求的对象个数,每个对象的像素数,中心点,长宽高矮值等-labeling for bianry image
Platform: | Size: 14852096 | Author: mumu | Hits:

[GUI DevelopImage-labeling-tool-master

Description: 基于qt4.0编写,可以对图片中的检测目标进行包围盒真值标定,得到xmin,ymin,Xmax,Ymax具体数值。-based on qt4.0,for labeling of object detection
Platform: | Size: 1761280 | Author: leo | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net