├── 05.jpg ├── 11-lines.jpg ├── 11.jpg ├── 12.jpg ├── 13.jpg ├── README.md ├── canny_test.cpp ├── main.cpp └── thinning_algorithm.cpp /05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sinxuy/OpenCV-Point-Meter-Detection/HEAD/05.jpg -------------------------------------------------------------------------------- /11-lines.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sinxuy/OpenCV-Point-Meter-Detection/HEAD/11-lines.jpg -------------------------------------------------------------------------------- /11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sinxuy/OpenCV-Point-Meter-Detection/HEAD/11.jpg -------------------------------------------------------------------------------- /12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sinxuy/OpenCV-Point-Meter-Detection/HEAD/12.jpg -------------------------------------------------------------------------------- /13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sinxuy/OpenCV-Point-Meter-Detection/HEAD/13.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sinxuy/OpenCV-Point-Meter-Detection/HEAD/README.md -------------------------------------------------------------------------------- /canny_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sinxuy/OpenCV-Point-Meter-Detection/HEAD/canny_test.cpp -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sinxuy/OpenCV-Point-Meter-Detection/HEAD/main.cpp -------------------------------------------------------------------------------- /thinning_algorithm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sinxuy/OpenCV-Point-Meter-Detection/HEAD/thinning_algorithm.cpp --------------------------------------------------------------------------------