搜索资源列表
binary-trans
- 一个二值化的简单工程,初学者可以参考,真的不错哦-a value of two simple, beginners can refer to, oh really good
Digit_Recomodule
- This an digit recognition application. (OCR or ICR application). First you draw a digit in the picturebox. Then the image processing begins and recognize the digit and returns you the result. I used correlation matching algorithm for character recogn
SooChow_2D
- 本程序实现的是二维图形的限定Delaunay的三角剖分,算法的主要思想是采用微分方程数值解法中的有限元方法对二值图像进行三角剖分,程序为二维图像重建提供一个有利的基础。-this program is limited to the two-dimensional graphics Delaunay triangulation. The main idea of this algorithm is the numerical solution of differential equations b
sub_shadow-binary
- 一个基于shadow volume的阴影算法源码,对于学习GPU很有帮助。 A shadow generation algorithm based on shadow volume, it is useful to GPU based programming, especailly shadow volume algorithm.
ply
- This file contains one-line descr iptions of the geometry filters. Geometry Manipulation --------------------- flipply - flip the orientation of faces normalsply - compute surface normal vectors at vertices xformply - transform vertic
Play3D010-Binary
- Play3D is a program to play 3D video files using full-screen quad-buffer OpenGL stereo, or red/blue glasses (anaglyph mode). It should play any format that is supported through DirectShow with an appropriate codec. This includes AVI as well as
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
lastools
- 该程序包包含如下转换程序,可以完成激光雷达数据的多种格式的转换。 txt2las.exe las2txt.exe lasinfo.exe las2shp.exe shp2las.exe las2tin.exe las2dem.exe las2iso.exe lasboundary.exe lasmerge.exe las2las.exe lasthin.exe lasview.exe laszip.exe-The program txt2l
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
imoverlay
- 这个Matlab程序中一个图像上叠加指定颜色的一个二值模板。-Overlay a binary mask onto an image using a specified color
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
Binary-Image
- 将一幅灰度图像转换成二值化图像,并通过MFC界面显示出来。-the function is to make a gray image to binary 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.