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
Yulv-git
9074b3e980
Fix some typos in platforms/, samples/, 3rdparty/.
2 years ago
catree
1852d0b9b8
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
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
Zihao Mu
1fb8d60fd2
remove whitespace
2 years ago
Alexander Alekhin
44b2f9637a
Revert "suppress warning on GCC 7 and later"
...
This reverts commit a630ad73cb
.
3 years ago
hzc
fc3e393516
videoio: add support for obsensor (Orbbec RGB-D Camera ) ( #22196 )
...
* videoio: add support for obsensor (Orbbec RGB-D Camera )
* obsensor: code format issues fixed and some code optimized
* obsensor: fix typo and format issues
* obsensor: fix crosses initialization error
3 years ago
Tomoaki Teshima
87ef6a9cc1
build: suppress the warning
...
DRY
bump the version
3 years ago
Tomoaki Teshima
a630ad73cb
suppress warning on GCC 7 and later
3 years ago
Alexander Alekhin
0f3de805f4
build: fix warnings
3 years ago
Sean McBride
35f1a90df7
Merge pull request #22149 from seanm:sprintf
...
Replaced sprintf with safer snprintf
* Straightforward replacement of sprintf with safer snprintf
* Trickier replacement of sprintf with safer snprintf
Some functions were changed to take another parameter: the size of the buffer, so that they can pass that size on to snprintf.
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
Trutnev Aleksei
43c04c29ce
Merge pull request #21157 from alexgiving:atrutnev/move_resize
...
GAPI: Move Resize kernel from core to imgproc
* Move Resize kernel from core to imgproc
* Applied style comments
* Adding backward compatibility
* Applied Asya PR
3 years ago
Aleksei Trutnev
c68fec7e97
Move GKernelPackage to cv namespace
3 years ago
Alexander Alekhin
c78a8dfd2d
fix 4.x links
3 years ago
alessandro faria
05bfdeab7a
New example for realsense
3 years ago
Sinitsina Maria
d8b1fc45aa
Merge pull request #20934 from SinM9:spectrogram_samples
...
AudioIO: add spectrogram samples for C++/python
3 years ago
Alexander Alekhin
65392d5e6b
cmake: fix OPENGL_LIBRARIES handling
3 years ago
Trutnev Aleksei
b525480b25
Merge pull request #20857 from alexgiving:atrutnev/move_API_samples
...
Move API sample code to tutorial_code location
3 years ago
Nikolaos Pappas
968d94d417
Fix trackbar in falsecolor cpp sample
3 years ago
Alexander Alekhin
0b1ae11498
cmake: find_package with QUIET
3 years ago
Alexander Alekhin
3891f18e71
samples: update parallel_backend examples
...
- use find_package(TBB)
3 years ago
MaximMilashchenko
f36c268b9e
Merge pull request #19721 from MaximMilashchenko:Audio
...
add audio support in cap_msmf
* audio msmf
* fixed warnings
* minor fix
* fixed SampleTime MSMF
* minor fix, fixed audio test, retrieveAudioFrame
* fixed warnings
* impelemented sync audio and video stream with start offset
* fixed error
* fixed docs
* fixed audio sample
* CAP_PROP_AUDIO_POS, minor fixed
* fixed warnings
* videoio(MSMF): update audio test checks, add debug logging
* fixed
* fixed desynchronization of time positions, warnings
* fixed warnings
* videoio(audio): tune tests checks
* videoio(audio): update properties description
* build warnings
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
3 years ago
Alexander Alekhin
6d5fdfbf73
samples: fix build without threading support
3 years ago
Suleyman TURKMEN
9b76872708
restore LSD
3 years ago
Rohit Sutradhar
41a2eb5245
Merge pull request #20361 from r0hit2005:master
...
Tutorial for parallel_for_ and Universal Intrinsic (GSoC '21)
* New parallel_for tutorial
* Universal Intrinsics Draft Tutorial
* Added draft of universal intrinsic tutorial
* * Added final markdown for parallel_for_new
* Added first half of universal intrinsic tutorial
* Fixed warnings in documentation and sample code for parallel_for_new
tutorial
* Restored original parallel_for_ tutorial and table_of_content_core
* Minor changes
* Added demonstration of 1-D vectorized convolution
* * Added 2-D convolution implementation and tutorial
* Minor changes in vectorized implementation of 1-D and 2-D convolution
* Minor changes to univ_intrin tutorial. Added new tutorials to the table of contents
* Minor changes
* Removed variable sized array initializations
* Fixed conversion warnings
* Added doxygen references, minor fixes
* Added jpg image for parallel_for_ doc
3 years ago
Suleyman TURKMEN
9d1e8b1e1d
Update convexhull.cpp
3 years ago
Alexander Alekhin
076587425e
build: eliminate build warnings
3 years ago
Alexander Panov
d6306f8ccb
Merge pull request #20564 from AleksandrPanov:update_kalman_sample
...
Update kalman sample
* updated view and comments, fixed dims
* updated view and comments, added statePost
4 years ago
Roland Meertens
2113af9c52
Updated grabcut example to show the background in a transparant way
4 years ago
Vladimir
90be83ae99
Fix an arg for calcHist() in demos
...
`float* histRange = { range };` doesn't make much sense. `histRange` is
an array of array(s), so it should have a type of ptr to ptr. Strangely
some domos are correct as well as the example for the function
https://docs.opencv.org/master/d6/dc7/group__imgproc__hist.html#ga4b2b5fd75503ff9e6844cc4dcdaed35d
4 years ago
changh95
101d50703c
fix typo 'undistorsed'->'undistorted'
4 years ago
Alex Kalmuk
b04d6a2d9b
Fix squares sample failure when a single file passed
4 years ago
Quella Zhang (Beyondsoft Corporation)
5105a937d1
Add namespace specifier for format()
4 years ago
Alexander Alekhin
7664e6d090
ml: use OpenCV license header for logistic regression
4 years ago
Daniel Playfair Cal
65b51e1538
Merge pull request #19690 from hedgepigdaniel:fix/calibration_fisheye
...
* fix(samples/camera_calibration): set new camera matrix for fisheye
* fix(camera_calibration): ignore inapplicable flags for fisheye
4 years ago
Alexander Alekhin
4287961aed
videoio(doc): add 'videoio_hwaccel' group, fix typos
4 years ago
Alexander Alekhin
85009800b3
videoio(docs): fixes
4 years ago
APrigarina
96570820ef
handle empty cameraMatrix
4 years ago
Suleyman TURKMEN
2387813428
Update imageSegmentation.cpp, imageSegmentation.py
4 years ago
Alexander Alekhin
b73bf03bfc
core: parallel backends API
...
- allow to replace parallel_for() backend
4 years ago
Igor Murzov
19ef9505e8
Small corrections to Orbbec Astra cameras tutorial
4 years ago
Maksim Shabunin
e4e10e54df
Updated more links to forum.opencv.org
4 years ago
Maksim Shabunin
f65d75f5c8
Updated more links to forum.opencv.org
4 years ago
Ruan
109637e213
Update essential_mat_reconstr.cpp
...
A small clerical error of an author. The correct expression should be "xy += x_*y_;".
4 years ago
Alexander Alekhin
3eea3dd46b
imgproc: add IntelligentScissors
4 years ago