├── CMakeLists.txt ├── README.md ├── data ├── 1.jpg ├── 2.jpg ├── 3.jpg ├── 4.png ├── 5.JPG └── 6.jpg ├── main.cpp └── result ├── 1.jpg ├── 2.jpg ├── 3.jpg ├── 4.jpg ├── 5.jpg └── 6.jpg /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanqswhu/ellipse_detection/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanqswhu/ellipse_detection/HEAD/README.md -------------------------------------------------------------------------------- /data/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanqswhu/ellipse_detection/HEAD/data/1.jpg -------------------------------------------------------------------------------- /data/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanqswhu/ellipse_detection/HEAD/data/2.jpg -------------------------------------------------------------------------------- /data/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanqswhu/ellipse_detection/HEAD/data/3.jpg -------------------------------------------------------------------------------- /data/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanqswhu/ellipse_detection/HEAD/data/4.png -------------------------------------------------------------------------------- /data/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanqswhu/ellipse_detection/HEAD/data/5.JPG -------------------------------------------------------------------------------- /data/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanqswhu/ellipse_detection/HEAD/data/6.jpg -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanqswhu/ellipse_detection/HEAD/main.cpp -------------------------------------------------------------------------------- /result/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanqswhu/ellipse_detection/HEAD/result/1.jpg -------------------------------------------------------------------------------- /result/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanqswhu/ellipse_detection/HEAD/result/2.jpg -------------------------------------------------------------------------------- /result/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanqswhu/ellipse_detection/HEAD/result/3.jpg -------------------------------------------------------------------------------- /result/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanqswhu/ellipse_detection/HEAD/result/4.jpg -------------------------------------------------------------------------------- /result/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanqswhu/ellipse_detection/HEAD/result/5.jpg -------------------------------------------------------------------------------- /result/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanqswhu/ellipse_detection/HEAD/result/6.jpg --------------------------------------------------------------------------------