搜索资源列表
逆滤波处理c代码
- 逆滤波处理算法c代码,供学习信号处理专业的朋友参考使用,-inverse filter processing algorithms c code for the study of professional signal processing reference to the use of a friend,
WhiteBalance
- 使用自适应色温估计算法进行自动图像白平衡处理的程序。包括使用C++编写的白平衡处理算法部分的源程序(生成dll文件),和使用C#编写的程序界面两个工程。使用Visual Studio 2005开发。-use adaptive color temperature estimation algorithm for automatic white balance image processing procedures. C preparation, including the use of white
S+P
- 使用C语言实现整数小波S+P变换和算术编码-use C language S P integral wavelet transform and arithmetic coding
Wavelet-0.9-win32-vc2003-bin
- 基于小波的图像处理程序,使用c++开发语言,为我们理解和使用小波算法提供了参考!-based on wavelet image processing procedures, the development of the use of c language, To our understanding and use of wavelet algorithm provides a reference!
GrayScale_sample
- c#在图像处理的方面的源程序:对图像进行灰度化处理。一个很简单的程序,适合刚刚使用C#进行图像处理者借鉴~
xbsbtsxt
- 使用C++语言实现血液红细胞识别技术系统
jibianjiaozheng
- 一个使用c++编写的关于畸变校正的小程序,原理很简单,一看代码就能看懂,通过对GDI位图的使用而不需要应用VC,即可对图形进行处理。
Image_Processing(MATLAB)
- 本书是把图像处理基础理论论述与软件实践方法相结合的第一本书,它集成了冈萨雷斯和伍兹所著的《数字图像处理》一书中的重要内容和MathWorks公司的图像处理工具箱。本书的特色在于它重点强调了怎样通过开发新代码来增强这些软件工具。本书在介绍MATLAB编程基础知识之后,讲述了图像处理的主要内容,具体包括亮度变换、线性和非线性空间滤波、频率域滤波、图像复原与配准、彩色图像处理、小波、图像数据压缩、形态学图像处理、图像分割、区域和边界表示与描述以及对象识别等。 本书主要特点: 本书自成体系;
c++Shexiangji-Biaoding-Tsai
- 使用C编写的摄像机标定程序,是IEEE上Tsai的标定方法,需要的赶紧下吧
geometrytrans
- 使用c++编写的图像图像处理软件,图像处理与医学成像技术(5)几何变换.rar
gaborfilter
- 使用盖博滤波的医学图像处理之增强使用C++语言VC++环境-gabor filter
code
- 深入研究适合该图像的预处理、二值分割、边缘提取和几何形状判断方法,重点研究针尖倒装、弯曲和倒刺等不合格针尖的自动检 测方法,并基于C++ Builder平台使用C++面向对象技术实现上述图像处理过程。 -Depth for the image preprocessing, binary segmentation, edge detection and geometric methods of shape judgments, focusing on needle flip, bend a
huffman
- 数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the ori
FloodFill
- c#中的winform填充图像的代码floodfill,完整代码,可直接打开使用(C # in the winform fill image code floodfill, full code can be opened directly to use)
C# 使用Halcon进行模板匹配定位
- C# 使用Halcon进行模板匹配定位(C# uses Halcon for template matching and location)
MyTest.cpp
- 实现使用c和opencv进行图像的基本操作,如形态学,分割等预处理工作(mplementation of the basic operations of images using C and opencv, such as morphology, segmentation and other preprocessing work)
C语言图像处理函数大全
- 简单常见的图像处理中使用到的简单c函数和汇总(Summary of C functions used in simple and common image processing)
hough变换检测直线c#
- hough变换检测直线c#,很好用的代码,可以直接使用(Hough transform test line c#, good code, can be used directly)
C#_ScaleImages
- 使用C#语言,在程序界面选择任意图片进行图像缩放。(Using C# language to select any image to zoom in on the program interface.)
相机参数标定c++
- 使用c++实现了相机参数标定实验,包括转移旋转矩阵等。