├── CMakeLists.txt ├── LICENSE ├── README.md ├── main.cpp └── samples ├── s1.jpg ├── s10.jpg ├── s11.jpg ├── s12.jpg ├── s2.jpg ├── s3.jpg ├── s4.jpg ├── s5.jpg ├── s6.jpg ├── s7.jpg ├── s8.jpg └── s9.jpg /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siamezzze/ellipse_detection/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siamezzze/ellipse_detection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siamezzze/ellipse_detection/HEAD/README.md -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siamezzze/ellipse_detection/HEAD/main.cpp -------------------------------------------------------------------------------- /samples/s1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siamezzze/ellipse_detection/HEAD/samples/s1.jpg -------------------------------------------------------------------------------- /samples/s10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siamezzze/ellipse_detection/HEAD/samples/s10.jpg -------------------------------------------------------------------------------- /samples/s11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siamezzze/ellipse_detection/HEAD/samples/s11.jpg -------------------------------------------------------------------------------- /samples/s12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siamezzze/ellipse_detection/HEAD/samples/s12.jpg -------------------------------------------------------------------------------- /samples/s2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siamezzze/ellipse_detection/HEAD/samples/s2.jpg -------------------------------------------------------------------------------- /samples/s3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siamezzze/ellipse_detection/HEAD/samples/s3.jpg -------------------------------------------------------------------------------- /samples/s4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siamezzze/ellipse_detection/HEAD/samples/s4.jpg -------------------------------------------------------------------------------- /samples/s5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siamezzze/ellipse_detection/HEAD/samples/s5.jpg -------------------------------------------------------------------------------- /samples/s6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siamezzze/ellipse_detection/HEAD/samples/s6.jpg -------------------------------------------------------------------------------- /samples/s7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siamezzze/ellipse_detection/HEAD/samples/s7.jpg -------------------------------------------------------------------------------- /samples/s8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siamezzze/ellipse_detection/HEAD/samples/s8.jpg -------------------------------------------------------------------------------- /samples/s9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siamezzze/ellipse_detection/HEAD/samples/s9.jpg --------------------------------------------------------------------------------