资源列表
VC++DigitalImageProcessingAndPractising
- VC++数字图像获取处理及实践应用配套光盘
oencv-loding
- opencv的学习方法。Opencv+VC的配置及bug修正完整解说,及其学习指导资料。对初学opencv和vc++会有帮助的。-the opencv learning. Configuration and bug fixes in Opencv+VC complete explanations, study guide information. Pair the beginner opencv and vc++ of would be helpful.
zenphoton
- Zen Photon Garden is a 2D light ray tracing art program that runs in the browser, using HTML5 and Javascr ipt Web Workers for the rendering.
cvContourDetection
- 能够实现轮廓的检测和跟踪,效果明显。建立在OpenCV库函数上,需要配置好OpenCV。-Implement of contour detection. This program is based on OpenCV.
VCimage
- 图像处理的典型算法 包括滤波,压缩,变换等典型算法,vc环境下编写-Typical image processing algorithms, including filtering, compression, transformation, such as a typical algorithm, vc prepared environment
SpotDetection
- 几篇关于光斑中心检测的高水平论文,可以帮助我们学习一下光斑中心检测的方法。-Several papers on the spot detection of high-level papers, can help us learn about the method of spot detection.
DeconvNetToolbox
- 反卷积网络 深度学习网络深层特征可视化 zeiler-deconvolutioanal net visualized the deep net features
hyper_SAE
- 用SAE 深度学习方法做的高光谱图像分析的一个例子。里面有sae方法还有高光谱图像的特征提取过程。-One example of the depth of learning to do with SAE hyperspectral image analysis. There are sae method has hyperspectral image feature extraction process.
图像频谱分析和滤波
- 对含有噪声的图像进行频谱分析,通过滤波去除随机噪声,通过中值滤波去除椒盐噪声(Spectral analysis of the noisy images removes random noise by filtering and removes salt and pepper noise through median filtering)
HomeWork
- VS2012实现图像读取与显示、图像灰度化、直方图均衡、中值滤波、均值滤波、阈值分割等-VS2012 realize the read and display image, gray image, histogram equalization, median filtering, average filtering, threshold segmentation
LearningOpenCV
- 学习opencv的必备书籍啊 想搞图像处理的不容错过啊-Learning opencv want to get the necessary books ah ah image processing, not to be missed
GrabCut
- GrabCut图像分割算法,用迭代图像切割法完成交互式前景提取.