搜索资源列表
OTSU 算法可以说是自适应计算单阈值
- 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
imagethining.rar
- 图像细化 (Image Thinning),一般指二值图像的骨架化(Image Skeletonization) 的一种操作运算。 一个图像的骨架由一些线和曲线(比较理想的是单像素宽度),骨架可以提供一个图像目标的尺寸和形状信息,因而在数字图像分析中具有重要的地位,图像细化(骨架化)是进行图像识别、线条类图像目标分析的重要手段。 本文将探讨骨架的一些性质,给出如何判断一个像素是否属于图像目标的骨架,最后将给出获得图像目标骨架的基本算法。,Image Thinning (Image T
LBPdetect.rar
- local binary pattern特征是一种光照鲁棒的纹理算子,这是计算该特征的VC程序 ,local binary pattern feature is a light texture robust operator, which is to calculate the characteristics of the VC program
roipolymasking.zip
- A matlab code to extract the region of interest in an image & then apply a binary mask on the image to see the extracted object in all the three channels.,A matlab code to extract the region of interest in an image & then apply a binary mask on the i
ostu
- ostu自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法.-ostu Adaptive Computing single threshold (used to convert the gray image to binary image) is simple and efficient method.
gujia
- 数字图像处理骨架提取,能将一个二值图像的骨架提取出来进行后续处理。骨架是一种非常重要的图像几何特征,在图像几何形态分析及相关领域具有非常广泛的应用,利用骨架表示原始图像,可以在保持图像重要拓扑特征的前提下,减少图像中的冗余信息。骨架既能压缩图像数据,保留区域的连通性和拓扑性,描述区域轮廓的几何特征,又能使原始图像完全或部分地从骨架中恢复或重构。-Skeleton extraction of digital image processing, to a binary image of the sk
lbp_matlab
- 实现纹理模式的LBP特征表示及分类。 实现一种基于局部二值模式LBP(Local Binary Pattern)的多分辨率灰度尺度及旋转不变性的纹理分类方法-LBP texture model to achieve that as well as the breakdown characteristics. The realization of a model based on local binary LBP (Local Binary Pattern) Multiresolution g
traceprogrames
- 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 t
matlab_2
- 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像-Procedure Code De
BasicExamples
- 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 -Procedure Code
mulitpleproject
- 1. helps to convert decimal to binary number. 2. detect primary number. 3. simple quiz code-1. Helps to convert decimal to binary number.2. Detect primary number.3. Simple quiz code
match
- 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 clinic
imoverlay
- 这个Matlab程序中一个图像上叠加指定颜色的一个二值模板。-Overlay a binary mask onto an image using a specified color
gray22binary
- MATLAB 编写的两种将灰度图二值化(多值亦可)的源程序,并付word说明。-it contains two methods which can change gray image to binary image (or multivalue image )in segments.
convert
- 将彩色图像转换成灰度图像的程序,也可以转换成二值图像。-Color images will be converted into gray-scale image of the procedure can also be converted into binary image.
bundler-v0.1-binary-win32
- 捆绑优化的代码是一个美国华裔大牛写的,里面包含了代码和封装好的库,可以很方便用,来实现你的功能-Bundled code optimization is a Chinese-American writing Daniudi, which contains the code and package a good library, it is easy to use, to achieve the functions of your
binary
- 用labview实现图像的二值化,通过把图片转化为二维数组,通过和阈值比较把图像二值化-Achieved with labview binary image by the image into a two-dimensional array, and the threshold value by comparison to image binarization
binary
- converting an image to binary, and from binary back to image
binary
- 读取图像,最大类间方差(otsu)二值化,开运算,显示处理结果-read .bmp image ,(otsu)gray to binary, open operater,show the result image
24-Bits-bmp-to-binary-image
- c语言编写,将24位bmp格式图片转成灰度图和二值图像(边缘化)。-This code is intended to traverse 24-bit-bmp images to binary images, using C.