登录
首页 » matlab » allfns

allfns

于 2010-02-17 发布 文件大小:1319KB
0 127
下载积分: 1 下载次数: 291

代码说明:

  是由牛津大学VGG开发的三维重建开发包,其代码包括特征提取,单应矩阵计算,二视几何算法,多视几何的算法,是学习三维重建理论的好东西(code for reconstruction。 developed by VGG oxford)

文件列表:

allfns
......\.DS_Store
......\vgg_examples
......\............\bt.00.02.H




......\............\chapel.00.01.F

......\............\chapel01.png
......\............\F_from_Ps_ex.m
......\............\Haffine_from_x_MLE_ex.m
......\............\H_from_image_corr_ex.m
......\............\keble.000.png
......\............\keble.003.png
......\............\ransacfithomography_vgg.m
......\............\ransacfithomography_vgg.m~
......\............\testhomog_vgg.m
......\............\testhomog_vgg.m~
......\............\vgg_example_scene.m
......\............\view_fund_ex.m
......\............\view_homog_ex.m
......\vgg_multiview
......\.............\Contents.m
......\.............\private
......\.............\.......\CVS
......\.............\.......\...\Entries
......\.............\.......\...\Repository
......\.............\.......\...\Root
......\.............\.......\vgg_condition_2d.m
......\.............\.......\vgg_decondition_2d.m
......\.............\.......\vgg_H_sampson_distance_sqr.m
......\.............\.......\vgg_singF_from_FF.m
......\.............\vgg_conditioner_from_image.m
......\.............\vgg_conditioner_from_pts.m
......\.............\vgg_F_from_7pts_2img.m
......\.............\vgg_F_from_P.m
......\.............\vgg_get_homg.m
......\.............\vgg_get_nonhomg.m
......\.............\vgg_Haffine_from_x_MLE.m
......\.............\vgg_H_algebraic_distance.m
......\.............\vgg_H_from_2P_plane.m
......\.............\vgg_H_from_P_plane.m
......\.............\vgg_H_from_x_lin.m
......\.............\vgg_H_from_x_nonlin.m
......\.............\vgg_H_sampson_distance_sqr.m
......\.............\vgg_KR_from_P.m
......\.............\vgg_line3d_from_lP_lin.m
......\.............\vgg_line3d_from_lP_nonlin.m
......\.............\vgg_line3d_pm_from_pv.m
......\.............\vgg_line3d_Ppv.m
......\.............\vgg_line3d_pv_from_2planes.m
......\.............\vgg_line3d_pv_from_pm.m
......\.............\vgg_line3d_pv_from_XY.m
......\.............\vgg_line3d_XY_from_pm.m
......\.............\vgg_line3d_XY_from_pv.m
......\.............\vgg_plane_from_2P_H.m
......\.............\vgg_poly3d_orthorectify.m
......\.............\vgg_projective_basis_2d.m
......\.............\vgg_PX_from_6pts_3img.m
......\.............\vgg_P_from_F.m
......\.............\vgg_rms_error.m
......\.............\vgg_scatter_plot.m
......\.............\vgg_scatter_plot_homg.m
......\.............\vgg_selfcalib_metric_vansq.m
......\.............\vgg_selfcalib_qaffine.m
......\.............\vgg_signsPX_from_x.m
......\.............\vgg_T_from_P.m
......\.............\vgg_X_from_xP_lin.m
......\.............\vgg_X_from_xP_nonlin.m
......\vgg_numerics
......\............\Contents.m
......\............\vgg_commut_matrix.m
......\............\vgg_contreps.m
......\............\vgg_detn.cxx
......\............\vgg_detn.dll
......\............\vgg_diagonalize_conic.m
......\............\vgg_duplic_matrix.m
......\............\vgg_gauss_mask.m
......\............\vgg_intersect_quadrics.m
......\............\vgg_lmultiply_matrix.m
......\............\vgg_matrix_test.m
......\............\vgg_mrdivs.m
......\............\vgg_quaternion_demo.m
......\............\vgg_quat_from_rotation_matrix.m
......\............\vgg_quat_matrix.m
......\............\vgg_quat_mul.m
......\............\vgg_quat_rotation_matrix.m
......\............\vgg_rmultiply_matrix.m
......\............\vgg_rotmat_from_exp.m
......\............\vgg_rq.m
......\............\vgg_solvelin_blksym.m
......\............\vgg_vec.m
......\............\vgg_vech.m
......\............\vgg_vech_swap.m
......\............\vgg_vec_swap.m
......\............\vgg_wedge.m
......\vgg_ui
......\......\Contents.m

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

发表评论

0 个回复

  • Qass
    源码用于计算不同的重建图像方法得到图像的质量评估检测(Source used to calculate the different image reconstruction methods to assess the quality of the image detection)
    2020-11-10 15:19:46下载
    积分:1
  • C# 仿QQ管家UI以及功能源码,效果不错,值得收藏
    C# 仿QQ管家UI以及功能源码,效果不错,值得收藏
    2013-08-30下载
    积分:1
  • Wavelet
    Visual C++下的小波变换,小波分解与重构,加入噪声分析,显示分解和重构图形。(Wavelets for data encode and uncode, the figures would be shown.)
    2009-04-09 21:55:21下载
    积分:1
  • Undecimated-DWT
    对Lena图先进行jpeg压缩,再对压缩后的图像分别进行小波软阈值去噪和非抽样硬阈值去噪,比较两种去噪方案,非抽样硬阈值有更好的效果。这是根据一篇外文文献来进行编程的,最后有图像对比结果。(According to the paper of OPTIMAL WAVELET THRESHOLDING FOR VARIOUS CODING SCHEMES ,I firstly compresse the Lena picture using the jpeg method ,then respectivly denoise it using the wavelet soft-thresholding method and the undecimated DWT hard-thresholding method.Comparing the two method ,we can find the undecimated DWT hard-thresholding have a better result.)
    2012-05-03 13:02:13下载
    积分:1
  • MR8-Filter-bank
    图像处理领域有很多滤波器,好的滤波器可以很快的提取有效的特征,MR8是一组特别好的滤波器组,比gabor filter更好,这里是MR8的源码,有需要的可以下载一用!(There are a lot of image processing filter, a good filter can quickly extract effective feature, MR8 is a particularly good filter group, better than gabor filter, here is MR8 source, there is a need to download a use!)
    2020-12-16 17:59:13下载
    积分:1
  • shuzituxiang2-2
    数字图像处理,dct频谱,低通滤波,高通滤波之后的图像。(Digital image processing, DCT spectrum, low pass filtering, high-pass filtering after the image.)
    2012-12-05 21:34:33下载
    积分:1
  • HIOER
    GS算法中的HIOER函数,可以再自行编写的主程序中进行调用(GS algorithm HIOER main function, you can then write in their own call)
    2014-08-04 21:04:57下载
    积分:1
  • DigitRec451
    人脸识别matlab源代码,BP神经网络实现的(face recognition Matlab source code, BP neural network of)
    2007-04-04 15:13:04下载
    积分:1
  • bcolor_treat
    利用matlab从某张图片中提取或删除某种颜色的背景。(extract/delete certain color from a picture)
    2019-05-09 09:44:52下载
    积分:1
  • 第6次课程序
    将两张图像进行图像相减或相处,使两张图片叠加。(The two images are subtracted or coexisted, so that the two images are superimposed.)
    2019-04-10 21:44:48下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载