源码搜搜
 
请在你的词语间用空格隔开。如:指纹识别 Gabor
我们为您搜索到了100matlab 图像二值化相关源代码;由于计算资源限制,不能给出所有的搜索结果,请原谅!
特别提示
  源码搜搜是一个自动搜索中英文源码的搜索引擎,所以,如果请仔细阅读搜索到的英文源代码,它们和您的想要的中文有很大的关联。
  另外,为了保证您得到最全面的结果,建议您直接搜索中文
  暂不支持繁体中文,请谅解!
相关搜索

相关词条
 
站内搜索
"图像二值化"的最佳翻译为"binary image",相关的英文翻译自动加入检索

用matlab检测二值图像的边缘 - the edge detection of binary image

用matlab检测二值图像的边缘 - the edge detection of binary image
二值图像 binary image 每一像元只有两种可能的数值或灰度等级状态的图像。 其实就是单色图像。 除了黑,就是白,没有中间过渡,没有灰度的图像。 要么黑,要么白,而且所有的黑都是一个色。

Binary Image Processing

Binary Image Processing
Morphology and Segmentation. Binary Image Processing Morphological...performs morphological operations on binary image Entering the image for MATLAB... Note that if You entered a gray scale or RGB image (not Binary),

Lacunarity of a binary image

Lacunarity of a binary image based on the gloding box algorithm.... 237, 306-315, 2008 is used to calculate the lacunarity of a binary image. MATLAB 7.1.0 (R14SP3) image processing, statistics

Multifractal spectrum of a binary image

Input a binary image. The program calculates the multifractal spectrum of the image...., Soil Sci. Soc. Am. J. 67:1361-1369, 2003. MATLAB 7.2 (R2006a) image processing, statistics

RGB图像分割实验例子 RGE image segment text example-叮当4分享

RGE image segment text example RGB图像分割实验例子 2009年09月09日 叮当4  热心分享 matlab 内容如题,是对图像进行GEB分割处理的小例子,希望对大家有帮助  

基于粗糙集的图像分割 Image segment based rough set-lp1124分享

Image segment based rough set 基于粗糙集的图像分割 2009年09月24日 lp1124  热心分享 MATLAB 2008a 基于粗糙集进行图像分割   相关知识 源代码原文下载:

Matlab图像二值化和逆向二值化源代码免费下载-Image normalization and inverse normalization-Free Source Code

Matlab图像二值化和逆向二值化 Image normalization and inverse normalization 2008年07月23日 Matlab R2007b, ImageMatlab图像二值化和逆向二值化 Image normalization and inverse normalization 2008年07月23日 Matlab R2007b,

图像二值化 Image BW-waseea分享

Image BW 图像二值化 2009年07月13日 waseea  热心分享 matlab IPT 用自定义阈值的方法实现图像的二值化 源代码原文下载: Source linkImage BW 图像二值化 2009年07月13日 waseea  热心分享 matlab IPT 用自定义阈值的方法实现图像的二值化 源代码原文下载:

没有Javascript的Ajax(Ajaxion)源代码(网页拖拽控件,二进制图像回传)源代码免费下载-Ajaxion - Ajax without javascript: WS calls, xml, drag'n drop, controls, binary image retrieval, etc-Free Source Code

没有Javascript的Ajax(Ajaxion)源代码(网页拖拽控件,二进制图像回传)源代码免费下载-Ajaxion - Ajax without javascript: WS calls, xml, drag'n drop, controls, binary image retrieval, etc-Free Source Code
二进制图像回传) 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,

Binary Image Cleaning Based on Area Size

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',

Removing blob(s) from a binary image

'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

MATLAB实现基于Hough变换的圆形物体的检测源代码源代码免费下载-Source Code for Hough Transform for circle detection -Free Source Code

MATLAB实现基于Hough变换的圆形物体的检测源代码源代码免费下载-Source Code for Hough Transform for circle detection -Free Source Code
MATLAB实现基于Hough变换的圆形物体的检测源代码 Source Code for Hough Transform for circle detection 2008年06月12日 ...- detects circles with specific radius in a binary image. % %Comments: %   

Matlab标准Hough变换实现圆检测源代码免费下载-Circle Detection via Standard Hough Transform-Free Source Code

Matlab标准Hough变换实现圆检测 Circle Detection via Standard Hough Transform 2008年07月09日 Matlab R13,...Find circles with specific radius in a binary image via Standard Hough Transform.

ostu二值化 ostu binary image-yin分享

ostu binary image ostu二值化 2009年04月20日 yin  热心分享 matlab ostu方法做图像二值化 源代码原文下载: 本地下载   关键内容 从本站下载附件及源代码(1个附件,

IDEAL模式识别工具箱源代码源代码免费下载-Source Code for IDEAL (formerly LANS) Pattern Recognition Toolbox -Free Source Code

LANS) Pattern Recognition Toolbox 2008年06月03日 matlab R11,...and scale image to fixed mass lans_imgscale - Scale and center a binary image w.r.t.

不规则光照下自适应阈值的前景背景分离算法源代码源代码免费下载-Local Adaptive Thresholding-Free Source Code

不规则光照下自适应阈值的前景背景分离算法源代码源代码免费下载-Local Adaptive Thresholding-Free Source Code
Local Adaptive Thresholding 2007年12月16日 Matlab R14 SP2,... bw=adaptivethreshold(IM,ws,C) outputs a binary image bw with the local threshold mean-C or median-C to

使用标准Hough变换进行直线检测源代码免费下载-Line Detection via Standard Hough Transform-Free Source Code

via Standard Hough Transform 2007年12月04日 Matlab R14,...Function uses Standard Hough Transform to detect Lines in a binary image. According to the Hough Transform,

自适应阈值算法源代码下载 Local Adaptive Thresholding-两会分享

自适应阈值算法源代码下载 Local Adaptive Thresholding-两会分享
 热心分享 MATLAB 7 自适应阈值算法将前景从背景中分离出来包括非均匀光照。... bw=adaptivethreshold(IM,ws,C) outputs a binary image bw with the local threshold mean-C or median-C to the

二进制图像降噪 BW Noise Reduction-信息分享

 热心分享 Matlab R2006a 这个函数获取二进制图像,然后根据图像中标记目标的连接性和每个连接组成的像素数量来判断是否是噪声。 This function gets the binary image and according to connectivity labeld the objects in Image and

通过阈值进行二值化 interactive binarization by thresholding-信息分享

通过阈值进行二值化 interactive binarization by thresholding-信息分享
 热心分享 MATLAB 6 一个GUI程序,设置一个阈值,将图像进行二值化 binar....a simple gui to interactively choose a threshold value and obtain a binary image from a grayscale image.
CopyRight (©) codesoso.com 2007-2009 All Rights Reserved 最近搜索