1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-15 12:07:08 +08:00
Commit Graph

4302 Commits

Author SHA1 Message Date
Alexander Smorkalov
d1d3c50272 Merge pull request #3003 from augustinmanecy:features2d-rw
Features2d rw
2022-12-21 16:03:02 +03:00
Alexander Alekhin
44162ff247 aruco(cleanup): don't use Ptr<FileStorage> 2022-12-21 10:48:34 +00:00
AleksandrPanov
c02d6fd101 move aruco perf tests to objdetect 2022-12-21 10:38:19 +03:00
AleksandrPanov
297724f7f6 move aruco tests to objdetect 2022-12-21 10:17:13 +03:00
AleksandrPanov
4a81ec43d4 add CharucoDetector to test 2022-12-21 02:59:43 +03:00
Sergei Shutov
168a4f1482 Fix code snippet 2022-12-20 18:52:15 +02:00
Sergei Shutov
58b0fce0a4 Fix code snippet 2022-12-20 18:37:35 +02:00
Sergei Shutov
eee0b390b8 Remove trailing whitespaces 2022-12-20 18:29:19 +02:00
Sergei Shutov
00f6afacd1 Fix aruco board tutorial 2022-12-20 18:26:50 +02:00
Alexander Smorkalov
8db3e627fb Merge pull request #3378 from cudawarped:replace_texture_ref_with_texture_obj
Fix CUDA texture bugs and replace all instances of CUDA texture references with texture objects
2022-12-20 15:07:09 +03:00
Sergei Shutov
5d8d02a8e7 Remove command line args snippet 2022-12-20 10:19:27 +02:00
Sergei Shutov
27a72e87f0 Fix aruco detection tutorial 2022-12-19 21:44:01 +02:00
AleksandrPanov
a28d875e31 move drawDetectedCornersCharuco() 2022-12-19 14:37:15 +03:00
Alexander Smorkalov
b5f4e24515 Merge pull request #3369 from sturkmen72:update_find_ellipses
Update find ellipses
2022-12-19 09:58:31 +03:00
Suleyman TURKMEN
54d1e5e7f6 Update find_ellipses.cpp 2022-12-18 09:48:06 +03:00
Alexander Smorkalov
afe6ddd13e Merge pull request #3325 from AleksandrPanov:move_contrib_aruco_to_main_objdetect
move aruco from contrib to objdetect in main repository
2022-12-16 12:28:42 +03:00
Alexander Smorkalov
6d6b81e362 Merge pull request #3391 from asmorkalov:as/run_cuda_always
4.x: Always run CUDA branch on CI.
2022-12-15 22:12:36 +03:00
James Bowley
8a6ea82ed0 Replace all instances of texture references/objects with texture objects using the existing updated cv::cudev::Texture class.
Fixes bugs in cv::cuda::demosaicing, cv::cuda::resize and cv::cuda::HoughSegmentDetector.
2022-12-15 12:36:59 +02:00
Alexander Smorkalov
874ca26e88 4.x: Always run CUDA branch on CI. 2022-12-15 10:02:11 +03:00
AleksandrPanov
ef510ade2e fixing 2022-12-14 18:46:19 +03:00
Alexander Smorkalov
c0133e5a40 Merge pull request #3386 from r2d3:convolve_cuda
keep cufftPlan2d across ConvolveImpl::convolve calls
2022-12-14 16:28:49 +03:00
Alexander Smorkalov
9d1c0f5294 Merge pull request #3383 from cudawarped:mirror_22633
Reset cuda runtime error code to cudasuccess on runtime failure.
2022-12-14 16:27:57 +03:00
AleksandrPanov
7b1f75121a renaming 2022-12-13 22:46:37 +03:00
AleksandrPanov
86fc959fe0 renaming draw 2022-12-13 02:39:03 +03:00
AleksandrPanov
774a91a0e6 add setDetectorParameters() 2022-12-12 22:00:28 +03:00
Alexander Alekhin
0792588d85 Merge pull request #3389 from alalek:build_warnings_msvc 2022-12-10 14:42:02 +00:00
Alexander Alekhin
bf4dd569ee build: fix/eliminate MSVC warnings 2022-12-10 02:09:16 +00:00
AleksandrPanov
267189d7ff remove ArucoDetector from contrib py test 2022-12-09 01:15:53 +03:00
AleksandrPanov
e28f18c2b0 fixes 2022-12-09 00:10:43 +03:00
AleksandrPanov
774dfe1258 move java aruco tests 2022-12-06 14:51:41 +03:00
AleksandrPanov
38b0a77430 move py aruco tests 2022-12-06 14:00:38 +03:00
AleksandrPanov
4e0187f716 remove Ptr Dictionary 2022-12-05 17:55:15 +03:00
David Geldreich
53ab7c3efa keep cufftPlan2d across ConvolveImpl::convolve calls
on some CUDA versions creating/destroying cufftPlan2d is very time consuming
we now create them in ConvolveImpl::create() and destroy them in the dtor

this solves issue #3385
2022-12-01 16:41:36 +00:00
James Bowley
0af5f73079 Reset cuda runtime error code to cudasuccess on runtime failure. 2022-11-29 13:53:16 +02:00
AleksandrPanov
85d735750f fix EstimateParameters 2022-11-28 23:59:59 +03:00
AleksandrPanov
52c0566e83 remove Ptr DetectorParameters 2022-11-28 23:41:43 +03:00
AleksandrPanov
f64e2d3079 remove Ptr RefineParameters 2022-11-28 01:44:43 +03:00
AleksandrPanov
83f9947a08 fixes 2022-11-28 01:44:43 +03:00
AleksandrPanov
b562b69d0c fix python/Java tests, add new Java test 2022-11-28 01:44:43 +03:00
AleksandrPanov
95cf9efea9 fix dict 2022-11-28 01:44:43 +03:00
AleksandrPanov
0159ea3cf6 add pimpl for ArucoDetector 2022-11-28 01:44:43 +03:00
AleksandrPanov
29c3a4aa65 remove static create, remove setters, move EstimateParameters, fix Python 2022-11-28 01:44:43 +03:00
AleksandrPanov
4a1b89d33b move testCharucoCornersCollinear to CharucoBoard
move ArucoTutorial tests to new cpp file
move estimatePoseBoard() to board class
removed aruco_detector
add matchImagePoints
add getters to CharucoBoard
2022-11-28 01:44:43 +03:00
Ping Wu
d6102ef65f Update dictionary.hpp (#3297)
In Macbeth colorchecker, the RGB value of 21.neutral 6.5(.44*) and 23.neutral 3.5(.1.05*) seems to be wrong, while Lab values are correct.

Citation: https://babelcolor.com/index_htm_files/RGB%20Coordinates%20of%20the%20Macbeth%20ColorChecker.pdf
2022-11-27 22:23:55 +08:00
Alexander Smorkalov
cb95689d8e Merge pull request #3381 from cudawarped:fix_for_video_codec_sdk_12
Update cudacodec to build against Nvidia Video Codec SDK 12
2022-11-23 09:27:26 +03:00
Alexander Smorkalov
871d14a188 Merge pull request #3380 from cudawarped:fix_video_writer_python_bindings
Fix opencv issue #22721
2022-11-23 09:07:46 +03:00
Your Name
9b9ec60b4b Fix bug in cudacodec preventing it from building against the Nvidia Video Codec SDK 12 2022-11-22 10:56:10 +02:00
Your Name
9b87bed1e2 Move EncoderParams constructor and add build/run instructions/comments 2022-11-22 10:14:18 +02:00
Benjamin Buch
1754d03123 Merge pull request #3285 from bebuch:4.x
make CVV module work with Qt6

* make CVV module work with Qt6

* workaround non-existence of Qt::SplitBehavior for Qt versions less 5.15

* workaround Qt5/Qt6 differences

* workaround differences between Qt 5.11 and later versions

* fix regressions for Qt 5.5
2022-11-16 11:18:46 +00:00
Alexander Smorkalov
9d84eaed80 Merge pull request #3360 from cudawarped:nvcuvenc
Fix cudacodec::VideoWriter
2022-10-28 11:04:34 +03:00