test2.m
上传用户:trade789
上传日期:2018-05-10
资源大小:603k
文件大小:0k
源码类别:

2D图形编程

开发平台:

Matlab

  1. imgo1 = imread('f:robotloop3dataf00176.bmp');
  2. img1 = imresize(imgo1,2,'bilinear');
  3. imgo2 = imread('f:robotloop3dataf00177.bmp');
  4. img2 = imresize(imgo2, 2, 'bilinear');
  5. [features,pyr,imp,keys] = detect_features(img1,1.5,0,3,4,4,4,.04,5);
  6. [features2,pyr2,imp2,keys2] = detect_features(img2,1.5,0,3,4,4,4,.04,5);
  7. kill_edges
  8. im1 = rgb2gray(img1);
  9. im2 = rgb2gray(img2);
  10. symmetric_match
  11. m
  12. cavg
  13. size(fk1)