opencv/samples
Vadim Pisarevsky b8b7ca7302
Rewite polar transforms (#11323)
* Rewrite polar transformations

- A new wrapPolar function encapsulate both linear and semi-log remap
- Destination size is a parameter or calculated automatically to keep objects size between remapping
- linearPolar and logPolar has been deprecated

* Fix build warning and error in accuracy test

* Fix function name to warpPolar

* Explicitly specify the mapping mode, so we retain all the parameters as non-optional.

Introduces WarpPolarMode enum to specify the mapping mode in flags

* resolves performance warning on windows build

* removed duplicated logPolar and linearPolar implementations
2018-04-17 15:50:52 +03:00
..
android cmake: Java/Android SDK refactoring 2018-01-13 02:12:39 +00:00
cpp Rewite polar transforms (#11323) 2018-04-17 15:50:52 +03:00
data Semantic segmentation sample. 2018-03-08 11:02:26 +03:00
directx samples: avoid using of legacy C-like API (part 2) 2018-03-29 14:17:23 +03:00
dnn Merge pull request #11236 from dkurt:dnn_fuse_l2_norm 2018-04-11 15:09:55 +00:00
gpu Merge pull request #11244 from alalek:cuda_samples_drop_performance 2018-04-09 09:44:29 +00:00
hal Update HAL samples 2016-06-03 11:52:30 +03:00
java Tutorial Hough Lines 2017-10-05 14:17:38 +03:00
opencl cmake: refactored scripts with samples building: 2018-02-12 18:42:36 +03:00
opengl fix build issues with QT/OpenGL 2018-03-30 12:49:09 +03:00
openvx cmake: refactored scripts with samples building: 2018-02-12 18:42:36 +03:00
python fix faster_rcnn sample crashed at PoolingInvoker on Windows7(x64). (#10724) 2018-02-12 16:07:56 +03:00
tapi Minor refactoring in several C++ samples: 2018-03-06 14:23:20 +03:00
va_intel Fix build with VA 2018-02-28 19:26:54 +00:00
winrt samples: avoid using of legacy C-like API (part 2) 2018-03-29 14:17:23 +03:00
winrt_universal samples: avoid using of legacy C-like API (part 2) 2018-03-29 14:17:23 +03:00
wp8 samples: avoid using of legacy C-like API (part 2) 2018-03-29 14:17:23 +03:00
CMakeLists.txt samples: avoid using of legacy C-like API 2018-03-26 13:42:35 +03:00