搜索资源列表
在VisualC 中不依赖MATLAB环境调用其函数的方法
- 这是一个关于在VisualC中不依赖MATLAB环境调用其函数的方法,只使用VC的编程环境就能实现- This is about does not rely on the MATLAB environment in VisualC to transfer its function the method, only uses VC the programming environment to be able to realize
处理
- 对图像进行均值滤波处理(图像复原)的源代码,编译后的可执行文件须带参数运行。 使用方法:mean BMP文件名-right images mean filter processing (image recovery) of the source code, compile the executable files carry operation parameters. Use : BMP file name mean
ppcmoviemake
- 介绍使用方法,如何压缩电影文件到ppc中,简单适用-on the use of the way that the film compressed file to the machines, a simple application
EntropyThresholdingMethod
- 一个用labview编写的基于一维最大熵的图像阈值分割方法。使用方法请看Readme.txt-use a PC to prepare a peacekeeping based on maximum entropy image thresholding methods. Look at the use Readme.txt
FVSbylqh
- 指纹识别代码 demo目录: fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bm
horzmirror
- 对图像进行水平镜像处理(几何变换)的源代码,编译后的可执行文件须带参数运行。 使用方法:horzmirror BMP文件名-right level mirror image processing (geometric transformation) of source code, the compiled executable file parameters required to bring operations. Use : horzmirror BMP file name
cornermirror
- 对图像进行对角镜像处理(几何变换)的源代码,编译后的可执行文件须带参数运行。 使用方法:cornermirror BMP文件名 -right image right angle image processing (geometric transformation) of source code, the compiled executable file parameters required to bring operations. Use : cornermirror BMP file
vertmirror
- 对图像进行垂直镜像处理(几何变换)的源代码,编译后的可执行文件须带参数运行。使用方法:vertmirror BMP文件名 -right vertical mirror image processing (geometric transformation) of source code, the compiled executable file parameters required to bring operations. Use : vertmirror BMP file name
prewritte
- 利用Prewitte边缘算子法对图像进行边缘提取的源代码,编译后的可执行文件须带参数运行。使用方法:prewitte BMP文件名 -use Prewitte edge operator France, the image edge extraction of source code, the compiled executable file parameters required to bring operations. Use : prewitte BMP file name
CharacterDistill
- 一个基于特征提取技术的程序,压缩包内有readme文件介绍了其功能及详细使用方法-a technology-based feature extraction procedures compressed within a readme file on the details of its function and use
rpca
- 这个是基于MATLAB的盲信号处理中的一个重要使用方法。
fingerprint_direction_map
- 毕业设计题目:指纹的方向图技术研究,里面有三大类指纹方向图的方法:点方向图,块方向图以及连续分布方向图。解压缩后在程序说明中详细介绍了使用方法。
Graphic-RW-ENGINE
- 一个图象读写引擎库,基于VC编译器的。这个引擎与其他同类型软件库相比具有以下的一些特点: * 提供多达26种图象格式的读写插件,新的插件还在不断地开发当中。 * 支持从EXE、剪贴板、窗口、HBITMAP句柄、内存等多种介质中直接读写图象。 * 拥有极简易的使用方法。引擎常用的接口函数只有4个。 * 提供极易扩展的图象处理接口。开发人员可以很容易的在此接口上挂接自己的图象处理模块。 * 图象插件的安装、卸载、管理等工作均由引擎自己负责,调用者无需干预(全自动)。 * 图象
newnethodotsu
- 一个新设计的OTSU算法,使用方法如下:% load clown % subplot(221) % imshow(X/max(X(:))) % title( Original , FontWeight , bold ) % for n = 2:4 % Iseg = otsu(X,n) % subplot(2,2,n), colormap(gray) % imshow(Iseg) % title([ n = int2str(n)], FontWeight , bo
SubImgCapture
- 从一幅图像中提取任意大小和方向的子图像。使用方法:调用两种形式的GenerateRectImg()函数。必须安装OpenCV 1.0
verytu
- 这是我们编写的一个图象读写引擎库,基于VC编译器的。这个引擎与其他同类型软件库相比具有以下的一些特点: * 提供多达26种图象格式的读写插件,新的插件还在不断地开发当中。 * 支持从EXE、剪贴板、窗口、HBITMAP句柄、内存等多种介质中直接读写图象。 * 拥有极简易的使用方法。引擎常用的接口函数只有4个。 * 提供极易扩展的图象处理接口。开发人员可以很容易的在此接口上挂接自己的图象处理模块。 * 图象插件的安装、卸载、管理等工作均由引擎自己负责,调用者无需干预(全自动)。
edma
- dm642中edma的使用方法,可提高图像处理速度。
233
- opencv中部分函数的使用方法> > >
高品质缩略图生成方法
- 一个非常不错的图像缩放处理工具,对JPG图片的缩放完全不会失真,此工具需要安装JMagic工具后配合magic.jar工具包使用。
#2D_voronoi建立及使用方法
- 使用MATLAB生成二维voronoi图的代码,可以用作后续二维voronoi的多晶模型建立(The code of two-dimensional Voronoi diagram generated by MATLAB can be used to build the polycrystalline model of two-dimensional voronoi.)