登录
首页 » matlab » matlabcode

matlabcode

于 2008-09-17 发布 文件大小:1699KB
0 184
下载积分: 1 下载次数: 2

代码说明:

说明:  相当的经典啊 是基于matlab的 大家做图像匹配的都可以用的到,做三维重建方面的。(Rather is based on the classic ah matlab we do the image matching can be used for that, so three-dimensional reconstruction.)

文件列表:

matlabcode
..........\examples-code
..........\.............\addons.zip
..........\.............\al.tif
..........\.............\alExample.m
..........\.............\angle_vec.m
..........\.............\ch4appendix.m
..........\.............\compute3DStructure.m

..........\.............\dfundamental.m
..........\.............\draw_frame_scaled.m
..........\.............\edgeDetection.m
..........\.............\essentialDiscrete.m
..........\.............\examples-code.zip
..........\.............\exp_matrix.m
..........\.............\gaussian_filt.m
..........\.............\harrisCorner.m
..........\.............\homography2Motion.m
..........\.............\houselines_mixed.m
..........\.............\Hwarp.m
..........\.............\isoscale.m

..........\.............\LocalMaximum.m
..........\.............\makeRows.m
..........\.............\plot3Lines.m
..........\.............\plot3_cube.m
..........\.............\plot3_struct.m
..........\.............\plotLineNormal.m
..........\.............\plotLines.m
..........\.............\plot_struct.m
..........\.............\project.m
..........\.............\projRectify.m
..........\.............\quadric_linear_f.m
..........\.............\rectifData.mat
..........\.............\rot_matrix.m
..........\.............\row_quadric_f.m
..........\.............\rq.m
..........\.............\sampleFlow.m
..........\.............\sfm_mixed.m
..........\.............\sfm_points.m
..........\.............\sfm_projective.m

..........\.............\skew.m
..........\.............\step_by_step.m
..........\.............\test_11_9.m
..........\.............\test_4_1.m
..........\.............\test_5_1.m
..........\.............\test_5_2.m
..........\.............\test_6_1.m
..........\.............\test_6_2.m
..........\.............\test_test.m
..........\.............\triple_product.m
..........\.............\vanishing_point.m
..........\.............\warpLinear.m
..........\.............\warpNonlin.m
..........\.............\yos.1.pnm
..........\.............\yos.10.pnm
..........\.............\yos.11.pnm
..........\.............\yos.12.pnm
..........\.............\yos.13.pnm
..........\.............\yos.14.pnm
..........\.............\yos.15.pnm
..........\.............\yos.16.pnm
..........\.............\yos.2.pnm
..........\.............\yos.3.pnm
..........\.............\yos.4.pnm
..........\.............\yos.5.pnm
..........\.............\yos.6.pnm
..........\.............\yos.7.pnm

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

发表评论

0 个回复

  • fourier
    fourier desing analog very bast
    2013-02-02 16:58:06下载
    积分:1
  • matlab
    传统滤波方式如均值滤波,中值滤波,维纳滤波对图像去噪的处理以及自适应中值滤波对图像去噪。(Traditional filtering methods such as mean filtering, median filtering, wiener filtering for image denoising processing and adaptive median filter for image denoising.)
    2011-05-28 20:47:38下载
    积分:1
  • GaborVessel
    利用gabor滤波器方法提取视网膜血管,在提取之前进行预处理。gabor滤波器参数选择的是3个角度,12个方向(Gabor filter method is utilized to extract the retinal blood vessels, preprocessing before extraction. Gabor filter parameter selection are three angles, 12 direction )
    2015-12-23 15:23:17下载
    积分:1
  • LBP
    LBP(局部二值模式)特征提取,用于人脸识别,(LBP feature extraction for face recognition. . .)
    2013-08-05 17:47:28下载
    积分:1
  • 123
    这是一份关于数字图像处理半色调打印技术的MATLab源程序。(This is a paper about Halftoning.)
    2012-04-08 14:13:01下载
    积分:1
  • psnr
    说明:  计算两幅图像的psnr值,非常精确完整,绝对好用(Calculation of two images of the PSNR values, integrity and very precise, the absolute ease of use)
    2008-10-25 11:47:31下载
    积分:1
  • 123123
    C#写的绘图板,实现了直线,矩形,圆形,多边形,曲线和文字输入,可以任意的拖动所画的图形。(C# to write the drawing board to achieve a straight line, rectangle, circle, polygon, curve and text input, you can drag the drawing arbitrary graphics.)
    2010-06-10 22:16:23下载
    积分:1
  • matlab_source_code
    局部拉普拉斯滤波代码,效果很好,可以直接运行(Edge-aware Image Processing with a Laplacian Pyramid)
    2021-04-06 20:29:02下载
    积分:1
  • Untitled51
    基于数字图像处理,实现一个车牌分割和识别的仿真系统。要求系统具有界面并实现以下功能: 1)读入交通标志图像; 2)预处理及车牌标志定位; 3)多种图像分割功能; 4)形态学滤波等功能; 5)对标志中的数字进行识别。(Based on digital image processing, segmentation and recognition of a license plate emulation system. Interface and require a system with the following functions: 1) read the traffic sign 2) pre-processing and positioning plate mark 3) a variety of image segmentation functions 4) morphological filtering and other functions 5) to mark the numbers Identification.)
    2021-04-10 18:28:59下载
    积分:1
  • HarrisCorner
    对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件; 6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )
    2016-01-04 12:44:23下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载