Vladislav Sovrasov
cb7cc81653
Add dft python test, fix platform depended result in morphology test
9 years ago
Vladislav Sovrasov
aaa43dc84f
Add morphology python test, fix python3 compabtibility in kmeans test
9 years ago
Vladislav Sovrasov
56571561b4
Add k-means python test, fix loading images in calibration test
9 years ago
Vladislav Sovrasov
5625d79508
Fix loading images in python tests
9 years ago
Vladislav Sovrasov
ab4d375349
Add new tests on python
9 years ago
Elad Joseph
238b47dfce
Added param documentation
...
Added param description to remove doxygen warning
9 years ago
Elad Joseph
2234016a22
Added Subdiv2D class documentation
...
Added documentation to the Subdiv2D documentation, based on the previous
C API.
9 years ago
Péter Trombitás
410eb30c26
Fix for #6192 (Mismatching delete)
9 years ago
aravind
f4f1561781
Fixed cv::cuda::reduce bug.
9 years ago
Alexander Alekhin
d2e5f90f32
cmake: fix cv2.lib conflict for python2/3 bindings (MSVS)
9 years ago
Maksim Shabunin
3a92371b60
EXIF reader: fixed file descriptor leak in case of broken tags
9 years ago
Maksim Shabunin
3cc234588a
Added build warnings in case of macro definition conflicts
9 years ago
Maksim Shabunin
ee2f8d006f
Cocoa backend: added checks before accessing sliders dictionary
9 years ago
Pavel Rojtberg
bb605279b6
clarify how to use fisheye::distortPoints
9 years ago
aravind
7ad849718c
Fixed Fisheye Camera model documentation.
9 years ago
Philipp Hasper
3f1eeba39d
findHomography sets output mask to all zeros in case of no inlier
9 years ago
Marian Zajko
e55a053d71
ximea new param
...
- added CAP_PROP_XI_SENSOR_BOARD_TEMP parameter
- added acquisition resetting for paramters that require it
9 years ago
Maksim Shabunin
a54870aace
Added filename emptyness check to the Exif reader, fixes 6120
9 years ago
Rahul Chhabra
232f564011
Update imgproc.hpp
...
In reference to Issue #6110 , the order of markerType and color is changed.
9 years ago
Alexander Alekhin
f48cda2f95
test: initialize test data in test_umat.cpp (6102)
9 years ago
Maksim Shabunin
54abb83c82
ml: moved getTestSamples implementation to src
9 years ago
ahb
15793b1301
add TestData::getTestSamples()
9 years ago
Alexander Alekhin
c7bdbef504
ocl: fix OpenGL sharing detection (6052)
...
Apple OpenCL framework hasn't OpenGL sharing extension
9 years ago
Alexander Alekhin
87bbaa2c27
ocl: OpenCL headers are located in "CL" subfolder (3rdparty/include)
9 years ago
Marian Zajko
c21657336b
ximea interface update
...
- fixed getProperty call definition
- added new parameter defitions
removed whitespaces
Reworked enumerators to keep values from previous commit
ximea enums fixes
- fixed whitespaces issue
- fixed duplicate enum values error
ximea enum definitions update
- fixed videioio.hpp code style
- fixed ABI violation in enums
- added new parameter handlers to cpp
XIMEA setProperty update
Added acquisition resetting to buffer size adjustment parameters.
9 years ago
Maksim Shabunin
112aa49104
ExifReader::getFormat : check buffer length before accessing, fixes 6059
9 years ago
Steven Puttemans
cd96df1407
Update mat.hpp
9 years ago
Steven Puttemans
a70c54f2c5
Added suggestions from PR6068
...
As discussed here: https://github.com/Itseez/opencv/pull/6068#issuecomment-180797723
9 years ago
Alexander Alekhin
c09b6000c6
ffmpeg: compatibility guard for interrupt callback feature
9 years ago
StevenPuttemans
873399705d
add clarification on the acces paramter of the at operator
9 years ago
Peter Rekdal Sunde
da48061910
Add interrupt callback with default timeout of 30s. Fixes #5730 .
...
Fix docs build failure by re-indenting with spaces instead of tabs.
Trailing whitespace fixes. http://pullrequest.opencv.org/buildbot/builders/precommit_docs/builds/5152/steps/whitespace/logs/stdio
mingw build fix.
9 years ago
StevenPuttemans
89df7923a7
revert PR 5362
9 years ago
Suleyman TURKMEN
194b865daf
update documentation of cv::repeat
9 years ago
Alexander Alekhin
7e472fbf68
ocl: thread-safe OpenCL loading (6056)
9 years ago
Maksim Shabunin
a2bda99921
MacOSX / QTKit capture: trying to fix invalid timer call
9 years ago
Philippe FOUBERT
43a1874e33
Bug correction:
...
The "CvCaptureCAM_XIMEA::getProperty" method had not the same signature as "CvCapture::getProperty" so it was not called when we use the "VideoCapture::get" method (the "const" specifier was missing).
9 years ago
Dmitry-Me
bf604f1780
Reduce variables scope
9 years ago
atinfinity
ed8368fed7
fixed to use NVCUVID in 'cudacodec' module.
9 years ago
Oded Green
1a0282df21
CUDA median filtering using histograms
9 years ago
Alexander Alekhin
2978a16c85
core: preserve sizes values ( fixes #5991 )
...
_sizes can point to internal structure which is destroyed
by release() call
9 years ago
Alexander Alekhin
96f5a930f4
test: regression 5991
9 years ago
Marian Zajko
a387d6fa26
- removed whitespaces
9 years ago
Marian Zajko
34c006fcc4
Fixed ximea cmake settings
...
Fixed ximea cmake settings for 32bit win build and linux.
9 years ago
Patrick Snape
05cfe28612
Fix parsing of training vecs for FlannBasedMatcher
...
FlannBasedMatcher::add is overloaded, but the style of parsing the
InputArrayOfArrays does not match the style from
DescriptorMatcher::add. The issue is that InputArrayOfArrays
must be properly marshalled so that the data can be read
correctly. In this case, the method expects the training
descriptors to be either a vector of matrices or a single matrix
(as is shown in DescriptorMatcher::add). These code
replicates that for the case of the FlannBasedMatcher::add.
In fact, a similar commit to this was added by 26d9a7c
but was
ultimately not accepted in #4111 . This is likely due to the
fact that the input arrays were not parsed properly and the
case of a single matrix was being improperly handled. I believe
this commit to be correct given the logic from
DescriptorMatcher::add.
9 years ago
Patrick Snape
2f5ea3437e
Update indentation to match rest of file
...
Very cosmetic, but was analyzing code and just wanted to make it
consistent.
9 years ago
emiswelt
b6c5936704
Removed trailing whitespace.
...
Note: Force push to force a re-run of build tests. The previous tests
failed in an unrelated module. I assume it's a bug that occured
randomly.
9 years ago
emiswelt
cc3b2f6197
Added a helpful comment on the scale parameter of the spherical
...
warper.
9 years ago
Alexander Alekhin
c75f9c80c7
cmake: turn off precompiled headers in case of opencv_world builds
9 years ago
Alexander Alekhin
c35ddcba1a
cmake: refactor OpenCL detection, allow custom configurations
9 years ago
AlexeyAB
fcbb57a63f
Added ability to disable lighting in the viz-module.
...
When I reconstructed the 3D scene I want to show it as viz::WMesh with an initial value of lighting. For this I disable lighting and shadows:
cv::viz::Viz3d viz_3d_window("3D");
viz_3d_window.setRenderingProperty("mesh", cv::viz::LIGHTING, 0);
Most of the examples show the 3D reconstruction using the point cloud, but using the mesh one part of it creates a shadow on other parts of it if lighting ON.
Using a 3D mesh with disabled lighting gives the most realistic picture of the reconstructed 3D scene.
9 years ago