tuxianpipei-dabao

所属分类:matlab编程
开发工具:matlab
文件大小:11011KB
下载次数:437
上传日期:2010-05-24 11:49:32
上 传 者yanghd
说明:  MATLAB图像配准源程序,初学者一起研究.图像配准的程序,在网上流传很多,本人把能找到的都打包.
(MATLAB source image registration, novices together. Step one, calculated to be scale-space image registration and to obtain scale-space Harris corner step 2, using affine shape modification technology scale Harris corner points of space iterative processing step three of the feature point matching method using the descriptor and matching to achieve registration by matching)

文件列表:
peizhun\109201276myaffine.rar (21864, 2010-04-25)
peizhun\1985509program-matlab.rar (627255, 2010-04-25)
peizhun\45666018match.rar (4473, 2010-04-25)
peizhun\55593417AffineTrnasformation.rar (7266, 2010-04-25)
peizhun\Area_basec\1-1.JPG (22802, 2010-04-25)
peizhun\Area_basec\1-2.jpg (132935, 2010-03-18)
peizhun\Area_basec\1-3.jpg (80260, 2010-04-25)
peizhun\Area_basec\1-4.jpg (105370, 2010-03-18)
peizhun\Area_basec\1-5.jpg (87095, 2010-04-25)
peizhun\Area_basec\1-6.jpg (76549, 2010-04-25)
peizhun\Area_basec\Area_basec.asv (3137, 2010-05-02)
peizhun\Area_basec\Area_basec.m (3742, 2006-05-23)
peizhun\Area_basec\Thumbs.db (18944, 2010-04-27)
peizhun\Area_basec\yuanjian Area_basec.m (3742, 2006-05-23)
peizhun\Area_basec\新建 文本文档.txt (10, 2010-04-25)
peizhun\caisechepaifenge\Car.JPG (159529, 2003-09-24)
peizhun\caisechepaifenge\car2.jpg (73652, 2010-04-25)
peizhun\caisechepaifenge\car3.jpg (62191, 2010-04-25)
peizhun\caisechepaifenge\P0804.m (1432, 2010-04-25)
peizhun\caisechepaifenge\Thumbs.db (13312, 2010-04-27)
peizhun\ImageRegistration_model\ImageRegistration_affine.m (648, 2007-05-14)
peizhun\ImageRegistration_model\ImageRegistration_nonliner2.m (805, 2007-05-14)
peizhun\ImageRegistration_model\ImageRegistration_nonliner3.m (1098, 2007-05-14)
peizhun\mubanpeizhun1\afterCut.jpg (3384, 2007-09-18)
peizhun\mubanpeizhun1\getOrder.asv (3723, 2007-09-17)
peizhun\mubanpeizhun1\getOrder.m (3597, 2007-09-18)
peizhun\mubanpeizhun1\gettezheng.asv (1122, 2007-09-17)
peizhun\mubanpeizhun1\gettezheng.m (1182, 2007-09-18)
peizhun\mubanpeizhun1\P1010813.JPG (8364, 2007-09-18)
peizhun\mubanpeizhun1\Read me.txt (559, 2007-09-20)
peizhun\mubanpeizhun1\testpipei_1.m (1339, 2010-04-25)
peizhun\mubanpeizhun1\testpipei_2.asv (2071, 2007-09-20)
peizhun\mubanpeizhun1\testpipei_2.m (2127, 2007-09-20)
peizhun\mubanpeizhun1\three.asv (11143, 2007-09-18)
peizhun\mubanpeizhun1\three.fig (6875, 2007-09-19)
peizhun\mubanpeizhun1\three.m (11203, 2007-09-18)
peizhun\mubanpeizhun1\Thumbs.db (8704, 2010-04-25)
peizhun\mubanpeizhun1\面向对象课程设计报告.doc (297472, 2007-09-24)
peizhun\mubanpeizhun2\1-1.JPG (22802, 2010-04-25)
peizhun\mubanpeizhun2\1-2.jpg (132935, 2010-03-18)
... ...

cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amazingly fast as well as economic. To get a list of all available functions run cvlib_mex without any arguments, e.g: cvlib_mex Dedicated (short) help on each function is obtained by runing cvlib_mex('funname'), eg: cvlib_mex('resize') A longer help (but often still too short) may be obtained by consulting the OpenCV manual pages. To run this mex you probably need the to have all the dlls in the same directory. Example 1: let IMG be a MxNx3 uint8 image. imr = cvlib_mex('resize',IMG,3.4); will resize the image, using a bilinear interpolation, to 3.4 times the original size. Example 2: let A and B be MxN single arrays. C = cvlib_mex('mul',A,B); will do a per-element multiplication of A and B, or a C = A .* B and cvlib_mex('mul',A,B); will do the same but in-place, storing the result in A.

近期下载者

相关文件


收藏者