Tomoaki Teshima
a630ad73cb
suppress warning on GCC 7 and later
3 years ago
@lizhiyu3
01226cb8ac
fix the bug when src*2 < dst
3 years ago
@lizhiyu3
c54ccaac31
change test number
3 years ago
@lizhiyu3
79731cb0ff
fix the bug when src*2 < dst
3 years ago
Povilas Kanapickas
6a4c3b61e6
Improve doc of calcHist overload that accepts vectors
...
It's not clear how ranges argument should be used in the overload of
calcHist that accepts std::vector. The main overload uses array of
arrays there, while std::vector overload uses a plain array. The code
interprets the vector as a flattened array and rebuilds array of arrays
from it. This is not obvious interpretation, so documentation has been
added to explain the expected usage.
3 years ago
heavyrain-lzy
6360c3bf46
Merge pull request #22184 from heavyrain-lzy:fixbug_pyrUp
...
* fix the bug in pyrUp
* add test case for pyrUp
* coding style
3 years ago
Lucas Yang
b152b8cbcd
Fix missing CharVector for JavaScript bindings
3 years ago
dan
2366f2cb2e
issues-22126
3 years ago
lamm45
9faefa0c96
Fix minor errors in the first documentation page (Introduction)
...
This markdown file corresponds to the first link on the landing
page of OpenCV documentation.
3 years ago
Vincent Rabaud
82010bf5c1
Fix some overflows in drawing.
3 years ago
Zihao Mu
ef94275eb6
bug fixed of GEMM node in ONNX_importer
3 years ago
Kumataro
dd7b9000ad
Merge pull request #22064 from Kumataro:3.4-fix22052
...
* imgcodecs: jpeg: add IMWRITE_JPEG_SAMPLING_FACTOR parameter
* fix compile error
* imgcodecs: jpeg: add CV_LOG_WARNING() and fix how to initilize Mat
* imgcodecs: jpeg: fix for C++98 mode.
* samples: imgcodec_jpeg: Remove license
3 years ago
catree
a04f9e7a59
Add more references. Update missing references with webarchive. Use mathbf for matrices. Check that the determinant of the rotation matrix is not negative (reflection), and correct it if it is the case.
3 years ago
Vincent Rabaud
0d52c37e11
Fix typo that prevents compilation with sanitizer.
3 years ago
Vincent Rabaud
7a46d7efde
Fix compilation on some ARM architecture.
...
This condition is the same as the line above.
3 years ago
Alexander Alekhin
a3d0882317
release: OpenCV 3.4.18
3 years ago
Alexander Panov
53eda42da7
Merge pull request #22025 from AleksandrPanov:fix_samplingForVersion_multiplyingFactor
...
Fix sampling for version multiplying factor
* reduce experimentalFrequencyElem and listFrequencyElem
* fix large resize
* fix tile in postIntermediate
* add getMinSideLen(), add corrected_index
* add test decode_regression_21929 author Kumataro, add test decode_regression_version_25
3 years ago
Alexander Alekhin
65fcf22670
imgproc: use singleton in color_hsv.simd.hpp
3 years ago
Kumataro
3577265508
highgui: Qt: waitKey() supports Cyrillic/Japanese keyboard layout
3 years ago
Ed J
f28e191d70
cheirality -> chirality
3 years ago
Ed J
38b6c44b4c
for then given -> for the given
3 years ago
Kumataro
1a24e316d5
Merge pull request #22030 from Kumataro:3.4-fix22029
...
* objdetect: qrcode_encoder: fix to missing timing pattern
* objdetect: qrcode_encoder: Add SCOPED_TRACE() and replace CV_Assert() to ASSERT_EQ().
- Add SCOPED_TRACE() for version loop.
- Replace CV_Assert() to ASSERT_EQ().
- Rename expect_msg to msg.
3 years ago
Victor
1230075011
Merge pull request #22045 from victor1234:calib3d-fisheye-model-reference
...
* Add fisheye camera model summary description with reference
* Fix layout
* Move reference to bibtex
3 years ago
mohawk2
72debee125
typo: Minkowsky is actually Minkowski
3 years ago
rogday
a2ad997e97
fix vector access in TF::sortByExecutionOrder
3 years ago
Alexander Alekhin
400906b433
pre: OpenCV 3.4.18 (version++)
3 years ago
berak
50d7c61c01
Update darknet_importer.cpp
...
make it more obvious, that this is a '404', not a 'parsing' problem
3 years ago
rogday
93dc0679ec
Merge pull request #21818 from rogday:revert_renaming
...
* add prefixes to layer names and layer output names
* dnn: OPENCV_DNN_ONNX_USE_LEGACY_NAMES runtime parameter
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
3 years ago
Alexander Alekhin
89f8d4ae12
build: GCC12 warnings
3 years ago
xiongzhen
2238ac7d59
Apply TIFFTAG_PREDICTOR option for LZW, DEFLATE and ADOBE_DEFLATE compression cases for smaller files.
3 years ago
Chen Jun
8d0dae4cec
Fix KalmanFilter comment error
...
If there will be measurement before the next predict, `statePost` would be assigned to updated value. So I guess these steps are meant to handle when no measurement and KF only do the predict step.
```cpp
statePre.copyTo(statePost);
errorCovPre.copyTo(errorCovPost);
```
3 years ago
Joona Heikkilä
646025589b
Fix global variable assignment in JS test suite
...
In test_imgproc.js, the test_filter suite's last test assigns a variable
to `size` without declaring it with `let`, polluting the global scope.
This commit adds `let` to the statement, so that the variable is scoped
to the test block.
3 years ago
Jan Polák
dea0815199
Small imencode documentation improvement
...
It was previously not clear that the extension should include the period, [and I am not the only person that encountered this problem](https://stackoverflow.com/questions/4254460/opencv-could-not-find-encoder-for-the-specified-extension ).
I assume that this is true for all supported extensions, but I haven't checked the source.
3 years ago
hellodoge
e4ed2d2e42
fix JpegEncoder::write
...
3rdparty/libjpeg-turbo/src/jpeglib.h:
`* NB: you must set up the error-manager BEFORE calling jpeg_create_xxx.`
3 years ago
Vincent Rabaud
667e5e4f89
Merge pull request #21943 from vrabaud:3.4_proc
...
* Fix compilation with non glibc.
_SC_NPROCESSORS_ONLN is non standard as defined on https://man7.org/linux/man-pages/man3/sysconf.3.html
It seems to only be on glibc, cf https://www.gnu.org/software/libc/manual/html_node/Processor-Resources.html
* Fix to defined(_SC_NPROCESSORS_ONLN)
3 years ago
Yulv-git
15ac54d5d6
Fix some typos in modules/.
3 years ago
LaurentBerger
ca2ab3387f
Try to solve I21853 mouse wheel problem with GTK3
3 years ago
Qingnan Duan
2958142e31
Remove extra not in doc
3 years ago
Alexander Smorkalov
0ee2a58cdc
Document defaults for JPEG settings.
3 years ago
rogday
a2b84e9897
add assert to tf graph simplifier to address security concerns
3 years ago
OpenCV Developers
e3a55af336
dnn(test): update opencv_face_detector checks
...
original commit: be4a432bea
3 years ago
lamm45
0d32a24cba
Fix some doc references in geometric image transformations module
3 years ago
eplankin
d793ec2ffe
Merge pull request #21779 from eplankin:fix_11303
...
Fixed out-of-bounds read in parallel version of ippGaussianBlur()
* Fixed out-of-memory read in parallel version of ippGaussianBlur()
* Fixed check
* Revert changes in CMakeLists.txt
3 years ago
Alexander Alekhin
1b3a06a02a
videoio(ffmpeg): avoid memory leaks
3 years ago
Alexander Alekhin
4d927e73f1
dnn(test): update OpenVINO tests 2022.1.0
3 years ago
shengwenxue
8b44ee2ce1
fix MSA sum overflow issue
3 years ago
Yash Singhal
4e8c507276
Update Condition
...
Update connectedcomponents.cpp
3 years ago
Alexander Alekhin
b687bc807a
dnn(test): update OpenVINO tests 2021.4.2
3 years ago
Alexander Alekhin
386df457a9
python: ensure publishing of subclasses before derived types
3 years ago
Maksim Shabunin
593996216f
cartToPolar/polarToCart: disable inplace mode
3 years ago