登录
首页 » matlab » CameraCalibration

CameraCalibration

于 2010-03-23 发布 文件大小:4747KB
0 189
下载积分: 1 下载次数: 1

代码说明:

说明:  matlab下的相机标定工具箱,包含角点检测,求取相机内参,误差分析,求相机外参,图像校正等多种功能。附带有实验用的20张图像。(matlab under the camera calibration toolbox, including corner detection, strike the camera restricted reference materials, error analysis, seeking the camera outside the parameters, image correction, multiple functions. Comes with the 20 experimental images.)

文件列表:

TOOLBOX_calib
TOOLBOX_calib\add_suppress.m
TOOLBOX_calib\affine.m
TOOLBOX_calib\align_structures.m
TOOLBOX_calib\analyse_error.m
TOOLBOX_calib\anisdiff.m
TOOLBOX_calib\apply_distortion.m
TOOLBOX_calib\apply_distortion2.m
TOOLBOX_calib\apply_fisheye_distortion.m
TOOLBOX_calib\calib.m
TOOLBOX_calib\calibration_pattern
TOOLBOX_calib\calibration_pattern\pattern.eps
TOOLBOX_calib\calibration_pattern\pattern.pdf
TOOLBOX_calib\calib_gui.m
TOOLBOX_calib\calib_gui_fisheye.m
TOOLBOX_calib\calib_gui_normal.m
TOOLBOX_calib\calib_gui_no_read.m
TOOLBOX_calib\calib_stereo.m
TOOLBOX_calib\cam_proj_calib.m
TOOLBOX_calib\cam_proj_calib_optim.m
TOOLBOX_calib\cam_proj_extract_param.m
TOOLBOX_calib\centercirclefinder.m
TOOLBOX_calib\check_active_images.m
TOOLBOX_calib\check_convergence.m
TOOLBOX_calib\check_directory.m
TOOLBOX_calib\check_extracted_images.m
TOOLBOX_calib\clearwin.m
TOOLBOX_calib\clear_windows.m
TOOLBOX_calib\click_calib.m
TOOLBOX_calib\click_calib_fisheye_no_read.m
TOOLBOX_calib\click_calib_no_read.m
TOOLBOX_calib\click_ima_calib.m
TOOLBOX_calib\click_ima_calib3D.m
TOOLBOX_calib\click_ima_calib_fisheye_no_read.m
TOOLBOX_calib\click_ima_calib_no_read.m
TOOLBOX_calib\click_stereo.m
TOOLBOX_calib\combine_calib.m
TOOLBOX_calib\compose_motion.m
TOOLBOX_calib\Compute3D.m
TOOLBOX_calib\ComputeStripes.m
TOOLBOX_calib\compute_collineation.m
TOOLBOX_calib\compute_epipole.m
TOOLBOX_calib\compute_extrinsic.m
TOOLBOX_calib\compute_extrinsic_init.m
TOOLBOX_calib\compute_extrinsic_init_fisheye.m
TOOLBOX_calib\compute_extrinsic_refine.m
TOOLBOX_calib\compute_extrinsic_refine2.m
TOOLBOX_calib\compute_extrinsic_refine_fisheye.m
TOOLBOX_calib\compute_homography.m
TOOLBOX_calib\comp_distortion.m
TOOLBOX_calib\comp_distortion2.m
TOOLBOX_calib\comp_distortion_oulu.m
TOOLBOX_calib\comp_error_calib.m
TOOLBOX_calib\comp_error_calib_fisheye.m
TOOLBOX_calib\comp_ext_calib.m
TOOLBOX_calib\comp_ext_calib_fisheye.m
TOOLBOX_calib\comp_fisheye_distortion.m
TOOLBOX_calib\cornerfinder.m
TOOLBOX_calib\cornerfinder2.m
TOOLBOX_calib\cornerfinder_saddle_point.m
TOOLBOX_calib\count_squares.m
TOOLBOX_calib\count_squares_distorted.m
TOOLBOX_calib\count_squares_fisheye_distorted.m
TOOLBOX_calib\dAB.m
TOOLBOX_calib\data_calib.m
TOOLBOX_calib\data_calib_no_read.m
TOOLBOX_calib\Distor2Calib.m
TOOLBOX_calib\downsample.m
TOOLBOX_calib\edgefinder.m
TOOLBOX_calib\eliminate_boundary.m
TOOLBOX_calib\error_analysis.m
TOOLBOX_calib\error_cam_proj.m
TOOLBOX_calib\error_cam_proj2.m
TOOLBOX_calib\error_cam_proj3.m
TOOLBOX_calib\error_depth.m
TOOLBOX_calib\error_depth_list.m
TOOLBOX_calib\export_calib_data.m
TOOLBOX_calib\extract_distortion_data.m
TOOLBOX_calib\extract_grid.m
TOOLBOX_calib\extract_grid_manual.m
TOOLBOX_calib\extract_parameters.m
TOOLBOX_calib\extract_parameters3D.m
TOOLBOX_calib\extract_parameters_fisheye.m
TOOLBOX_calib\extrinsic_computation.m
TOOLBOX_calib\ext_calib.m
TOOLBOX_calib\ext_calib2.m
TOOLBOX_calib\ext_calib_stereo.m
TOOLBOX_calib\fixallvariables.m
TOOLBOX_calib\fixvariable.m
TOOLBOX_calib\fov.m
TOOLBOX_calib\ginput2.m
TOOLBOX_calib\ginput3.m
TOOLBOX_calib\ginput4.m
TOOLBOX_calib\go_calib_optim.m
TOOLBOX_calib\go_calib_optim_fisheye_no_read.m
TOOLBOX_calib\go_calib_optim_iter.m
TOOLBOX_calib\go_calib_optim_iter_fisheye.m
TOOLBOX_calib\go_calib_optim_iter_weak.m
TOOLBOX_calib\go_calib_optim_no_read.m
TOOLBOX_calib\go_calib_stereo.m

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

发表评论

0 个回复

  • two
    双峰法是一种简单的阈值分割方法,即如果灰度级直方图呈现明显的双峰状,则选双峰之间的谷底所对应的灰度级作为阈值分割。(Two peaks is a simple threshold segmentation method, that is, if the gray level histogram showed a clear bimodal shape, then choose between the two peaks corresponding to the bottom of the gray level as threshold segmentation.)
    2008-04-25 21:25:55下载
    积分:1
  • 区域生长法
    区域生长法进行图像分割,通过选取合适的种子点,将感兴趣区域分割出来。(The region growing method is used for image segmentation, and the region of interest is segmented by selecting appropriate seed points.)
    2019-03-18 09:27:28下载
    积分:1
  • xiququyu
    感兴趣区域提取,能用于车牌号及台风等图像,效果不错(Extract the interesting area, it can be used in license plate number and typhoons images and so on, has good results )
    2009-07-11 15:43:38下载
    积分:1
  • HOG
    根据Dalal提出的HOG特征算法编写,代码简单,注释清楚,根据所处理图像的名称路径修改后可生成36*105的特征向量。(The algorithm proposed by Dalal HOG feature writing code simple, clear annotation feature vector can generate 36* 105, modified according to the name of the image processing path.)
    2013-03-26 11:22:14下载
    积分:1
  • divide
    对图像进行分块处理,可以设置分块比例,该程序设置的是8*8的比例,将图像分成64块(The image processing block, you can set the ratio of the block, the program is set proportion of 8* 8, the image is divided into 64)
    2014-02-09 10:02:56下载
    积分:1
  • PCA
    应用matlab对多通道遥感影像进行主成分变换,就出含有最大信息量的主成分(Application of PCA matlab multi-channel remote sensing image, containing the principal component of the maximum amount of information)
    2020-10-24 10:47:21下载
    积分:1
  • wpd-ziliao
    小波包学习资料,包括多种小波包应用的MALAB算法实现( good learning materials about WPD ,including many MALAB algorithms of wavelet packet )
    2013-03-13 16:46:53下载
    积分:1
  • idl
    idl 可视化分析与应用(随书程序),详细的程序与应用。(idl visualization analysis and application (with the book procedures), the detailed procedures and applications.)
    2009-03-18 19:12:27下载
    积分:1
  • weighted-spatial-
    多径条件下基于加权空间平滑的阵元幅相误差校正(Multipath based on weighted spatial smoothing array element amplitude and phase error correction)
    2013-12-12 13:20:38下载
    积分:1
  • ImageFusion_PCA
    在GDAL库下,采用主成分变换实现多光谱影像与全色高分辨影像的融合。(Under the GDAL library, the principal component transformation is used to fuse multispectral images with panchromatic high resolution images.)
    2021-01-21 13:08:42下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载