Metadata-Version: 1.1
Name: StereoVision
Version: 1.0.0
Summary: Library and utilities for 3d reconstruction from stereo cameras.
Home-page: https://github.com/erget/StereoVision
Author: Daniel Lee
Author-email: lee.daniel.1986@gmail.com
License: GNU GPL
Download-URL: http://pypi.python.org/pypi/StereoVision
Description: StereoVision: Library and utilities for 3d reconstruction from stereo cameras
        =============================================================================
        
        StereoVision is a package for working with stereo cameras, especially with the
        intent of using them to produce 3D point clouds. The focus is on performance,
        ease of usability, and the ability to construct 3D imaging setups cheaply. For
        more information, see the Sphinx autodocumentation, built with the Makefile
        included in ``doc``.
        
        StereoVision relies heavily on OpenCV. If you're not sure about what a given
        variable does or what values would make sense for it and no explanation is
        provided in the StereoVision documentation, refer to OpenCV's documentation in
        order to better understand how they work.
        
        It's available on PyPI, so you can install it like this::
        
            pip install StereoVision
        
        If you find a bug or would like to request a feature, please `report it with
        the issue tracker <https://github.com/erget/StereoVision/issues>`_. If you'd
        like to contribute to StereoVision, feel free to `fork it on GitHub
        <https://github.com/erget/StereoVision>`_.
        
        StereoVision is released under the GNU General Public License, so feel free to
        use it any way you like. It would be nice to let me know if you do anything
        cool with it though.
        
        Author: `Daniel Lee <Lee.Daniel.1986@gmail.com>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: Freely Distributable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Multimedia :: Graphics :: Capture
Requires: cv2
Requires: simplejson
Requires: numpy
Requires: progressbar
Provides: stereovision
