请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
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