资源列表
sift
- 利用sift算法实现图像keypoint的检测和图像拼接(Image keypoint detection and image mosaic using SIFT algorithm)
C#图像图像处理
- 通过c#编程,搭建数字图像处理窗体,实现了对图像多个处理功能,包括直方图统计、线性变换、傅里叶变换、重采样等等(Through c# programming, the form of digital image processing is built, and the functions of image processing are realized, including histogram statistics, linear transformation, Fourier transfor
合成孔径雷达干涉测量
- 合成孔径雷达干涉测量 [靳国旺,徐青,张红敏 著] 2014年版(Synthetic Aperture Radar Interferometry)
chaos+arnold
- 用于图像加密和解密,里面包含了加密和解密的代码(Use for encrypted A image)
图像分形维数计算
- 使用matlab语言,编写一个计算图像分形维数的小程序(Using matlab language, write a small program for calculating image fractal dimension)
数字图像处理--基于Visual-C++的编程框架
- 基于VC的图像处理简明教程,适合新人入门自学(Video Processing-based Concise Course for New Starters to Learn by themselves)
computer_vision-master
- 图像特征提取,有SIFT、BOW、VLAD、LBP、HOG、FishVector、gist、Metric、colorhist。(Image feature extraction, including SIFT, BOW, VLAD, LBP, HOG, FishVector, gist, Metric, colorhist.)
Bow-image-retrieval-master
- 基于BoVW的图像特征提取,以及图像检索(Image feature extraction and image retrieval based on BoVW)
cem-mnf
- 基于最小噪声分离变换的CEM算法,首先经过高通滤波处理后,进行MNF变换,对变换完成后的图像进行CEM处理,主要用于高光谱的目标探测
27796701nsct_fusion
- 基于非下采样轮廓波变换(nsct)的图像融合,具有平移不变性,效果不错。(Image fusion based on non-downsampling contour wave transform (nsct) has translation invariance and good results.)
hough变换
- 该源码重点实现hough变换在图像分割中的应用,该源码为hough变换的MATLAB实现
这是基于水平集模型的CV模型
- 此算法用于图像分割,是无边界活动轮廓模型的CV模型,算法是基于水平集理论和MS模型,能够自动分割图像。初始轮廓的位置也不会影响结果。