opencv/modules/stitching/src
Vadim Pisarevsky 518486ed3d
Added new data types to cv::Mat & UMat (#23865)
* started working on adding 32u, 64u, 64s, bool and 16bf types to OpenCV

* core & imgproc tests seem to pass

* fixed a few compile errors and test failures on macOS x86

* hopefully fixed some compile problems and test failures

* fixed some more warnings and test failures

* trying to fix small deviations in perf_core & perf_imgproc by revering randf_64f to exact version used before

* trying to fix behavior of the new OpenCV with old plugins; there is (quite strong) assumption that video capture would give us frames with depth == CV_8U (0) or CV_16U (2). If depth is > 7 then it means that the plugin is built with the old OpenCV. It needs to be recompiled, of course and then this hack can be removed.

* try to repair the case when target arch does not have FP64 SIMD

* 1. fixed bug in itoa() found by alalek
2. restored ==, !=, > and < univ. intrinsics on ARM32/ARM64.
2023-08-04 10:50:03 +03:00
..
cuda fix multiband_blend.cu build error in issue opencv_contrib#1012 2017-02-22 08:44:10 +08:00
opencl Added checking that z is non zero to buildWarpPlaneMaps kernel 2014-10-27 15:38:44 +03:00
autocalib.cpp Fix focal length estimation from homography matrix 2023-02-14 21:51:09 +03:00
blenders.cpp Update blenders.cpp 2023-06-02 16:46:05 +03:00
camera.cpp backport: fixed warnings produced by clang-9.0.0 2019-09-23 18:36:18 +03:00
exposure_compensate.cpp Added new data types to cv::Mat & UMat (#23865) 2023-08-04 10:50:03 +03:00
matchers.cpp fix typo confindece 2023-06-16 20:26:26 -04:00
motion_estimators.cpp Merge branch 4.x 2023-07-13 09:28:36 +03:00
precomp.hpp calib3d module in opencv is split into 3 modules: 3d, calib and stereo. 2020-12-01 23:42:15 +03:00
seam_finders.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-02-19 21:04:35 +00:00
stitcher.cpp Merge pull request #19619 from amirtu:OCV-221_get_and_set_cameras_on_stitcher 2021-03-09 17:51:40 +00:00
timelapsers.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
util_log.hpp build: detect Android via '__ANDROID__' macro 2017-07-10 12:43:59 +03:00
util.cpp added timelapse 2014-07-15 09:32:47 -07:00
warpers_cuda.cpp Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
warpers.cpp stitching: add warpPointBackward to warpers 2020-10-21 17:26:52 +02:00