资源列表
《visual c++ 数字图像处理》源代码
- visual c++ 数字图像处理的源代码,我已经自己编译运行过了-visual c digital image processing of source code, compile it, I had a run-off
wafflessource
- C++的Manifold Sculpting算法-Manifold Sculpting
secaizhuanyi
- 运用openCV编写的C++图像色彩转移程序,原理是先转化到Lab图像,再保持L不变调整图像的a、b分量的均值跟方差。-Using openCV prepared C++ image color transfer process, the principle is first converted to Lab image, and then adjust the image to keep L constant a, b, with the mean variance component.
MATLAB6.x-image-processing
- 本书包含很多Matlabl图形处理函数,能方便查找和使用。-The book contains many Matlabl graphics processing function, can easily find and use.
myimage2
- 图像的基本操作,图像的打开、关闭,反色,灰度变换等-The basic operation of the image, the image of the open, close, anti-color, gray-scale transformation, etc.
256color-source-code
- VC++数字图像处理的基本内容,含有如图像显示、分割等相关内容的源代码。暂时只支持256色图像,经过修改即可支持其他格式-VC++ digital image processing which contains relevant content such as image display, split source code. Only supports the 256 color images,could be modified to support other formats
bianhuan
- 实现图像的各种几何变换,是计算机图形学的号资料-Image of a variety of geometric transformation, the number of computer graphics data
Image-Processing
- 该程序可以实现Hough 变换、边缘检测、差影法、轮廓提取及跟踪、模板匹配、投影法、图像复原、种子填充、阈值分割等效果。-The program can achieve the Hough transform, edge detection, and poor shadow method, contour extraction and tracking, template matching, projection, image restoration, seed filling, thresho
Indicator-Type-Measuring-Appliance
- 利用计算机视觉技术对仪器仪表指针进行识别 判断指针的位置和角度-The application of computer vision technology in instrumentation pointer identifying and judging pointer position and angle
SIFT_area_match
- SIFT算法的区域匹配,比原有的SIFT+KD树匹配更加高效、准确。-different area SIFT algorithm which is better than the original SIFT and KD tree match.
Match
- 基于opencv的无人机双目降落里的目标匹配,-Opencv UAV eyes landed goal match
studyonparticlefilter
- 一片详细论述粒子滤波的博士学位论文,利用粒子滤波理论解决目标跟踪问题,构建基于粒子滤波的跟踪框架。