登录
首页 » matlab » Active_Appearance_Mode(hand)

Active_Appearance_Mode(hand)

于 2011-01-12 发布 文件大小:9880KB
0 260
下载积分: 1 下载次数: 245

代码说明:

  完整的可运行AAM模型的matlab代码,附有测试图像,matlab 2009测试通过(Complete AAM model can run matlab code, with a test image, matlab 2009 test pass)

文件列表:

AAM Functions
.............\AAM_align_data.m,984,2010-03-17
.............\AAM_align_data_inverse.m,404,2010-03-17
.............\AAM_Appearance2Vector.m,1216,2010-03-19
.............\AAM_ApplyModel.m,7841,2010-03-19
.............\AAM_CombineShapeAppearance.m,1331,2010-03-17
.............\AAM_MakeAppearanceModel.m,1908,2010-03-19
.............\AAM_MakeSearchModel.m,6181,2010-03-17
.............\AAM_MakeShapeModel.m,1285,2010-03-17
.............\AAM_NormalizeAppearance.m,155,2010-03-17
.............\AAM_Vector2Appearance.m,618,2010-03-19
.............\AAM_Weights.m,2350,2010-03-17
AAM_example.m,8099,2010-03-22
Fotos


.....\train001.mat,792862,2010-02-12

.....\train002.mat,1240485,2010-02-12

.....\train003.mat,935188,2010-02-12

.....\train004.mat,1277713,2010-02-12
.....\train005.jpg,32044,2010-02-10
.....\train005.mat,1284249,2010-02-12
.....\train006.jpg,22160,2010-02-10
.....\train006.mat,815440,2010-02-12
.....\train007.jpg,21454,2010-02-10
.....\train007.mat,787937,2010-02-12
.....\train008.jpg,24265,2010-02-10
.....\train008.mat,889927,2010-02-12
.....\train009.jpg,22379,2010-02-10
.....\train009.mat,965003,2010-02-12
.....\train010.jpg,22093,2010-02-10
.....\train010.mat,881443,2010-03-19
Functions
.........\DrawContourGui.fig,4488,2010-02-10
.........\DrawContourGui.m,7543,2010-02-12
.........\drawObject.m,1245,2010-03-17
.........\linspace_multi.m,216,2010-02-11
.........\LoadDataSetNiceContour.m,2191,2010-03-19
.........\PCA.m,651,2010-03-02
.........\PreProcessCp2tform.m,2813,2010-03-17
.........\SelectPosition.m,2307,2010-03-21
license.txt,1335,2010-03-22

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

发表评论

0 个回复

  • SIFT_Mosaic
    该代码实现了sift特征提取,特征点自动匹配,效率较高(The code realizes sift registration)
    2018-12-10 15:49:16下载
    积分:1
  • LBP
    纹理模式的LBP特征表示及分类原理:就是通过定义一个模板,对于原图像中的每个点,使用该模板进行操作,模板中心点近邻区域对应的图像象素值与中心位置对应的象素值进行比较,且对于不同位置的比较结果赋予不同的权值,从而,变换图像中对应点的值就由模板对应各位置的比较结果之权和表示。(LBP texture pattern feature representation and classification theory: that by defining a template for the original image of each point, use the template to operate, the template center of neighboring regions corresponding to the center of the image pixel values corresponding to the pixel value comparison, and the comparison results for different locations given different weights, and thus, changing the value of the image corresponding points on the template corresponding to each position by the comparison of the results of the right to and express.)
    2010-01-05 13:17:31下载
    积分:1
  • DWT_watermark
    实现数字图像水印DWT域的水印可以进行水印的嵌入与提取(Realization of digital image watermark embedding and extracting watermark in DWT domain for watermarking)
    2021-02-07 17:09:55下载
    积分:1
  • MATLAB数字特效系统[GUI,论文]
    说明:  本设计是基于MATLAB GUI界面的特效处理系统。配一篇配套论文。探讨了包括色彩调整、代数运算、几何运算、滤镜效果、艺术效果、扭曲效果和风格化七个模块的处理。色彩平衡可以按照特定要求改变图像中每个像素的亮度值;代数运算可以对两幅图象进行代数运算;几何运算可以对图象进行简单的形状处理;滤镜效果是针对相临像素间的关系来处理每个像素,达到一种特殊的效果。艺术效果是可以将图象加工成精美的“艺术品” ;扭曲效果可以对图像进行变形处理;风格化属于破坏性滤镜,通过置换像素生成绘画或印象派的效果。(This design is a special effect processing system based on Matlab GUI interface. With a supporting paper. The processing of seven modules including color adjustment, algebraic operation, geometric operation, filter effect, artistic effect, distortion effect and stylization are discussed. Color balance can change the brightness value of each pixel in the image according to specific requirements; algebraic operation can carry out algebraic operation on two images; geometric operation can carry out simple shape processing on the image; filter effect is to deal with each pixel according to the relationship between adjacent pixels to achieve a special effect. The artistic effect is that the image can be processed into exquisite "artworks"; the distortion effect can deform the image; stylization belongs to destructive filter, which can generate painting or Impressionist effect by replacing pixels.)
    2020-08-07 13:05:19下载
    积分:1
  • 00
    说明:  image 数组 高速读写 不用指针(image array IO C#)
    2009-05-07 01:37:17下载
    积分:1
  • FFT_cal
    [MATLAB] 安捷伦示波器波形离线FFT分析谐波含量 在现场用示波器记录波形,保存为CSV文件,可以使用本程序进行离线分析。 直流量,交流量,偏移量,谐波次数都可以完美分析。 内含帮助文件,适合MATLAB2009以上([MATLAB] Agilent oscillograph waveform offline FFT analysis of harmonic content Oscillograph waveform is recorded on the scene and saved as CSV file. This program can be used for off-line analysis. Direct flow, AC quantity, offset and harmonic number can be perfectly analyzed. Contain help files, suitable for more than MATLAB2009)
    2018-07-15 11:09:49下载
    积分:1
  • FuzzyMath
    说明:  用PALKING模糊方法进行边缘检测,还有3个自适应改进方法(PALKING fuzzy method with edge detection, there are three adaptive Improvement)
    2011-03-07 20:20:21下载
    积分:1
  • SAR强度分布拟合
    说明:  通过高斯、指数、瑞利、gamma、pearson、weibull模型分别对同质区域的SAR图像的强度分布进行拟合(The intensity distributions of SAR images in homogeneous regions are fitted by Gauss, exponential, Rayleigh, gamma, Pearson and Weibull models respectively.)
    2020-06-16 14:00:01下载
    积分:1
  • ezw_fyytt
    此程序为用于jpeg2000中的小波零树压缩编码,它采用了小波零树编码原理,利用了小波系数之间的关系(this procedure for the jpeg2000 EZW coding, It uses wavelet zerotree coding theory, the use of wavelet coefficients of the relationship between)
    2006-12-11 10:02:03下载
    积分:1
  • FRFTfenshujie
    二维分数阶傅立叶变换程序,可用于图像,信号的处理,博士师兄编写,亲测可用(2-D Fractional Fourier transform)
    2021-01-25 12:18:42下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载