1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Move more 2d funcs to geometry module.

This commit is contained in:
Alexander Smorkalov
2026-06-03 22:50:44 +03:00
parent e3fc091de4
commit 9803eb0443
14 changed files with 398 additions and 394 deletions
+1
View File
@@ -1,4 +1,5 @@
#include "opencv2/imgproc.hpp"
#include "opencv2/geometry.hpp"
#include "opencv2/videoio.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/video/background_segm.hpp"