Alexander Alekhin
ea5ca16036
Merge pull request #22617 from changh95:4.x
2 years ago
Alexander Smorkalov
2991717191
Merge pull request #22637 from alalek:docs_fix_links_generation_22572
...
docs: prefer # for links generation
2 years ago
Hyunggi Chang
085fb78e85
fix typo (portatibility -> portability)
2 years ago
Alexander Alekhin
a565aa6db9
docs: prefer # for links generation
...
- avoid `@ref`
- align with 4.x branch (minimize merge conflicts)
2 years ago
Alexander Alekhin
bbcc1752b1
Merge pull request #22600 from alalek:cmake_opt_force_targets
2 years ago
Alexander Alekhin
d480e2e51b
cmake(opt): force separate targets for dispatched code
...
- PCH may not pass compilation flags properly
2 years ago
Alexander Smorkalov
4a4b2a0ce6
Merge pull request #22539 from catree:feat_homography_tutorial_gif
...
Add a gif to the homography exercise
2 years ago
Alexander Smorkalov
4103567776
Merge pull request #22194 from heavyrain-lzy:fixbug_pyrup
...
Fix the pyramid bug when src*2 < dst
2 years ago
catree
ab5279f4ad
Add an image to illustrate camera poses interpolation for the small homography exercise.
2 years ago
Kumataro
2f79b1b087
Merge pull request #22404 from Kumataro:3.4-fix22388_2
...
* imgcodecs: tiff: Reduce memory usage to read 16bit image.
* imgcodecs: tiff: Reduce memory usage to read 8bit images
* imgcodecs: tiff: split basic test and full test.
* imgcodecs: tiff: fix to warning C4244
* imgcodecs: tiff: fix to warning C4244
2 years ago
Alexander Smorkalov
572d4f4491
Merge pull request #22584 from vrabaud:msan
...
Move marking memory as initialized earlier.
2 years ago
Vincent Rabaud
38c9c20a35
Move marking memory as initialized earlier.
2 years ago
Alexander Smorkalov
4dfbbabf8b
Merge pull request #22572 from catree:feat_improve_doc_calib3d
...
[3.4] Add information about the disparity-to-depth mapping matrix
2 years ago
catree
c34c4b50d0
Add information about the disparity-to-depth mapping matrix. Add more references about other related functions in the calib3d doc.
2 years ago
Alexander Smorkalov
0c238c9e72
Merge pull request #22568 from asmorkalov:as/webp_warning
...
Report that animated webp is not supported for now
2 years ago
Alexander Smorkalov
3d9f27b877
Report that animated webp is not supported for now.
2 years ago
Alexander Smorkalov
bfeeb0ad70
Merge pull request #22285 from asenyaev:asen/disabled_compiling_warnings_3.4
...
Disabled compiling warnings in case of symbols in cmake for 3.4
2 years ago
Andrey Senyaev
3f4abcb228
Disabled compiling warnings in case of symbols in cmake for 3.4
2 years ago
Alexander Smorkalov
f2ccce23f3
Merge pull request #22512 from alalek:build_warning_gcc12_uninitialized
...
build: eliminate uninitialized warnings from GCC12
2 years ago
Alexander Smorkalov
0ab4872032
Merge pull request #22511 from alalek:dnn_build_warning_gcc12
...
dnn: eliminate GCC12 warning in total() call
2 years ago
Alexander Smorkalov
377fdf5ae5
Merge pull request #22504 from hflemmen:fix-broken-link
...
Removes a broken link
2 years ago
Alexander Alekhin
2e15582799
build: eliminate uninitialized warnings from GCC12
2 years ago
Alexander Alekhin
65bdb3a544
dnn: eliminate GCC12 warning in total() call
2 years ago
Henrik Dobbe Flemmen
6481cfd048
Update the fourcc codes link
2 years ago
Alexander Smorkalov
d885242b61
Merge pull request #22482 from Glutamat42:tutorial_generalized_hough_transform
...
Tutorial for Generalized Hough Ballard and Guil Transform
2 years ago
Markus Heck
619e038de9
move tutorial to imgproc and example to ImgTrans
2 years ago
Markus Heck
5408949951
fix typo and simplify example (grayscale template)
2 years ago
Markus Heck
e2a9cff3dc
Include code snippets with doxygen notation and small fix in table_of_content_objdetect.markdown
2 years ago
Markus Heck
c3b83b8354
Tutorial for Generalized Hough Ballard and Guil Transform
2 years ago
Alexander Smorkalov
e24382691f
Merge pull request #21934 from Yulv-git:3.4-typos2
...
Fix some typos in platforms/, samples/.
2 years ago
Yulv-git
9074b3e980
Fix some typos in platforms/, samples/, 3rdparty/.
2 years ago
Alexander Smorkalov
a72074b33f
Merge pull request #22164 from lamm45:hough-angles
...
Fix angle discretization in Hough transforms
2 years ago
Alexander Smorkalov
7834a465d5
Merge pull request #22443 from catree:feat_calibrate_camera_exe_initial_guess
2 years ago
lamm45
1f0bfc8d83
Fix angle discretization in Hough transforms
...
In some situations the last value was missing from the discrete theta
values. Now, the last value is chosen such that it is close to the
user-provided maximum theta, while the distance to pi remains always
at least theta_step/2. This should avoid duplicate detections.
A better way would probably be to use max_theta as is and adjust the
resolution (theta_step) instead, such that the discretization would
always be uniform (in a circular sense) when full angle range is used.
2 years ago
catree
837e41f9a7
Add -ws flag for cornerSubPix params (backported from 4.x).
...
Add flags to set the camera intrinsic parameters as an initial guess (can allow converging to the correct camera intrinsic parameters).
Add -imshow-scale flag to resize the image when displaying the results.
Add -enable-k3 flag to enable or disable the estimation of the K3 distortion coefficient.
2 years ago
Alexander Smorkalov
8eb4f72531
Merge pull request #22425 from AleksandrPanov:qrcode_test_arm
...
QR code, change resize interpolation for Arm
2 years ago
Alexander Smorkalov
88115811a9
Merge pull request #22130 from catree:homography_tutorial_add_exercise
...
Update homography tutorial with a small exercise
2 years ago
Alexander Smorkalov
eea05f5078
Merge pull request #22412 from asenyaev/asen/carotene_warnings_macos_arm64
...
Suppress warnings in carotene on macOS ARM64 for 3.4 branch
2 years ago
Andrey Senyaev
e1305e8d05
Fixed a warning in case of typename on macOS ARM64
2 years ago
AleksandrPanov
2dd3408caa
change resize interpolation to enable tests in arm, disable close_5
2 years ago
Andrey Senyaev
ef570e4e13
Suppress warnings in carotene on macOS ARM64 for 3.4 branch
2 years ago
Alexander Smorkalov
56baf4ed87
Merge pull request #22382 from AleksandrPanov:qrcode_x86_arm_34
2 years ago
AleksandrPanov
7ffb103758
QRcode, change INTER_LINEAR to INTER_LINEAR_EXACT
...
fix python test_detect_and_decode_multi
fix python test_detect_and_decode_multi, sort QR in multiDetect/multiDecode
enable tests with "version_5_up.jpg", "version_5_top.jpg"
remove lambda
2 years ago
Alexander Smorkalov
27bfab4e6e
Merge pull request #22371 from kianelbo:patch-1
2 years ago
Alexander Alekhin
cc8add9f66
Merge pull request #22370 from catree:fix_22242_filter2d_float_double_doc
2 years ago
Alexander Alekhin
d0d115321d
Merge pull request #22350 from alalek:rework_psabi_warning
2 years ago
Kian Eliasi
99683e958a
Fix the example in py_calib3d/py_calibration
2 years ago
catree
3d8614cb47
Fix documentation about depth combinations for imgproc functions.
2 years ago
Alexander Smorkalov
48afe1586a
Merge pull request #22357 from jspricke:missing_header
2 years ago
Jochen Sprickerhof
496eed950f
Add missing header for LIBAVCODEC_VERSION_INT
2 years ago