Metadata-Version: 1.2
Name: trajectorypy
Version: 1.0.0a4
Summary: trajectorypy is a library to track a phase state object that leaves a trajectory
Home-page: https://github.com/ggsato/trajectorypy
Author: Takenori Sato
Author-email: takenori.sato@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: trajectorypy - Trajectory Tracking Library
        ==========================================
        
        trajectorypy is a library to track a phase state object that leaves a trajectory.
        
        A trajectory here means the following according to Wikipedia.
        
            The system's evolving state over time traces a path 
            (a phase space trajectory for the system) through the high-dimensional space. 
            The phase space trajectory represents the set of states 
            compatible with starting from one particular initial condition, 
            located in the full phase space that represents the set of states compatible with starting from any initial condition. 
            https://en.wikipedia.org/wiki/Phase_space
        
        Installation
        ============
        
        $ pip install trajectorypy
        
Keywords: object tracking,kalman filtering,computer vision
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Requires-Python: >=2.7
