第1关:扫描线填充算法(活动边表AET法) // 评测代码所用头文件-开始 #include<opencv2/core/core.hpp> #include<opencv2/highgui/highgui.hpp> #include<opencv2/imgproc/imgproc.hpp> // 评测代码所用头文件-结束 #include<GL/freeglut.h> #include<math.h> #include<string> #include <iostream> using...