-
Untitled6
在matlab的基础上,使用掩膜图像分割出上层图像(On the basis of matlab, mask image is used to segment the upper image)
- 2018-08-28 18:46:57下载
- 积分:1
-
emd2003
用经验模式分解分解出固有模式函数,从而得出瞬时频率和包络,适合进行特征提取(using empirical mode decomposition decomposition patterns inherent function, thereby reaching and instantaneous frequency envelope, suitable for feature extraction)
- 2007-04-17 21:09:15下载
- 积分:1
-
DDE
本程序的作用,完成了一种图像的DDE算法,数字图像细节增强。(The role of this procedure, the completion of an image of the DDE algorithm, digital image detail enhancement.)
- 2021-02-02 22:49:59下载
- 积分:1
-
rgb2hsi
将RGB彩色空间转换到HSI彩色空间,HSI彩色空间更接近人眼对彩色的认知。(The RGB color space conversion to the HSI color space, HSI color space is closer to the human eye color perception.)
- 2013-08-18 08:12:48下载
- 积分:1
-
24368
程序将界面与数据处理分开,界面采用MFC的对话框模板,对注册、训练、识别和主界面分别建立一个类,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。
数据处理又分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。这样的程序结构使对界面和算法彼此独立,互不影响。
每个类的具体方法请见相应头文件中的注释。(The program will interface with the data processing separate interface using MFC dialog template, registration, training, recognition and the main interface, respectively, to create a class that interacts with the user through a message handler, using multiple threads to display images in real time.
  Data processing is divided into a CFaceAlign (Face Detection+ geometric normalization), CLightPrep (illumination normalization), CFaceFeature (Gabor feature extraction), CSubspace (computing Fisherface subspace) four categories, as well as a class is responsible for managing CFaceMngr interface and data exchange between. Such a program structure allows for interfaces and algorithms are independent of each other.
Specific methods of each class, see the comments in the appropriate header files.)
- 2015-04-13 10:05:34下载
- 积分:1
-
IsoMap
isomap matlab的实现源程序,使用时,需要添加主程序。(isomap Matlab implementation source program, when used, need to add the main program.)
- 2019-05-23 20:54:39下载
- 积分:1
-
TextureML
极化SAR图像多纹理最大似然处理滤波算法,可以生成处理后的四个通道图像数据。(Multi-polarization SAR image texture filtering deal with maximum-likelihood algorithm, can be generated after the deal with the four-channel image data.)
- 2009-02-24 17:57:02下载
- 积分:1
-
image_mosaicking_SURF
说明: 采用surf算法对两幅较低重叠度的图像进行拼接(Image mosaic using surf algorithm)
- 2019-01-04 17:38:29下载
- 积分:1
-
JPEGCompression
说明: 编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1
-
SiftSearch
基于Sift算法开发商标图案匹配程序,(1)各个CBIR模块及其技术;
(2)Sift算法及其在图像匹配、目标识别中的应用;
(3)Sift算法在图像检索中的应用。
(Sift algorithm development based on pattern matching program mark (1) Each CBIR module and its technology (2) Sift algorithm and its application in image matching, object recognition application (3) Sift algorithm in image retrieval applications.)
- 2009-09-28 12:03:28下载
- 积分:1