Skip to content

Stereo Vision -- attempt to build 3D model from multiple view image sets

Notifications You must be signed in to change notification settings

Aleem21/stereo-vision

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General Guide

This project is designed for viewing 3D geometry from multiple-view images. Detailed documentation is available at http://liangfu.github.com/stereo-vision.html

The content in folders are ordered in the following rule:

  • 3rd_party - 3rd party source code (currently only contains the opencv library)
  • android - Android platform port via NDK
  • data - image files that used for testing the project
  • doc - documentation
  • matlab - MATLAB implementation
  • misc - downloaded files and some other resources
  • src - source code repository

This project build-in with opencv-1.x, which does not mimic the MATLAB syntax. And it can be easily ported to Android platform with the help of recent NDK releases.

IMPORTANT: the code is experimental and untested, use with your own risk !!

About

Stereo Vision -- attempt to build 3D model from multiple view image sets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 66.9%
  • C++ 13.9%
  • Java 11.8%
  • Python 4.2%
  • Makefile 2.2%
  • C 0.8%
  • CMake 0.2%