|
特别提示
源码搜搜是一个自动搜索中英文源码的搜索引擎,所以,如果请仔细阅读搜索到的英文源代码,它们和您的想要的中文有很大的关联。
另外,为了保证您得到最全面的结果,建议您直接搜索中文。
暂不支持繁体中文,请谅解!
相关搜索
相关词条
站内搜索
|
"图像二值化"的最佳翻译为"binary image",相关的英文翻译自动加入检索 二值图像 binary image 每一像元只有两种可能的数值或灰度等级状态的图像。 其实就是单色图像。 除了黑,就是白,没有中间过渡,没有灰度的图像。 要么黑,要么白,而且所有的黑都是一个色。 http://www.matlab-download.cn/Code/binary-image.html 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), http://www.mathworks.com/matlabcentral/fileexchange/4052 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 http://www.mathworks.com/matlabcentral/fileexchange/25261 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 http://www.mathworks.com/matlabcentral/fileexchange/25260 RGE image segment text example RGB图像分割实验例子 2009年09月09日 叮当4 热心分享 matlab 内容如题,是对图像进行GEB分割处理的小例子,希望对大家有帮助 http://www.codesoso.com/code/RGE_image_segment.aspx Image segment based rough set 基于粗糙集的图像分割 2009年09月24日 lp1124 热心分享 MATLAB 2008a 基于粗糙集进行图像分割 相关知识 源代码原文下载: http://www.codesoso.com/code/Image_segment_based_rough_set.aspx Matlab图像二值化和逆向二值化 Image normalization and inverse normalization 2008年07月23日 Matlab R2007b, ImageMatlab图像二值化和逆向二值化 Image normalization and inverse normalization 2008年07月23日 Matlab R2007b, http://www.codesoso.com/code/Image-inverse-normalization.aspx Image BW 图像二值化 2009年07月13日 waseea 热心分享 matlab IPT 用自定义阈值的方法实现图像的二值化 源代码原文下载: Source linkImage BW 图像二值化 2009年07月13日 waseea 热心分享 matlab IPT 用自定义阈值的方法实现图像的二值化 源代码原文下载: http://www.codesoso.com/code/Image_BW.aspx 二进制图像回传) 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 '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 MATLAB实现基于Hough变换的圆形物体的检测源代码 Source Code for Hough Transform for circle detection 2008年06月12日 ...- detects circles with specific radius in a binary image. % %Comments: % http://www.codesoso.com/code/Hough-circle-detection.aspx 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. http://www.codesoso.com/code/Hough-Circle-Detection2.aspx ostu binary image ostu二值化 2009年04月20日 yin 热心分享 matlab ostu方法做图像二值化 源代码原文下载: 本地下载 关键内容 从本站下载附件及源代码(1个附件, http://www.codesoso.com/code/ostu_binarization_image.aspx 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. http://www.codesoso.com/code/Pattern-Recognition-Toolbox.aspx 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 http://www.codesoso.com/code/LocalAdaptiveThresholding.aspx 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, http://www.codesoso.com/code/HoughLineDetect.aspx 热心分享 MATLAB 7 自适应阈值算法将前景从背景中分离出来包括非均匀光照。... bw=adaptivethreshold(IM,ws,C) outputs a binary image bw with the local threshold mean-C or median-C to the http://www.codesoso.com/code/Local_Adaptive_Threshold.aspx 热心分享 Matlab R2006a 这个函数获取二进制图像,然后根据图像中标记目标的连接性和每个连接组成的像素数量来判断是否是噪声。 This function gets the binary image and according to connectivity labeld the objects in Image and http://www.codesoso.com/code/BW_Noise_Reduction.aspx 热心分享 MATLAB 6 一个GUI程序,设置一个阈值,将图像进行二值化 binar....a simple gui to interactively choose a threshold value and obtain a binary image from a grayscale image. http://www.codesoso.com/code/interactive_binarization_threshold.aspx |