资源列表
PicMatch
- 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
AddFog2
- 把视频处理成单帧图像,针对每幅图像进行加雾处理,把每幅加雾图片存到文件中-The video processing into a single image for each image to add fog treatment, the image of each piece of additional memory to a file in the fog
Huoyantexingtiqu
- 对火焰图像的特征进行提取,如火焰闪烁频率、火焰区域面积,火焰燃烧区域裁剪等- the Feature Extraction of flame
OpenCVxiaobobianhuan
- 用OpenCV实现的图像小波变换及反变换代码 程序在c++环境中可以实现-Image with OpenCV implementation of wavelet transform and inverse transform code program in c++ environment can be achieved
Matlab图像处理_米粒识别
- Matlab图像处理_米粒识别 用来计数图中米粒个数-Matlab Image Processing _ identify rice grain used to count the number of the figure
Butterworth
- 巴特沃什高低通以及带通滤波器,自己编的滤波器,效果很好-Butterworth
MRF_MATLAB
- 马尔可夫(MRF)图像分割MATLAB源码,有30几个函数。Markov随机场的例子程序,对于初学MRF的人很有用,能得到直观的印象-Markov (MRF) image segmentation MATLAB source code, 30 a number of functions. Markov random field example of the procedure, for beginner person MRF useful that they can get a visual i
daisy
- daisy是08年新提出来的特征描述符算法,常用在图像匹配等领域中。文件包含算法的PDF文档和算法提出者编写的相应matlab程序,大家可以根据自己的需要来利用。-A Fast Local Descr iptor for Dense Matching,2008.
camshift
- 使用camshift方法进行运动目标跟踪,(修改了网上原有的camshift算法里的一些bug)-moving object tracking by camshift method,(modification edition of the original code on the web)
MRF-ENCH
- 基于马尔科夫链的图像分割,较以往经典图像分割性能有很大提高-Markov chain-based image segmentation, image segmentation performance than the classical past has greatly improved
huffman
- 用MATLAB进行编程实现对256*256图像进行的哈夫曼编码-Carried out using MATLAB image Huffman coding
CFD-using-GPU
- GPU上实现计算流体力学(CFD)范例介绍。-Computational Fluid Dynamics using GPU