资源列表
shape
- 关于数字图形处理的,几何校正源代码,是vc ++写的,具有很好的参考价值。-On digital image processing, geometric correction source code is written in vc++, with a good reference value.
MyBmp
- 程序实现对BMP格式图像的处理,图像处理功能包括上一幅、下一幅、负片、线性变换、直方图、直方图增强、缩放、旋转、膨胀、腐蚀、二值化、彩色转黑白、黑白转真彩色、亮度调整、图像相加、图像相减、中值滤波、均值滤波、产生噪声、锐化与边缘检测等等,基本实现了对BMP格式图像的所有处理。-Program to achieve the BMP format image processing, image processing functions, including the one, the next one
imagefusion
- 图像融合程序大全 (有图)包括IHS PCA 拉普拉斯 PCNN 小波 超好!-the total of image fusion (pictures)
Graphics-generation-and-filling
- 基本图形的生成与填充VC源码。实现了: 1,点与直线生成算法(数值微分法(DDA算法),中点画线法,Bresenham画线法)。 2,圆的生成算法(中点画圆算法,Bresenham画圆算法)。 3,椭圆生成算法。 4,区域填充(种子填充算法,扫描线填充算法)。 5,汉字的显示技术。 6,曲线的生成(最小二乘直线拟合,三次Bezier直线生成,任意次Bezier直线生成 )。-Basic graphics generation and fill VC source. Rea
notch-filter
- 实现数字滤波器中notch滤波器功能,包含音频样本和源代码。-implementate notch filter in signal processing.
pcnn
- 利用脉冲耦合神经网络(pcnn)实现图像滤波的源程序,已经过测试。-Using pulse coupled neural networks (pcnn) the realization of the source image filtering, has been tested.
subset_evf
- 用IDL实现遥感图像处理中使用矢量文件进行遥感影像裁剪,主要步骤为:获取矢量文件地理坐标,转为ROI,确定裁减区域,进行裁剪。-IDL achieve vector files used in remote sensing image processing for remote sensing image cropping, major steps: get the geographic coordinates of the vector file, converted to ROI, dete
ZebraDisplay
- 视频报警系统,摄像头采集的图像实时识别出来,用于监控是否有异物存在。-Video alarm system, real-time camera images collected identified and used to monitor the presence of a foreign body.
HOG
- 基于HOG的行人检测,作者的源代码有错误,现代码已经进行了改变,并可以调试通-Histograms of Oriented Gradients for Human Detection, the writer s code has some errors, and I have correct the errors, and the code is right under C++ buidler
picture
- 基于灰度的两幅图像配准算法,两个程序,可以实现相关系数和PFC算法-Based on Gray' s two image registration algorithm, the two procedures, the correlation coefficient can be achieved and the PFC algorithm
SalientRegionDetectorAndSegmenter
- 图像显著区域检测与分割,希望大家喜欢-Significant region detection and image segmentation, hope you like
MRF-benchmarks
- markov random fields的各类优化算法及应用Optimization methods included: 1) ICM 2) Graph Cuts 3) Max-Product Belief Propagation 4) Sequential tree-reweighted message passing (TRW-S) Applications include: (1)binary (2)denoise (3)stereomatch (