• Stars
    star
    3
  • Rank 3,946,922 (Top 79 %)
  • Language
    Python
  • Created about 3 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

With Stereo Vision, 3D reconstruction based on two methods. First, correlation based algorithm which extracts disparity map then estimate depth value. The other is Feature-based algorithm which extracts features with SIFT, then use triangulation to get depth value.