资源列表
imageprogram
- 《精通Visual C++.NET图像处理编程(第二版)》附书的光盘- Proficient in Visual C++. NET image processing programming (second edition) CD-ROM attached to the book
second-difference
- 用二次差分滤波器增强图像中的点结构(NC)同时去除图像中的线结构(NLC)。具体算法讲解请看其中的两篇参考文献。-The second difference filter to enhance the image of the point structure (NC) at the same time remove the line in the image structure (NLC). Specific algorithm to explain See the two references
JPEG
- JPEG编码 直接运行即可 而且有自己写的中文注视-JPEG encode
111
- 实现图像的读入与显示。同时还有一个视频融合的代码,可以实现加权融合,权重值自己设置-Achieve read and display the image. As well as a video integration code, can achieve weighted fusion, set up their own weights
Hallucination
- 这是常用的基于特征向量的人脸低分辨率识别程序,非常好用.同时这也是我毕业设计的程序,希望对大家有用-This is a common feature vector-based face recognition program, very easy to use. This is my graduation design program, hope to be useful
ALM
- 本程序主要是用于求解目标函数的凸优化问题。-This procedure is mainly used to solve the objective function of the convex optimization problem.
FloodFill-Algorithm
- 种子算法,种子填充算法又称为边界填充算法。其基本思想是:从多边形区域的一个内点开始,由内向外用给定的颜色画点直到边界为止。如果边界是以一种颜色指定的,则种子填充算法可逐个像素地处理直到遇到边界颜色为止。 种子填充算法常用四连通域和八连通域技术进行填充操作。(Seed algorithm, seed filling algorithm, also known as the boundary filling algorithm. The basic idea is: starting a poi
Morphological
- 形态特征通过开闭运算,重建和部分重建来获得形态特征,在提取形状常用到,用到的是matlab自带的函数。-Morphological characteristics through opening and closing operation, reconstruction and partial reconstruction of the morphological characteristics obtained in the extraction of shape commonly used,
28coderesources
- 图像处理所涉及的256转灰度,二值化等等,每个部分都是独立可执行的工程文件,很方面的代码复用-256 involved in image processing turn gray, binary, etc., are independent of each part of the project executable file, it' s code reuse
SharpPicture
- 图像锐化算法,锐化的效果很明显,能达到预期的效果,很适合应用再实践中,运行速度一般。
machine-vision
- 机器视觉学习的一些培训资料,主要是基础知识的介绍。-material about machine vision
tuxiangchuliVC++
- 我最近找到的关于vc++用于图像处理的书籍,我认为很不错,书的全称是:《数字图像模式识别技术及工程实践》