Sergei Shutov
8cc11b28b9
Replace undefined valid to markersOfBoardDetected
2 years ago
Sergei Shutov
22d0e7180b
Fix tutorials and example code
2 years ago
Sergei Shutov
1b4bab01f8
Fix tutorials and example code
2 years ago
Sergei Shutov
be58d550ce
Extract setting coord system from loop body
2 years ago
Sergei Shutov
d7787b5b2b
Fix aruco detect_board tutorial and example code
2 years ago
Sergei Shutov
1b130dfd45
Fix aruco detect_markers tutorial and code example
2 years ago
Sergei Shutov
e22e185a35
Replace citation
2 years ago
Sergei Shutov
168a4f1482
Fix code snippet
2 years ago
Sergei Shutov
58b0fce0a4
Fix code snippet
2 years ago
Sergei Shutov
eee0b390b8
Remove trailing whitespaces
2 years ago
Sergei Shutov
00f6afacd1
Fix aruco board tutorial
2 years ago
Sergei Shutov
5d8d02a8e7
Remove command line args snippet
2 years ago
Sergei Shutov
27a72e87f0
Fix aruco detection tutorial
2 years ago
Suleyman TURKMEN
54d1e5e7f6
Update find_ellipses.cpp
2 years ago
AleksandrPanov
ef510ade2e
fixing
2 years ago
AleksandrPanov
7b1f75121a
renaming
2 years ago
AleksandrPanov
86fc959fe0
renaming draw
2 years ago
AleksandrPanov
774a91a0e6
add setDetectorParameters()
2 years ago
Alexander Alekhin
bf4dd569ee
build: fix/eliminate MSVC warnings
2 years ago
AleksandrPanov
267189d7ff
remove ArucoDetector from contrib py test
2 years ago
AleksandrPanov
e28f18c2b0
fixes
2 years ago
AleksandrPanov
774dfe1258
move java aruco tests
2 years ago
AleksandrPanov
38b0a77430
move py aruco tests
2 years ago
AleksandrPanov
4e0187f716
remove Ptr Dictionary
2 years ago
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
2 years ago
James Bowley
0af5f73079
Reset cuda runtime error code to cudasuccess on runtime failure.
2 years ago
AleksandrPanov
85d735750f
fix EstimateParameters
2 years ago
AleksandrPanov
52c0566e83
remove Ptr DetectorParameters
2 years ago
AleksandrPanov
f64e2d3079
remove Ptr RefineParameters
2 years ago
AleksandrPanov
83f9947a08
fixes
2 years ago
AleksandrPanov
b562b69d0c
fix python/Java tests, add new Java test
2 years ago
AleksandrPanov
95cf9efea9
fix dict
2 years ago
AleksandrPanov
0159ea3cf6
add pimpl for ArucoDetector
2 years ago
AleksandrPanov
29c3a4aa65
remove static create, remove setters, move EstimateParameters, fix Python
2 years ago
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
2 years ago
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
2 years ago
Your Name
9b9ec60b4b
Fix bug in cudacodec preventing it from building against the Nvidia Video Codec SDK 12
3 years ago
Your Name
9b87bed1e2
Move EncoderParams constructor and add build/run instructions/comments
3 years ago
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
3 years ago
James Bowley
ea1fe97635
Remove slash.
3 years ago
James Bowley
86790142c1
Extend Codec and ColorFormat enums instead of using VideoWriter specific ones and use camel-case for enum names.
3 years ago
James Bowley
d3b58df32f
Remove temporary files from accuracy tests.
3 years ago
Zhanbo Huang
11b056b263
Merge pull request #3322 from MisakiCoca:ellipse
3 years ago
James Bowley
fbd6827e71
Two factory methods.
3 years ago
James Bowley
4fa9c71169
Four factory method version.
3 years ago
James Bowley
e1bd434528
Address cmake errors, build warnings and use codec supported by windows ffmpeg.dll in perf tests.
3 years ago
James Bowley
22261ec976
Fix documentation warning
3 years ago
James Bowley
9ccca57108
Update cudacodec::VideoWriter to work with the latest Nvidia Video Codec SDK
3 years ago
Your Name
4057993c1a
xphoto fix inpaint fsr
3 years ago
Your Name
6fb484c07d
adding python smoke test for MSDDetector
3 years ago