登录
首页 » matlab » allfns

allfns

于 2010-02-17 发布 文件大小:1319KB
0 303
下载积分: 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 个回复

  • bt_region_grow
    区域生长算法,通过设置种子点来实现,代码注释完整(region grow algorithm with matlab)
    2014-12-05 17:26:08下载
    积分:1
  • Graphics
    一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 (An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
    2020-06-30 08:20:02下载
    积分:1
  • DIP_vc
    用c语言编写的数字图像处理程序,图像读取,图像增强,图像复原,傅里叶变换,离散余弦变换都有(With the c language digital image processing, image scanning, image enhancement, image restoration, Fourier transform, discrete cosine transform has)
    2013-11-30 20:23:27下载
    积分:1
  • C# 放大和缩小 实例源码
    C# 放大和缩小图像 实例源码
    2013-05-22下载
    积分:1
  • 3D-IQA-master
    说明:  关于立体图像质量评价的论文和一些工程实现代码。(Papers on stereo image quality evaluation and some engineering implementation code.)
    2019-11-23 10:40:04下载
    积分:1
  • 1997-Image-Indexing-Using-Color-Correlogram
    Image Indexing Using Color Correlogram
    2015-05-11 05:15:10下载
    积分:1
  • Machine-Vision
    机器视觉,贾云得编著,科学出版社出版,2000年版(Basic knowledge of machine vision)
    2015-04-09 12:21:19下载
    积分:1
  • ActiveContourCode
    主动轮廓的MATLAB实现算法,主要用于图像分割,基于其的变形有很多优点(Active Contour realize the MATLAB algorithm, mainly used for image segmentation, based on its deformation has many advantages)
    2008-07-09 15:29:31下载
    积分:1
  • weinalvbo
    彩色图像的威纳滤波去噪算法,很简单的,很全,自己毕业论文的程序(Color image of the Wiener filter denoising algorithm, very simple, very full, their thesis program)
    2013-01-14 15:54:47下载
    积分:1
  • ekfslam_v2.0
    EKF2.0 利用扩展卡尔曼滤波器实现的SLAM算法,Matlab版本,是一个模拟的程序。运行方法为先载入mat,再运行XXX_sim函数。(EKF2.0 using the extended Kalman filter SLAM algorithm, Matlab version, is a simulation program. The method of operation for the first load the mat, run XXX_sim function.)
    2012-12-02 15:07:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载