opencv/modules/gapi/include/opencv2
Orest Chura 2c6a2f0381
Merge pull request #18790 from OrestChura:oc/fitLine
[G-API]: fitLine() Standard Kernel Implementation

* fitLine API (Mat, 32S, 32F) (2D, 3D)

* Complete fitLine kernel & accuracy tests
 - initialization for vectors of cv::Point and Mats via vectors added
 - comparison functions for Vec<T, n> added:
   - straight average difference comparison
   - comparison by equasion for 2d line
 - stream overload for cv::DistanceTypes added

* Fix precommit warnings

* Fix docs

* Address comments
Try to fix warning

* Disable warning in tests
2020-11-17 15:59:59 +00:00
..
gapi Merge pull request #18790 from OrestChura:oc/fitLine 2020-11-17 15:59:59 +00:00
gapi.hpp G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00