├── .gitignore ├── LICENSE ├── README.md ├── circulant_matrix_tracker.py └── tracking_example.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodrigob/circulant_matrix_tracker/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodrigob/circulant_matrix_tracker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodrigob/circulant_matrix_tracker/HEAD/README.md -------------------------------------------------------------------------------- /circulant_matrix_tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodrigob/circulant_matrix_tracker/HEAD/circulant_matrix_tracker.py -------------------------------------------------------------------------------- /tracking_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodrigob/circulant_matrix_tracker/HEAD/tracking_example.png --------------------------------------------------------------------------------