-
《实用数字图像处理与分析(2版)》源代码
《实用图像处理与分析》源代码是一套完全可执行的VC 界面源代码,界面内容除了图像的表示、读入、保存、彩色变灰度以外,还包括图像的2值化处理、微分变换、几何变换、彩色变换、参数测量、傅里叶变换、小波变换、Hough变换、模式识别、神经网络、遗传算法、图像压缩等功能,提供有近100个图像处理与分析函数的源代码,可用于图像处理的教学和科研。
- 2020-04-27下载
- 积分:1
-
LBP-master
说明: 获取图像的LBP特征:对图像的原始LBP模式、等价LBP模式、旋转不变LBP模式,以及等价旋转不变LBP模式的LBP特征进行提取以及显示(Obtaining LBP features of images: extracting and displaying the original LBP pattern, equivalent LBP pattern, rotation invariant LBP pattern and equivalent rotation invariant LBP pattern of images)
- 2019-04-08 19:36:12下载
- 积分:1
-
rgb
将一副图像进行rgb分离,并将R G B 的各个分量显示出来。(the sepration of rgb and show the sepration )
- 2013-02-01 00:04:32下载
- 积分:1
-
imagelocation.tar
在已知高度的情况下利用单目视觉摄像头来进行定位。(Positioning with a monocular vision camera at a given height)
- 2017-12-13 18:13:06下载
- 积分:1
-
CNN-for-Image-Retrieval-master
说明: 基于内容的CNN图像检索,编写语言为matlab(CNN Image Retrieval, matlab)
- 2019-05-05 20:24:18下载
- 积分:1
-
Fakecolor
System Generator中伪彩色增强建模(Pseudocolor enhancement model in the System Generator)
- 2021-03-30 16:19:09下载
- 积分:1
-
bandlet-denoising
基于Bandlet小波的图像去噪研究,具有较好的效果。(Bandlet wavelet-based image denoising, with good results.)
- 2007-05-12 03:29:19下载
- 积分:1
-
fuliye
说明: 1. 对图像进行傅里叶变换。
2. 根据傅里叶变换的结果去除图像的竖条纹噪声。
3. 对图像进行傅里叶逆变换,得到分割图像。
(1. For the image Fourier transform. 2. According to the results of Fourier transform to remove the image of the vertical stripe noise. 3. Inverse Fourier Transform of the images obtained segmented image.)
- 2010-03-17 19:30:01下载
- 积分:1
-
fouriermellin
本代码是完成傅里叶梅林变换对图像的旋转剪切。没有嵌入水印。(The code is complete Fourier Mellin transform of the image rotation shear. No embedded watermark.)
- 2010-05-17 16:29:41下载
- 积分: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