Alexander Alekhin
6e3700593f
compatibility: keep Ptr<FileStorage> stubs till OpenCV 5.0
2 years ago
Alexander Alekhin
6a8c5a1d27
python: resolve Ptr<FileStorage> requirement issue
2 years ago
Vincent Rabaud
b7b08fa0c3
Fix slower CV_PAUSE on SkyLake and above.
...
This is fixing https://github.com/opencv/opencv/issues/22852
2 years ago
Vadim Levin
3f5f09e730
fix: add _ suffix to properties having reserved keyword names
2 years ago
Vadim Levin
253a4c113e
fix: remove function duplicates in test_misc.py
2 years ago
Vadim Levin
727feda935
fix: AVFoundation inconsistent camera indices
2 years ago
Alexander Smorkalov
423bc515e5
Integer underflow fix for morphologyEx in Carotene (arm).
2 years ago
Christine Poerschke
4792837f2e
Merge pull request #22865 from cpoerschke:3.4-issue-22860
...
ocl_minMaxIdx to call minmaxloc.cl for OpenCL 1.2+ only
2 years ago
Alexander Alekhin
d16b3b2487
dnn(test): restore openvino tests with 'Cannot get memory' message
2 years ago
Alexander Alekhin
74d0b4cc78
dnn(openvino): fix custom layers BlockingDesc
2 years ago
Dan Mašek
aba2167d9c
Merge pull request #22838 from dan-masek:fix_issue_22837
...
Fix issue 22837: No more blank buttons on toolbar after resizing the window
2 years ago
fwcd
90b144cf0a
Cocoa/highgui: Set activateIgnoringOtherApps
2 years ago
Zhuo Zhang
c63a6c472d
fix typo: Gausssian to Gaussian
2 years ago
Dan Mašek
e5bea2bde4
Fix #22766 : Corrected off-by one error causing inconsistent row spacing. (rebased to 3.4)
2 years ago
Dan Mašek
e9d64e0a8c
Fix #22767 : Ensure that the buttons are spaced to the size of the toolbar window, which is always visible. (rebased to 3.x)
2 years ago
Alexander Alekhin
f0df78b7e7
imgcodecs: ensure parameters are key-value pairs, fix HDR encoder
2 years ago
Alexander Alekhin
54531f8e3b
core: support CV_Check*() macros with 'bool' parameters
2 years ago
zihaomu
5bf64e7dfe
fix the infinite loop in tf importer of 3.4 branch
2 years ago
kallaballa
f5e852cdf0
define the number of dstChannels for HLS and HSV conversion as well
2 years ago
Alexander Alekhin
028d4d83d3
imgproc: sigma2=sigma1 in top-level function of GaussianBlur
3 years ago
Maksim Shabunin
c0a84dcc85
Merge pull request #22651 from mshabunin:script-doc
...
ts: basic documentation for utility scripts
3 years ago
Hyunggi Chang
085fb78e85
fix typo (portatibility -> portability)
3 years ago
Alexander Alekhin
a565aa6db9
docs: prefer # for links generation
...
- avoid `@ref`
- align with 4.x branch (minimize merge conflicts)
3 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
3 years ago
Vincent Rabaud
38c9c20a35
Move marking memory as initialized earlier.
3 years ago
catree
c34c4b50d0
Add information about the disparity-to-depth mapping matrix. Add more references about other related functions in the calib3d doc.
3 years ago
Alexander Smorkalov
3d9f27b877
Report that animated webp is not supported for now.
3 years ago
Andrey Senyaev
3f4abcb228
Disabled compiling warnings in case of symbols in cmake for 3.4
3 years ago
Alexander Alekhin
2e15582799
build: eliminate uninitialized warnings from GCC12
3 years ago
Alexander Alekhin
65bdb3a544
dnn: eliminate GCC12 warning in total() call
3 years ago
Henrik Dobbe Flemmen
6481cfd048
Update the fourcc codes link
3 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.
3 years ago
AleksandrPanov
2dd3408caa
change resize interpolation to enable tests in arm, disable close_5
3 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
3 years ago
catree
3d8614cb47
Fix documentation about depth combinations for imgproc functions.
3 years ago
Jochen Sprickerhof
496eed950f
Add missing header for LIBAVCODEC_VERSION_INT
3 years ago
Alexander Alekhin
44b2f9637a
Revert "suppress warning on GCC 7 and later"
...
This reverts commit a630ad73cb
.
3 years ago
gbowser3@gmail.com
e7a787aa41
Imgproc: Fix doxygen typo
3 years ago
Alexander Alekhin
f8597fc150
imgproc: fixup leftovers of int->int64_t conversion
3 years ago
Alexander Alekhin
85b0b0cd77
build: add missing GCC condition for pragma
3 years ago
Maksim Shabunin
f729202272
core: remove unnecessary pointer cleanup in BufferArea
3 years ago
Tomoaki Teshima
b3269b08a1
neon: add dotprod dispatch implementation
...
* read vector at runtime
* add enum
3 years ago
@lizhiyu3
e59cff47d4
fix the right border
3 years ago
Andrey Senyaev
1feabf4275
Fixed an issue with a recursion of cv2 in python
3 years ago
scorpiozj
bd54ba911d
Update imgproc.hpp
...
fix Rect value of integral image example;
3 years ago
Andrey Senyaev
d2b1e38207
Pragma to ignore -Waggressive-loop-optimizations on Linux ARM64
3 years ago
Zihao Mu
45fbb67aba
fix scale layer can not handle 1x1 weight correctly.
3 years ago
Vincent Rabaud
ed4bf13960
Fix cleanFoundConnectedQuads.
3 years ago
Rong Mantle Bao
3135063100
Make objdetect/test C++11-compliant and reproducible
...
- Add conditional compilation directives to replace deprecated std::random_shuffle with new std::shuffle when C++11 is available.
- Set random seed to a fixed value before shuffling containers to ensure reproducibility.
Resolves opencv/opencv#22209 .
3 years ago
Tomoaki Teshima
87ef6a9cc1
build: suppress the warning
...
DRY
bump the version
3 years ago