Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - binary image
Search - binary image - List
Open Image file of any fomat type View several mode Convert RGB24->Gray->Binary Image Rotate Image with Any angle Scroll image softly bt hand -Open Image file of any type View sever fomat Convert mode RGB24 al-
Update : 2025-02-19 Size : 4.62mb Publisher : kim S.D.

1.二值图像的fft分析 2.显示频谱图像,频谱的零频率系数被移到频谱中间 3.填充矩阵填充后的情况比较 4.绘图直观形象-1. Binary Image fft analysis 2. Image shows the spectrum, Spectrum coefficient of zero frequency spectrum has been moved to the middle three. Filled Filled matrix compared to the situation after four. Mapping visual image
Update : 2025-02-19 Size : 1kb Publisher : 方周

Binary image producer. Code is in C language. Binary thresholding is made.-Binary image producer. Code is in C languag e. Binary thresholding is made.
Update : 2025-02-19 Size : 16kb Publisher : selamicik

该代码为二值图像进行细化,为学习图像目标识别及,目标边界细化方面很有帮助-code for the binary image thinning, as a learning object recognition and image, target border helpful Refinement
Update : 2025-02-19 Size : 62kb Publisher : kai

国外全新方法实现二值化This fucntion convert an intensity image to a binary image by using Entropy-based method-Foreign brand-new method Binarization This fucntion convert an intensity image to a binary image by using Entropy-based method
Update : 2025-02-19 Size : 1kb Publisher : yemaoqiu

color image to greyscale image to binary image
Update : 2025-02-19 Size : 39kb Publisher : Vo Van Nho

VC6环境下的二值图像的连通域标记程序,程序中中文注释详细-VC6 environment connectivity binary image labeling procedures, the procedures detailed in the Chinese Notes
Update : 2025-02-19 Size : 61kb Publisher :

图像腐蚀,膨胀,二值化处理,图像二值分割的matlab gui程序-Image corrosion, swelling, binarization processing, image binary segmentation procedure matlab gui
Update : 2025-02-19 Size : 11kb Publisher : 曹平

简单的图像处理:读取图像,灰度图像的边缘检测,二值图像的边界像素,模糊图像处理,帧图像,以及图像类型的转换-Simple image processing: to read the image, gray image of the edge detection, binary image of the border pixels, fuzzy image processing, frame images, and image type conversion
Update : 2025-02-19 Size : 2kb Publisher : sh85

检测图像的边缘: 用Prewitt算子检测图像的边缘 ,用不同σ值的LoG算子检测图像的边缘 ,用Canny算子检测图像的边缘 ,图像的阈值分割 ,用水线阈值法分割图像 ,对矩阵进行四叉树分解 ,将图像分为文字和非文字的两个类别 ,形态学梯度检测二值图像的边缘 ,形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Image edge detection: edge detection using Prewitt edge images, with different σ value Log Operators image edge detection using Canny operator image edge detection, image thresholding, water line thresholding segmentation images, of the matrix quadtree decomposition, the image is divided into text and non-text of two categories, the morphological gradient detection of the edge binary image, morphology examples- from PCB image delete all current lines, retaining only the target chip
Update : 2025-02-19 Size : 40kb Publisher : 张悦庭

OTSU 的算法,可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。-OTSU algorithm, Adaptive Computing can be said to be a single threshold (used to convert grayscale image to binary image) is simple and efficient method.
Update : 2025-02-19 Size : 3kb Publisher : 将以

Find circles with specific radius in a binary image via Standard Hough Transform.
Update : 2025-02-19 Size : 1kb Publisher : 龙鹏

track1.m是二值图像边界跟踪的主程序,boundary_trace.m是二值图像边界跟踪的调用程序,完成图像的边界跟踪。 track2.m是灰度图像边界跟踪的主程序,boundary_trace2.m是灰度图像边界跟踪的调用程序。-track1.m is a binary image of the main border track, boundary_trace.m is a binary image border call tracking procedure to track the completion of the border image. track2.m gray image is the border of the main track, boundary_trace2.m is a gray image boundary tracking procedure call.
Update : 2025-02-19 Size : 22kb Publisher : 付晓薇

DL : 0
matlab 关于二值图像熵和交叉熵的计算程序,这一程序与结合其它方法对图像进行分割,作为一个判断标准.-matlab on the binary image entropy and cross entropy calculation procedure, which in combination with other methods and image segmentation, as a criterion.
Update : 2025-02-19 Size : 1kb Publisher : 张永康

DL : 0
这个程序将图像变为二值化图像,然后对图像进行形状的特征提取,算法很全,包含多种图像形状提取方式。-image of this procedure into two binary images, and then to shape the image feature extraction algorithm is very full, Shape mixture of images extraction methods. -This process the image into a binary image, and then the shape of the image feature extraction algorithm is very wide, including a variety of ways images shape extraction.-image of this procedure into two binary images, and then to shape the image feature extraction algorithm is very full, Shape mixture of images extraction methods.
Update : 2025-02-19 Size : 64kb Publisher : 宇文龍

OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法-OTSU algorithm Adaptive Computing can be said to be a single threshold (used to convert grayscale image to binary image) is simple and efficient method
Update : 2025-02-19 Size : 1kb Publisher : 刘荣辉

DL : 0
OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern. 9:62-66 1979). Thresholds are computed to maximize a separability criterion of the resultant classes in gray levels. OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the corresponding Iseg is therefore a binary image. The pixel values for Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ... [Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability criterion within the range [0 1]. Zero is obtained only with images having less than n gray level, whereas one (optimal value) is obtained only with n-valued images.- OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern. 9:62-66 1979). Thresholds are computed to maximize a separability criterion of the resultant classes in gray levels. OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the corresponding Iseg is therefore a binary image. The pixel values for Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ... [Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability criterion within the range [0 1]. Zero is obtained only with images having less than n gray level, whereas one (optimal value) is obtained only with n-valued images.
Update : 2025-02-19 Size : 2kb Publisher : ltrko9kd

這是一個可以自動尋找图像中的長方形, 正方形, 圓形, 菱形的程式-1- Read the RGB (colored) image in from user. 2- Convert image from (RGB) colored to gray image. 3- Threshold the image (convert gray image to binary image). 4- Invert the binary image (in order to speed up the time of processing). 5- Find the boundaries concentrate. 6- Determine shapes properties (ratio of dimensions, roundness). 7- Classify shapes according to its properties.
Update : 2025-02-19 Size : 50kb Publisher : tom

hopfield neural network for binary image recognition
Update : 2025-02-19 Size : 8.59mb Publisher : waqar

应用二值图像信息隐藏技术实现彩色图像中的安全隐写.pdf-Application of binary image data hiding in the safety of Image Steganography. Pdf
Update : 2025-02-19 Size : 309kb Publisher : 方城
« 12 3 4 5 6 7 8 9 10 ... 50 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.