搜索资源列表
数字图像处理源码
- 数字图像处理源代码 具体实现数字图像各经典算法,并附有界面。-digital image processing source code specific digital images of the classic algorithms, together with interface.
vb做的类photoshop源码
- vb做的类photoshop源码:可以打开图像文件并对其进行一些简单的处理,另外还可实现简单的画图功能。-vb do photoshop source categories : image files can be opened and its simple, but also achieve other simple drawing functions.
FFT24bits
- 源码实现了快速傅利叶变换,希望对朋友们有一点帮助。-source achieved Fast Fourier Transform, and I hope to have some friends to help.
ImageSegmentation_vcRes
- 在源码实现的研究过程中将采取基于水平集方法的几何活动轮廓模型如测地轮廓模型或Mumford-shah模型与其他的分割方法的结合。针对具体的图像可以将一些先验知识(灰度和形状信息)加入到算法中-source realized in the course of the study will be taken based on the level set method of the geometric active contour models such as the geodesic contour
ALPHABLEND
- VB6.0源码---实现两图片逐渐透明化混合。-VB6.0 source -- two pictures gradually achieve transparency mixed.
opencv
- 是OPenCV的vc源码实现,比较详细,可以作为meamshift跟宗的入门参考
PhotoStar
- 低通滤波C++源码实现小波变换对图像的作用, 低通滤波
GIF_decoder_C
- 用C语言源码实现对GIF格式文件的解码
数字图像处理学VC++实现源码
- 数字图像处理学VC++实现源码,在VC++6。0平台下可实现
LDA
- LDA 的matlab源码实现,Jonathan Huang编写的,是目前唯一可用于且正确的源码,可用于图像特征降维
segmentation
- 基于多尺度双变量多项式曲面拟合方程的图像表面分割算法的C++源码实现
Snakes
- VC编写,snake模型即主动轮廓模型的源码实现,采用气球力方式迭代,可以编译并且执行
snake源码
- snake主动轮廓线提取算法的实现,基于VC平台。 == Snake算法的用法 == Snake算法需要给出初始的轮廓,然后进行迭代,使轮廓沿能量降低的方向靠近,最后得到一个优化的边界。能量函数包括内外力两方面,如边界曲率和梯度。 由于用户无法估计迭代的最后结果,应用Snake 算法往往需要进行多次的交互工作。特别当目标比较复杂时,或与其它物体靠得较近时,初始的轮廓不易确定,而迭代的结果往往不能达到要求。
surf特征提取算法源码
- surf特征提取算法源码,用opencv实现,可用于特征匹配、图像拼接等
CCD图像畸变图像的校正源码
- CCD图像畸变图像的校正源码,可实现畸变图像的校正,CCD image distortion correction image source, image distortion can be corrected
DCTprograme
- 在Visual C++环境下实现的基于DCT域数字图像水印源码-In the Visual C++ Environment DCT domain based on the realization of digital image watermarking source
DIP
- 图象增强的集中主要方式的源码,适合初学者使用。包括直方图均衡化和规范化,高低通巴特沃兹,一些锐化算子的实现等。-MATLAB DIP
imageProcessSrcCode
- vc++实现的数字图像处理源码,能实现绝大多数的图像处理功能,比较完备,可以作为数字图像处理初学者的研究资料-vc++ source code implementation of digital image processing, to achieve the vast majority of image processing functions, a more comprehensive, digital image processing can be used as research mat
MATLAB图像重建源码
- MATLAB实现脑核128*128像素图像重建源码,包括RADON变换(MATLAB realizes the source of brain nuclear 128*128 pixel image reconstruction, including RADON transform)
VB 图形二值化 源码共享
- 源码。用VB实现图片的二值化。对小体积图片1M以下的速度很快。