Craig Reynolds
b4c7c011b7
In cvAddText, construct QString from "text" using fromUtf8.
10 years ago
Boris Daskalov
3b5530fb67
Fix a bad free space check in icvGrowSeq.
...
A difference of two pointers was casted to unsigned which can lead to
overflow on 64-bit systems.
10 years ago
Vladimir Kolesnikov
2c73e49dac
Not block PDB file in multithreaded build on Windows.
...
If used cl compiler, but generator is not Visual Studio e.g. Ninja,
enable FS option to prevent blocking PDB file in multithreaded build.
10 years ago
Alexander Nitsch
d6c95621e8
Implement CMAKE_CURRENT_LIST_DIR for older CMake
...
The use of built-in CMAKE_CURRENT_LIST_DIR requires at least
CMake 2.8.3. This fix properly defines the variable to allow its
use in versions < 2.8.3 as well.
Fixes issue #4205 .
Exclude >= 2.8.3 from reimplementation of CMAKE_CURRENT_LIST_DIR
This avoids violation of possible future CMake policy checks
regarding reserved/read-only variables.
10 years ago
Milania1
b94c513cee
fixed error in hough lines tutorial (the point (9,4) is not on the lines, but the point (4,9) is)
...
Conflicts:
doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.rst
10 years ago
Ilya Lavrenov
614edafe73
typo
10 years ago
Dikay900
9f7548ab89
update openni sample comments referring #81
10 years ago
Andrey Pavlenko
d2409d12c6
porting polylines with empty `vector<Point>` from 2.4 to master
10 years ago
Alexander Alekhin
6a5f413f27
Merge tag '3.0.0-rc1'
10 years ago
Vadim Pisarevsky
755527a90a
Merge pull request #3958 from ilya-lavrenov:cuda_aarch64
10 years ago
Vadim Pisarevsky
1e90b2f51d
Merge pull request #3957 from dhood:fm-8pt-bug
10 years ago
Ilya Lavrenov
f57063efa2
port of aarch64 cuda changes from 2.4
10 years ago
Alexander Alekhin
b057a62c8b
Set status to rc
10 years ago
Vadim Pisarevsky
12a3156aff
Merge pull request #3955 from vpisarev:fixed_mjpeg_encoder
10 years ago
Deanna Hood
eee210f3b5
Fix Bug #3441 , #4072 , #4173 : 8-point fundamental matrix calculation error
10 years ago
Deanna Hood
34bc3b8595
Don't relax error level for particular fundamental matrix calculation methods
10 years ago
Vadim Pisarevsky
d825b7ee9a
fixed mjpeg encoder so that libjpeg-based decoder does not complain on extra bytes in the end of stream
10 years ago
Martin Ueding
5ffb53f229
Add example data types for calibrateCamera call
...
It took me a while to figure out what was meant with
OpenCV Error: Assertion failed (i < 0) in getMat
While searching for this error message I found [a list of error
messages](https://adventuresandwhathaveyou.wordpress.com/2014/03/14/opencv-error-messages-suck/ )
which also explained what the problem was: The data type for `rvecs` was
not a simple `cv::Mat` but a `std::vector<cv::Mat>`.
After I fixed that, I got the next error message:
OpenCV Error: Assertion failed (ni > 0 && ni == ni1) in
collectCalibrationData, file
/build/buildd/opencv-2.4.9+dfsg/modules/calib3d/src/calibration.cpp,
line 3193
The problem here was that my data type for the `objectPoints` was just
`vector<Vec3f>` and not `vector<vector<Vec3f>>`.
In order to save other people the time looking for this, I added
explicit examples of the needed data types into the documentation of the
function. I had to re-read the current version a couple of times until I
can read the needed levels of `vector<>`. Having this example would have
really helped me there.
10 years ago
Vadim Pisarevsky
dcf177e372
Merge pull request #3952 from vpisarev:fix_libav_case
10 years ago
Vadim Pisarevsky
30912b49f3
fixed compile warnings; hopefully fixed test failures
10 years ago
Vadim Pisarevsky
882dc0a7f6
Merge pull request #3950 from paroj:fix-gftt_ocl
10 years ago
Vadim Pisarevsky
d8f62673d7
Merge pull request #3951 from kalistratovag:mjpeg_dec_uninitialized
10 years ago
Vadim Pisarevsky
2b2e3ee93c
make sure opencv builds fine with the recent versions of libav (e.g. from Ubuntu 14.10)
10 years ago
kalistratovag
08925330e0
mjpec_decoder initialize m_movi_start variable
10 years ago
Pavel Rojtberg
1ea41e7246
fix gftt opencv kernel when using mask
10 years ago
Vadim Pisarevsky
7dd19f6d97
Merge pull request #3939 from paroj:fmtfix
10 years ago
Vadim Pisarevsky
415a212d09
Merge pull request #3936 from dhood:fitEllipse-bug
10 years ago
Vadim Pisarevsky
bac4999ae4
Merge pull request #3948 from PhilLab:markdownPatch
10 years ago
Philipp Hasper
0b20ce696a
Fixed markdown: **Note** -> @note
10 years ago
Vadim Pisarevsky
a69b435c92
Merge pull request #3909 from Nuzhny007:master
10 years ago
Vadim Pisarevsky
063e4004ba
Merge pull request #3935 from vpisarev:extending_hal_part1
10 years ago
Vadim Pisarevsky
dce0405c4d
Merge pull request #3947 from tcavallari:patch-1
10 years ago
Vadim Pisarevsky
8e493ef370
Merge pull request #3925 from ttagu99:findcontour_example2
10 years ago
Vadim Pisarevsky
887fe932cc
Merge pull request #3926 from stoneyang:stone
10 years ago
Vadim Pisarevsky
0f13208d81
Merge pull request #3929 from daeyun:findEssentialMat_doc
10 years ago
Vadim Pisarevsky
737d866197
Merge pull request #3930 from berak:python_docs_stereobm
10 years ago
Vadim Pisarevsky
4c875dc393
Merge pull request #3932 from nisargthakkar:Bug4243
10 years ago
Vadim Pisarevsky
60a51b82d7
Merge pull request #3921 from sergarrido:master
10 years ago
Vadim Pisarevsky
99d0fcf49d
Merge pull request #3938 from paroj:triangulatecpp
10 years ago
Vadim Pisarevsky
faf84e7100
Merge pull request #3937 from mshabunin:android-engine3
10 years ago
Vadim Pisarevsky
d01ee09fd6
Merge pull request #3945 from nisargthakkar:DocBugFix4282
10 years ago
Vadim Pisarevsky
926754a66e
another attempt to resolve ABI checker complains
10 years ago
Pavel Rojtberg
78eac67a01
clean up cvTriangulatePoints by using C++ primitives directly.
...
- fixes the Calib3d_StereoCalibrate_C testcase.
update comment regarding cv::SVD::MODIFY_A
10 years ago
Vadim Pisarevsky
fa41653420
trying to avoid ABI checker failures
10 years ago
tcavallari
cca78e0601
Null Pointer check in vizimpl.cpp
...
Should fix #4191 (http://code.opencv.org/issues/4191 )
10 years ago
Nisarg Thakkar
0fd1203b3b
Fixed Doc Errors Bug#4282
10 years ago
Vadim Pisarevsky
b27467d9f9
Merge pull request #3931 from mshabunin:fix-svm-train
10 years ago
Vadim Pisarevsky
b4aa37aa30
Merge pull request #3933 from BKNio:putText_3_0
10 years ago
Vadim Pisarevsky
6916a1438f
fixed some newly introduced compile errors and warnings
10 years ago
Vadim Pisarevsky
ca9a2887fc
extended universal intrinsics: added 64-bit integers, improved shift operators, renamed "pack" operations; changed semantics of extended integer multiplication, added v_dotprod.
...
also, split intrinsics into separate files. C implementation is compiled only when none of SSE2 or NEON is available.
10 years ago