Vadim Pisarevsky
c52092e6f8
Merge pull request #3992 from nomarek:master
10 years ago
Vadim Pisarevsky
52fa55a770
Merge pull request #4014 from sgjava:opencv-sgjava
10 years ago
Vadim Pisarevsky
a87e1c2f90
Merge pull request #4012 from mshabunin:doc-fixes
10 years ago
Vadim Pisarevsky
cc92cd07e8
Merge pull request #4017 from headupinclouds:master
10 years ago
Vadim Pisarevsky
7dd67f4997
use _mm_sad_epu8 instead of _mm_movemask_epi8 in countNonZero. Therefore, we do not need any popcount table and this solves http://code.opencv.org/issues/4333
10 years ago
Vadim Pisarevsky
3c769edea0
added extra check in CalibrateDebevec to make sure the points are within the image:
...
http://code.opencv.org/issues/4124
10 years ago
Vadim Pisarevsky
3c7f7de477
avoid possible problems with zero values in tone mapping algorithms ( http://code.opencv.org/issues/4020 )
10 years ago
Vadim Pisarevsky
ffabbfa778
added test to prove that remap does not leak memory ( http://code.opencv.org/issues/2502 ). disabled the test for now to save execution time.
10 years ago
Vadim Pisarevsky
ca90667723
fixed compile warnings on Linux and Windows
10 years ago
Vadim Pisarevsky
05d888316a
added test for http://code.opencv.org/issues/2957
10 years ago
Vadim Pisarevsky
b37aaa8303
significantly improved parallel non-local means by using granularity parameter in parallel_for_ loop. Because the algorithm deals with sliding sums, it's essential that each thread has enough work to do, otherwise the algorithm gets higher theoretical complexity and thus there is no speedup comparing to 1-thread code (at best).
10 years ago
Vladimir Dudnik
3cb4954d70
fixed new blank line at EOF
10 years ago
Vadim Pisarevsky
feb5b6aa93
increased singularity epsilon in LU decomposition. This solved singular case from http://code.opencv.org/issues/3305 . Added the respective test.
10 years ago
Vadim Pisarevsky
2e7e754032
added support for n-channel (n>4) images in warpAffine/warpPerspective/remap: http://code.opencv.org/issues/4190
10 years ago
David Hirvonen
cab0ecdf19
Avoid clearing HaarEvaluator::tofs variable (introduced fb8478eb7b
) in HaarEvaluator::setImage(...) since it won't be recomputed by HaarEvaluator::computeOptFeatures() for cases where the input image dimensions and requested search scales are the same as the previous. If none of the above change then it should be correct, and if they do change it will be computed correctly inside HaarEvaluator::computeOptFeatures() (in commit 952f9dbe62
)
...
I'm guessing there is a unit test for this that needs to be called 2x with the same image and search parameters (or another image with the same size) to illustrate the problem.
10 years ago
Vadim Pisarevsky
d3b0cb878a
added test for http://code.opencv.org/issues/2736
10 years ago
Vadim Pisarevsky
71002e0e79
some fixes from http://code.opencv.org/issues/3733
10 years ago
GilLevi
a41ac8fd40
added sample code for LATCH
10 years ago
sgjava
8b3b2a52f0
Removed finalize() and added n_delete to release()
10 years ago
sgjava
fe0ce9282a
Changed delete() modifier to public from protected
10 years ago
Marek Nogacki
25bcca2edb
fixed http://code.opencv.org/issues/4276 - set drawing thickness limit to 32767
10 years ago
laurentBerger
31ef944176
remove example_blob.bmp
10 years ago
laurentBerger
06b0fa6fc2
BLOB_MSER avec opengl
10 years ago
Maksim Shabunin
6d1cbc6458
Reorganized user guide
10 years ago
Maksim Shabunin
3f91b0d340
Fixed external link in python colorspace tutorial
10 years ago
Maksim Shabunin
a7160d9b12
Docs: fixed _dest type in cv::compare
10 years ago
Maksim Shabunin
e22c09c601
Documentation for CommandLineParser
10 years ago
Maksim Shabunin
61293a09ff
Fixed RGB-to-HLS conversion formula in documentation
10 years ago
Maksim Shabunin
c8cb03fd8f
Replaced 'corrected' to 'distorted' in camera calibration tutorials
10 years ago
Christian Richardt
6425ac3b13
Added color map similar to Matlab's new default color map 'parula'.
10 years ago
Christian Richardt
cbaf0ecaf6
Fixed triangulation bug http://code.opencv.org/issues/4334 .
10 years ago
Maksim Shabunin
b95769333c
Fixed ANN_MLP dw initialization when moment is not 0
10 years ago
Vadim Pisarevsky
4743184078
Merge pull request #4006 from sgjava:opencv-steve
10 years ago
Vadim Pisarevsky
3f180b0ad9
Merge pull request #4007 from martin-ueding:master
10 years ago
Martin Ueding
1e00a93f97
Fix spelling
10 years ago
Vladimir Dudnik
450a276f87
directx opencl interop samples (with copy from opencl image2d to buffer)
10 years ago
sgjava
0f53526598
Added VideoWriter and changed finalize to delete
10 years ago
laurentBerger
780f4ae7c5
try to implement remark included in message
10 years ago
Vadim Pisarevsky
4af2eb22ab
Merge pull request #3974 from StevenPuttemans:fix_RGB_naming_master
10 years ago
Vadim Pisarevsky
5de9d8e6e1
Merge pull request #3994 from mshabunin:fix-gtk-crash
10 years ago
Vadim Pisarevsky
d3ef3cff94
Merge pull request #3996 from Ashod:opengl_context_clip
10 years ago
Vadim Pisarevsky
568303ac7f
Merge pull request #3993 from vrabaud:master
10 years ago
Vadim Pisarevsky
09c26d6805
Merge pull request #3999 from berak:features2d_tutorial_fix
10 years ago
Vadim Pisarevsky
939c1d2474
Merge pull request #4000 from sdika:HOGSignedGradient
10 years ago
Vadim Pisarevsky
b8d40b4ad5
Merge pull request #4002 from marvins:gdal-fix
10 years ago
Marvin Smith
ae933db526
Fixing the gdal include error that Macports seems to only mess up.
10 years ago
laurentBerger
dfc508bb15
problem float constant and position of > in vector
10 years ago
laurentBerger
05bc7621e6
trailing whitespace
10 years ago
laurentBerger
a94fdbe0f0
Example about BLOB with a new image in data folder
10 years ago
laurentBerger
e7fcffeead
Exxemple MSER et BLOB séparés
10 years ago