Welcome![Sign In][Sign Up]
Location:
Search - convert image to binary

Search list

[Special Effectsauto-singlethresholdOTSU

Description: OTSU的算法,很好用,好不容易才找到的。 OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。-OTSU algorithm, very good, and managed to find. 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.
Platform: | Size: 1024 | Author: 汪蔚 | Hits:

[Graph programim2bw_ent

Description: 国外全新方法实现二值化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
Platform: | Size: 1024 | Author: yemaoqiu | Hits:

[2D Graphic21878249952005920105117074328

Description: 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.
Platform: | Size: 3072 | Author: 将以 | Hits:

[Special Effectsostu

Description: 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
Platform: | Size: 1024 | Author: 刘荣辉 | Hits:

[Special Effectsmatch

Description: we use GUIDE to creat a GUI in which we load two images ,convert to binary images and calculates the percentage match.This is gud for studying image procssing for beginners. i think this coudl be modified better and hardware interfaced for clinical applications and person indentification in places like an internet cafe.-we use GUIDE to creat a GUI in which we load two images, convert to binary images and calculates the percentage match.This is gud for studying image procssing for beginners. i think this coudl be modified better and hardware interfaced for clinical applications and person indentification in places like an internet cafe.
Platform: | Size: 5120 | Author: Yingli Xie | Hits:

[OtherShape-Recognition

Description: 這是一個可以自動尋找图像中的長方形, 正方形, 圓形, 菱形的程式-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.
Platform: | Size: 51200 | Author: tom | Hits:

[Special Effectsconvert

Description: 将彩色图像转换成灰度图像的程序,也可以转换成二值图像。-Color images will be converted into gray-scale image of the procedure can also be converted into binary image.
Platform: | Size: 4034560 | 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:

[Windows DevelopPixelto01

Description: c#编写的将BMP或JPG图片转成二进制数组的工具源码-The source code for a tool which can convert image files to binary files
Platform: | Size: 35840 | Author: 孙青青 | Hits:

[matlabimage2binary

Description: Convert Image to Binary Image
Platform: | Size: 43008 | Author: Matrix | Hits:

[matlabThres_ent

Description: Segmentation function for matlab : this fucntion convert an intensity image to a binary image by using Entropy-based method.
Platform: | Size: 1024 | Author: AhmedMrc | Hits:

[Special Effectsostu

Description: ostu自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法.-ostu Adaptive Computing single threshold (used to convert the gray image to binary image) is simple and efficient method.
Platform: | Size: 10240 | Author: libra | Hits:

[Graph Recognizedepthofimagegenerati

Description: OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU method of adaptive image binarization threshold, OTSU adaptive algorithm can be said to compute a single threshold (used to convert grayscale image to binary image) is simple and efficient method. The following code was first provided by the Ryan Dibble, then after more than Joerg.Schulenburg, RZLiu such modification, correction. Algorithm to the input gray-scale image histogram analysis, the histogram is divided into two parts, making the maximum distance between the two parts. Division point is obtained threshold. Are written by foreigners, the classic Oh.
Platform: | Size: 214016 | Author: zhangxinran | Hits:

[Special Effectsimage

Description: 图像处理的几个实例程序,包括图像格式转换:将索引图像转换为二进制图像,灰度图像等-some examples on image processing including imageformat-convert Index image to binary images, grayscale images and so on
Platform: | Size: 527360 | Author: 秦超 | Hits:

[Dialog_Windowtest

Description: 可以把图片转换成二进制,对企业的上传文件很有用-Can convert image to binary, upload a file is very useful to the enterprise
Platform: | Size: 29696 | Author: zhangqi | Hits:

[Special Effects2

Description: Untitled1.m和Untitled2.m文件是利用imfilt和fspecial函数对图像作锐化处理。 Untitled3.m是利用edge函数对图像进行锐化处理。- hua.m file is the picture "Untitled1.m and Untitled2.m file using imfilt and fspecial functions for image sharpening. Untitled3.m is the use of edge functions for image sharpening. Spend bmp "is divided into eight located in the plane, and then convert it to binary image Exchange.m function changes the picture using imadjust gray. histeq00.m function using histeq equalization picture.
Platform: | Size: 1024 | Author: zhou | Hits:

[LabViewConvert_Image_to_Binary_2009

Description: convert image to binary
Platform: | Size: 14336 | Author: cpads | Hits:

[Picture Viewerchuxue2

Description: 使用阈值操作将图像转换为二进制图像,查找对象的个数,伪彩色图像中标记矩阵的每一个对象都被映射为相关色调中的不同颜色-Convert image to binary image using threshold operation, find the number of objects, pseudo color image tag in matrix of each object is mapped for related tone of different colors
Platform: | Size: 1024 | Author: 许颖 | Hits:

[Picture Viewerchuxue3

Description: 生成背景图,以表面图形式显示的背景,使用阈值操作将图像转换为二进制图像-Generation background, in the form of surface display background, using threshold operation convert image to binary image
Platform: | Size: 1024 | Author: 许颖 | Hits:

[matlabimage

Description: This read the image and convert decimal to binary
Platform: | Size: 1024 | Author: md adil | Hits:
« 12 3 »

CodeBus www.codebus.net