基本信息
源码名称:三维重建(3D-Reconstruction)
源码大小:0.03M
文件格式:.zip
开发语言:MATLAB
更新时间:2025-04-15
   源码介绍

Sparse reconstruction / Dense reconstruction


3D-Reconstruction-main

├── README.md
├── ec
│   ├── estimate_params.m
│   ├── estimate_pose.m
│   ├── projectCAD.m
│   ├── testKRt.m
│   └── testPose.m
└── matlab
    ├── camera2.m
    ├── displayEpipolarF.m
    ├── eightpoint.m
    ├── epipolarCorrespondence.m
    ├── epipolarMatchGUI.m
    ├── essentialMatrix.m
    ├── get_depth.m
    ├── get_disparity.m
    ├── matlab
    │   ├── camera2.m
    │   ├── displayEpipolarF.m
    │   ├── eightpoint.m
    │   ├── epipolarCorrespondence.m
    │   ├── epipolarMatchGUI.m
    │   ├── essentialMatrix.m
    │   ├── get_depth.m
    │   ├── get_disparity.m
    │   ├── p2t.m
    │   ├── rectify.mat
    │   ├── rectify_pair.m
    │   ├── refineF.m
    │   ├── testDepth.m
    │   ├── testRectify.m
    │   ├── testTempleCoords.m
    │   ├── test_3_1_1.m
    │   ├── test_3_1_2.m
    │   ├── test_3_1_3.m
    │   ├── triangulate.m
    │   └── warp_stereo.m
    ├── p2t.m
    ├── rectify.mat
    ├── rectify_pair.m
    ├── refineF.m
    ├── testDepth.m
    ├── testKRt.m
    ├── testPose.m
    ├── testRectify.m
    ├── testTempleCoords.m
    ├── test_3_1_1.m
    ├── test_3_1_2.m
    ├── test_3_1_3.m
    ├── triangulate.m
    └── warp_stereo.m

3 directories, 48 files