登录
首页 » Special Effects » (1)应用9×9的窗口对上述图象进行随机抽样,共抽样200块子图象; (2)将所有子图象按列相接变成一个81维的行向量; (3)对所有200个行向量进行...

(1)应用9×9的窗口对上述图象进行随机抽样,共抽样200块子图象; (2)将所有子图象按列相接变成一个81维的行向量; (3)对所有200个行向量进行...

于 2022-03-12 发布 文件大小:63.35 kB
0 186
下载积分: 2 下载次数: 1

代码说明:

(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.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 图象分析,图象处理,图象理解,图象合成,图象压缩
    图象分析,图象处理,图象理解,图象合成,图象压缩-image
    2023-02-23 14:05:03下载
    积分:1
  • 一个MATLAB关于数字水印的程序代码.
    一个MATLAB关于数字水印的程序代码.-MATLAB
    2022-01-25 17:35:58下载
    积分:1
  • 基于内容的图像检索优秀硕士学位论文,原收费资源
    基于内容的图像检索优秀硕士学位论文,原收费资源-content-based image retrieval essays
    2022-07-13 07:52:19下载
    积分:1
  • Another Quadtree, brothers, other I will not, on this point knowledge
    又一个四叉树的,兄弟我别的不会,就这点知识-Another Quadtree, brothers, other I will not, on this point knowledge
    2022-03-24 04:18:40下载
    积分:1
  • LTI
    线性时不变化图书馆是一个面向对象的计算机视觉库在C + +编写的Windows /的MS - VC + +和Linux的/海湾合作委员会。它提供了很多功能来解决数学问题,许多图像处理算法,一些分类的工具-LTI-Lib is an object oriented computer vision library written in C++ for Windows/MS-VC++ and Linux/gcc. It provides lots of functionality to solve mathematical problems, many image processing algorithms, some classification tools and much more...
    2022-01-20 23:21:37下载
    积分:1
  • awimg = rgb2gray(IM1)
    awimg=rgb2gray(im1) tic [accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50) circen toc figure(1) imagesc(accum) axis image title( Accumulation Array from Circular Hough Transform ) figure(2) imagesc(rawimg) colormap( gray ) axis image hold on plot(circen(:,1), circen(:,2), r+ ) for k = 1 : size(circen, 1), DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- ) end hold off title([ Raw Image with Circles Detected , ... (center positions and radii marked) ]) figure(3) surf(accum, EdgeColor , none ) a
    2022-02-04 17:38:42下载
    积分:1
  • 彩色图像做差运算,并分RGB 以及亮度进行直方图统计,计算得到二阶导数为零的点,完全自主创作,效果理想...
    彩色图像做差运算,并分RGB 以及亮度进行直方图统计,计算得到二阶导数为零的点,完全自主创作,效果理想-color image so poor operation and the hours for RGB and luminance histogram statistics, calculated second-order derivative of the zero point, entirely independent creation, the result is satisfactory
    2022-03-20 20:45:56下载
    积分:1
  • 基于实验学习包的计算机图形学和视频算法,一。
    计算机图形图像学基础算法实验软件包,包含大多数基本图象处理算法程序。-computer graphics and video algorithm based on experimental learning packages, including most of the basic image processing algorithm procedures.
    2022-04-17 07:21:53下载
    积分:1
  • 一个视频驱动的人脸动画原型系统,详细介绍了构造该系统所涉及的人脸检测、特征提取、特征跟踪、特定人脸建模、表情动画等方面的技术。...
    一个视频驱动的人脸动画原型系统,详细介绍了构造该系统所涉及的人脸检测、特征提取、特征跟踪、特定人脸建模、表情动画等方面的技术。-A video-driven facial animation prototype system, detailing the structure of the system involved in face detection, feature extraction, feature tracking, specific face modeling, facial animation, such as technical.
    2023-07-10 19:50:04下载
    积分:1
  • can more comprehensive image processing system. Main contents include : bitmap b...
    能比较全面的图像处理系统。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码-can more comprehensive image processing system. Main contents include : bitmap based, image display, image geometry transformation, gray transform, image smoothing, image sharpening and edge detection, image segmentation and measurement, image morphology, Image Transform and application processing, image synthesis, 24-bit color image processing, JPEG image compression coding
    2022-01-26 02:46:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载