1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 06:43:01 +04:00

Merge pull request #29225 from asmorkalov:as/more_contours_geometry

Move more 2d funcs to geometry module.
This commit is contained in:
Alexander Smorkalov
2026-06-04 12:20:06 +03:00
committed by GitHub
14 changed files with 398 additions and 394 deletions
@@ -7,6 +7,7 @@
#include "opencv2/imgcodecs.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/geometry.hpp"
#include <iostream>
#include <iomanip>
@@ -6,6 +6,7 @@
#include "opencv2/core.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/geometry.hpp"
#include "opencv2/highgui.hpp"
#include <iostream>