opencv/modules/gapi
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
..
cmake Added rmat.cpp and media.cpp to files being built in standalone 2020-11-06 01:59:09 +03:00
doc Merge pull request #18387 from dmatveev:dm/slides_upd_44 2020-09-26 20:59:26 +00:00
include/opencv2 Merge pull request #18790 from OrestChura:oc/fitLine 2020-11-17 15:59:59 +00:00
misc/python Merge pull request #18491 from TolyaTalamanov:at/wrap-inference 2020-10-26 19:02:03 +00:00
perf G-API: Introduced a Text Detection sample 2020-10-21 17:25:56 +03:00
samples Merge pull request #18716 from dmatveev:dm/upstream_onnx 2020-11-03 18:39:16 +00:00
scripts Added a script to measure & report privacy masking camera performance in different configurations 2020-07-08 19:19:37 +03:00
src Merge pull request #18790 from OrestChura:oc/fitLine 2020-11-17 15:59:59 +00:00
test Merge pull request #18790 from OrestChura:oc/fitLine 2020-11-17 15:59:59 +00:00
CMakeLists.txt Merge pull request #18793 from dmatveev:dm/in_graph_metadata 2020-11-17 14:04:19 +00:00