-
一个可用于分析和处理JPGE文件的类模块,操作相当简便
一个可用于分析和处理JPGE文件的类模块,操作相当简便-1 can be used for analysis and processing of documents JPGE class module, the operation is relatively easy to
- 2022-02-28 08:50:11下载
- 积分:1
-
图像颜色空间转换的源码,可实现RGB转HSV和RGB转HSI。
图像颜色空间转换的源码,可实现RGB转HSV和RGB转HSI。-image color space conversion source code, can be realized RGB and HSV to RGB to HSI.
- 2022-07-10 15:16:57下载
- 积分:1
-
图像线性拉伸和直方图均衡化的组件,可以直接调用接口使用。...
图像线性拉伸和直方图均衡化的组件,可以直接调用接口使用。-Image linear stretching and histogram equalization component, you can directly call the interface.
- 2022-05-19 05:05:59下载
- 积分:1
-
在人脸检测的视频目标跟踪,包括本文的程序…
视频目标跟踪中的人脸检测,包括文章加程序-Video target tracking in the face detection, including procedures for the article plus
- 2022-09-28 03:10:04下载
- 积分:1
-
matlab用hough变换检测圆的程序,经过检测可以运行良好
matlab用hough变换检测圆的程序,经过检测可以运行良好-matlab using hough transform circle detection procedure, after testing can run a good
- 2022-10-20 00:05:04下载
- 积分:1
-
(1)应用9×9的窗口对上述图象进行随机抽样,共抽样200块子图象;
(2)将所有子图象按列相接变成一个81维的行向量;
(3)对所有200个行向量进行...
(1)应用9×9的窗口对上述图象进行随机抽样,共抽样200块子图象;
(2)将所有子图象按列相接变成一个81维的行向量;
(3)对所有200个行向量进行KL变换,求出其对应的协方差矩阵的特征向量和特征值,按降序排列特征值以及所对应的特征向量;
(4)选择前40个最大特征值所对应的特征向量作为主元,将原图象块向这40个特征向量上投影,所获得的投影系数就是这个子块的特征向量。
(5)求出所有子块的特征向量。
-(1) the application of 9 × 9 window of these images at random, a total sample of 200 sub-image (2) all sub-images according to out-phase into a 81-dimensional row vector (3) all 200 lines for KL transform vector, derived its corresponding covariance matrix of eigenvectors and eigenvalues, in descending order by eigenvalue and the corresponding eigenvector (4) a choice to 40 corresponding to the largest eigenvalue eigenvector as the PCA, the original image block to the 40 feature vectors on the projection, the projection coefficients obtained by this sub-block eigenvector. (5) calculated for all sub-block eigenvector.
- 2022-03-12 15:39:39下载
- 积分:1
-
本程序主要实现对退化图像进行复原,主要有运动模糊图像复原,逆滤波复原,维纳滤波复原...
本程序主要实现对退化图像进行复原,主要有运动模糊图像复原,逆滤波复原,维纳滤波复原-The main achievement of this procedure on the degradation of image recovery, there are motion-blurred image restoration, inverse filtering to recover, Wiener filter restoration
- 2022-06-18 23:30:37下载
- 积分:1
-
<visual c++数字图像处理典型算法及实现>一书的第二章示例随机抖动法显示图像,很好的一本书和算法...
一书的第二章示例随机抖动法显示图像,很好的一本书和算法- chapter of a book on a random sample jitter display images, a good book and an algorithm
- 2023-07-28 15:20:03下载
- 积分:1
-
Some commonly used for image processing MATLAB code, for beginners will be very...
一些用于图像处理常用的MATLAB编码,对初学者会很适用的。-Some commonly used for image processing MATLAB code, for beginners will be very applicable.
- 2022-02-07 18:19:38下载
- 积分:1
-
Description: A faster implementation of binary dilation and erosion.
Our f...
Description: A faster implementation of binary dilation and erosion.
Our functions take advantage of MATLAB s decomposition of the structuring element but they may result much faster. Try to run example.m to see the speed improvement factor, changing the parameters.
- 2022-04-23 15:54:51下载
- 积分:1