-
The function cvHoughCircles finds circles in grayscale image using some modifica...
这段程序利用 Hough 变换在灰度图像中找圆 ,并可进而给出圆心和半径-The function cvHoughCircles finds circles in grayscale image using some modification of Hough transform.
- 2022-05-16 01:39:19下载
- 积分: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
-
zhang zhengyou的标定演示
解压后需在DOS下运行
zhang zhengyou的标定演示
解压后需在DOS下运行
- 2022-06-19 19:21:17下载
- 积分:1
-
图像处理傻瓜库,包括一些常用的绘图操作,文件处理等。
图像处理傻瓜库,包括一些常用的绘图操作,文件处理等。-Image Processing Library fools, including some commonly used drawing operations, such as document processing.
- 2022-05-28 09:43:20下载
- 积分:1
-
Hough变换快速实现多圆检测的算法。没有使用循环,但内存需求大。...
Hough变换快速实现多圆检测的算法。没有使用循环,但内存需求大。-Hough transform and more quickly realize the algorithm for circle detection. Do not use the cycle, but the memory demand.
- 2023-05-29 20:20:04下载
- 积分:1
-
实现在YUV图像上面按照算法叠加OSD信息
实现在YUV图像上面按照算法叠加OSD信息-Achieve the YUV overlay the image above, OSD information in accordance with Algorithm
- 2022-04-19 12:10:11下载
- 积分:1
-
Active contour demo implements snake, which essentially is an A* search. This ca...
Active contour demo implements snake, which essentially is an A* search. This can be used for image registration, segmentation, feature extraction.
- 2022-04-26 11:48:48下载
- 积分:1
-
离散余弦变化的应用,先对图像进行灰度变换,再对图像进行压缩...
离散余弦变化的应用,先对图像进行灰度变换,再对图像进行压缩-Changes in the application of discrete cosine first gray-scale transformation of the image, then compress the image
- 2022-03-25 15:00:40下载
- 积分:1
-
几个将图像分块,将分块图像拼接,和裁减图像的实用小程序...
几个将图像分块,将分块图像拼接,和裁减图像的实用小程序-several image block to block image mosaic, and the reduction of small images of practical procedures
- 2022-02-15 19:43:37下载
- 积分:1
-
8x8的DCT算法源代码,可以移植到各种DSP芯片。
8x8的DCT算法源代码,可以移植到各种DSP芯片。-8x8 source code of DCT algorithm can be ported to a variety of DSP chips.
- 2022-03-14 02:19:52下载
- 积分:1