Alexander Smorkalov
2b95a6da30
Fixed SURF linkage issue without nonfree.
2 years ago
Giles Payne
a20b303806
Fix for Aruco Objective-C binding
2 years ago
Sergei Shutov
83cb56d1c1
Mark deprecated methods
2 years ago
AleksandrPanov
e2ba6ca3f6
update docs
2 years ago
Sergei Shutov
78a377abec
Fix doxygen links in tutorial
2 years ago
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
AleksandrPanov
522bba3d37
move drawDetectedDiamonds
2 years ago
AleksandrPanov
f4868db30b
move py test_read_write_dict
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
Vincent Rabaud
4e0acea9fb
Remove references to deprecated NumPy type aliases.
...
This change replaces references to a number of deprecated NumPy
type aliases (np.bool, np.int, np.float, np.complex, np.object,
np.str) with their recommended replacement (bool, int, float,
complex, object, str).
Those types were deprecated in 1.20 and are removed in 1.24,
cf numpy/numpy#22607 .
2 years ago
AleksandrPanov
4c3af2376f
add empty PERF_TEST_MAIN(aruco)
2 years ago
Alexander Alekhin
95d1aa4910
obj-c: remove 'const_fix' usage
2 years ago
Alexander Alekhin
44162ff247
aruco(cleanup): don't use Ptr<FileStorage>
2 years ago
AleksandrPanov
c02d6fd101
move aruco perf tests to objdetect
2 years ago
AleksandrPanov
297724f7f6
move aruco tests to objdetect
2 years ago
AleksandrPanov
4a81ec43d4
add CharucoDetector to test
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
AleksandrPanov
a28d875e31
move drawDetectedCornersCharuco()
2 years ago
Suleyman TURKMEN
54d1e5e7f6
Update find_ellipses.cpp
2 years ago
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.
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
lianst
09b02b9e4e
Corrected misspelling
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