├── LICENSE ├── README.md ├── example.py ├── img ├── left.png └── right.png └── rectification.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decadenza/DirectStereoRectification/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decadenza/DirectStereoRectification/HEAD/README.md -------------------------------------------------------------------------------- /example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decadenza/DirectStereoRectification/HEAD/example.py -------------------------------------------------------------------------------- /img/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decadenza/DirectStereoRectification/HEAD/img/left.png -------------------------------------------------------------------------------- /img/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decadenza/DirectStereoRectification/HEAD/img/right.png -------------------------------------------------------------------------------- /rectification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decadenza/DirectStereoRectification/HEAD/rectification.py --------------------------------------------------------------------------------