|
特别提示
源码搜搜是一个自动搜索中英文源码的搜索引擎,所以,如果请仔细阅读搜索到的英文源代码,它们和您的想要的中文有很大的关联。
另外,为了保证您得到最全面的结果,建议您直接搜索中文。
暂不支持繁体中文,请谅解!
相关搜索
相关词条
二值化是图像分割的一种方法。在二值化图象的时候把大于某个临界灰度值的像素灰度设为灰度极大值,把小于这个值的像素灰度设为灰度极小值,从而实现二值化。
根据阈值选取的不同,二值化的算法分为固定阈值和自适应阈值。 比较常用的二值化方法则有:双峰法、P参数法、迭代法和OTSU法等。
其他资源
|
"图像二值化"的最佳翻译为"binary image",相关的英文翻译自动加入检索 二进制图像回传) Ajaxion - Ajax without javascript: WS calls, xml, drag'n drop, controls, binary image retrieval, etc 2008年05月29日 Javascript, XML, C#, HTML, Windows, .NET, ASP.NET, http://www.codesoso.com/code/Ajaxion-Ajax-without-javascript.aspx function sizethre(im,s,mode);
input: im=binary image matrix. 0 is background. 1 is foreground
input: s=pixel number
mode: string varable. It should either be 'up' or 'down'
when mode='up', http://www.mathworks.com/matlabcentral/fileexchange/4140 This program performs morphological operations on binary images
Sample Run:
>> binaryim
ThisMorphological operations on binary images. Morphology and Segmentation. Binary Image Processing Morphological http://www.mathworks.com/matlabcentral/fileexchange/4052 The gliding box algorithm proposed by Tolle et al., Physica D, 237, 306-315, 2008 is used to calculate the lacunarity of a binary image. MATLAB 7.1.0 Lacunarity of a binary image based on the gloding box algorithm. http://www.mathworks.com/matlabcentral/fileexchange/25261 Calculates multifractal spectrum of a binary image based on the ideas in the paper by Posadas et al., Soil Sci. Soc. Am. J. Input a binary image. The program calculates the multifractal spectrum of the image. http://www.mathworks.com/matlabcentral/fileexchange/25260 'bwremove' removes the blob(s) in the seed image that is overlapped by the blob(s) in the mask image Morphology and Segmentation. remove blob binary image mask seed http://www.mathworks.com/matlabcentral/fileexchange/20114 二值图像 binary image 每一像元只有两种可能的数值或灰度等级状态的图像。 其实就是单色图像。 除了黑,就是白,没有中间过渡,没有灰度的图像。 要么黑,要么白,而且所有的黑都是一个色。 http://www.matlab-download.cn/Code/binary-image.html RGE image segment text example RGB图像分割实验例子 2009年09月09日 叮当4 热心分享 matlab 内容如题,是对图像进行GEB分割处理的小例子,希望对大家有帮助 源码下载: 本地下载 相关知识 源代码原文下载: Source link has yet to be found. Please, http://www.codesoso.com/code/RGE_image_segment.aspx Image segment based rough set 基于粗糙集的图像分割 2009年09月24日 lp1124 热心分享 MATLAB 2008a 基于粗糙集进行图像分割 相关知识 源代码原文下载: Source link has yet to be found. Please, http://www.codesoso.com/code/Image_segment_based_rough_set.aspx Matlab图像二值化和逆向二值化 Image normalization and inverse normalization 2008年07月23日 Matlab R2007b, Image Processing Toolbox 程序实现了图像的二值化,把一幅BMP图像二值化成黑白图像,同时也可以实现黑白的颠倒。 源代码及技术文章下载(尊重版权, http://www.codesoso.com/code/Image-inverse-normalization.aspx Image BW 图像二值化 2009年07月13日 waseea 热心分享 matlab IPT 用自定义阈值的方法实现图像的二值化 源代码原文下载: Source link has yet to be found. Please, try to download it from local website. http://www.codesoso.com/code/Image_BW.aspx A perl script, which uses version 2 of the GD library to transform an image. The resulting image consists of random chosen nulls and ones with a color approximating the color of the original picture. http://sourceforge.net/projects/binimage/ request.readyState == 'complete')
{
window.document.getElementById('image').src =
ajaxion.request.responseText;
window.document.getElementById('image'). http://www.codeproject.com/KB/ajax/Ajaxion.aspx Geometric Transformation, morphologic processing, image binary, image thinning. 源码图片 请点击链接查看大图 从本站下载附件及源代码(1个附件,已经成功下载8次) vc编程_医学图像处理示例源代码. http://www.codesoso.com/code/medical_image_process.aspx which usually run embedded Linux. The purpose of this computer is to:
convert an analogue image to a compressed digital image (some cameras/servers have an additional compression microprocessor in http://www.codeproject.com/KB/audio-video/cameraviewer.aspx /summary> ''' <param name="ImageData">The array of bytes which contains image binary data</param> ''' <param name="FilePath">The destination file path.< http://www.codeproject.com/KB/vb/ImageProccessing.aspx Morphology and Segmentation. skeleton image binary processingDetects the end points of a skeleton image after the binary image has been passed through the function "bwmorph" 'thin' option.test_skel2.tif, http://www.mathworks.com/matlabcentral/fileexchange/4251 并指定圆半径的情况下,在二值图像中检测圆。 源代码及技术文章下载(尊重版权,请点击下面的原文链接下载) Find circles with specific radius in a binary image via Standard Hough Transform. http://www.codesoso.com/code/Hough-Circle-Detection2.aspx r,thresh,region) %HOUGHCIRCLE - detects circles with specific radius in a binary image. % %Comments: % http://www.codesoso.com/code/Hough-circle-detection.aspx image lans_invariant - Center and scale image to fixed mass lans_imgscale - Scale and center a binary image w.r.t. http://www.codesoso.com/code/Pattern-Recognition-Toolbox.aspx |