├── LICENSE ├── README.md ├── book_dimension_detection.py ├── book_dimension_top_bottom_edge.py ├── book_dimensions.py ├── book_dimensions_new.py ├── images ├── Output_.png ├── book_final.jpg ├── recorded_lengths.png └── region_1.png ├── qr_code_detection.py └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krshrimali/Dimensionality-Calculation-using-Homography-Matrix-and-QR-Code-Detection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krshrimali/Dimensionality-Calculation-using-Homography-Matrix-and-QR-Code-Detection/HEAD/README.md -------------------------------------------------------------------------------- /book_dimension_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krshrimali/Dimensionality-Calculation-using-Homography-Matrix-and-QR-Code-Detection/HEAD/book_dimension_detection.py -------------------------------------------------------------------------------- /book_dimension_top_bottom_edge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krshrimali/Dimensionality-Calculation-using-Homography-Matrix-and-QR-Code-Detection/HEAD/book_dimension_top_bottom_edge.py -------------------------------------------------------------------------------- /book_dimensions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krshrimali/Dimensionality-Calculation-using-Homography-Matrix-and-QR-Code-Detection/HEAD/book_dimensions.py -------------------------------------------------------------------------------- /book_dimensions_new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krshrimali/Dimensionality-Calculation-using-Homography-Matrix-and-QR-Code-Detection/HEAD/book_dimensions_new.py -------------------------------------------------------------------------------- /images/Output_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krshrimali/Dimensionality-Calculation-using-Homography-Matrix-and-QR-Code-Detection/HEAD/images/Output_.png -------------------------------------------------------------------------------- /images/book_final.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krshrimali/Dimensionality-Calculation-using-Homography-Matrix-and-QR-Code-Detection/HEAD/images/book_final.jpg -------------------------------------------------------------------------------- /images/recorded_lengths.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krshrimali/Dimensionality-Calculation-using-Homography-Matrix-and-QR-Code-Detection/HEAD/images/recorded_lengths.png -------------------------------------------------------------------------------- /images/region_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krshrimali/Dimensionality-Calculation-using-Homography-Matrix-and-QR-Code-Detection/HEAD/images/region_1.png -------------------------------------------------------------------------------- /qr_code_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krshrimali/Dimensionality-Calculation-using-Homography-Matrix-and-QR-Code-Detection/HEAD/qr_code_detection.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krshrimali/Dimensionality-Calculation-using-Homography-Matrix-and-QR-Code-Detection/HEAD/utils.py --------------------------------------------------------------------------------