Pavel Vlasov
|
30a6cee2fe
|
Instrumentation for OpenCV API regions and IPP functions;
|
2016-08-19 18:10:03 +03:00 |
|
Tomoaki Teshima
|
0e380ff15d
|
calib3d: compare error and threshold both in square
* resolve #5183
|
2016-07-04 19:34:47 +09:00 |
|
Dmitry-Me
|
bf604f1780
|
Reduce variables scope
|
2016-02-01 11:10:13 +03:00 |
|
Alexander Karsakov
|
e784ea7178
|
Fixed getSubset method to support Nx3 1-channel matrices as input (3xN 1-channel matrices doesn't supported at all).
|
2016-01-12 13:26:17 +03:00 |
|
Vadim Pisarevsky
|
3bc5958c58
|
added tests for http://code.opencv.org/issues/4011 and http://code.opencv.org/issues/3057; fixed random subset generation in both methods to increase chance for a good subset
|
2015-05-25 21:46:05 +03:00 |
|
Maksim Shabunin
|
da383e65e2
|
Remove deprecated methods from cv::Algorithm
|
2015-02-16 15:28:54 +03:00 |
|
edgarriba
|
7e2bb63378
|
Merge branch 'master' of https://github.com/Itseez/opencv
|
2014-08-18 22:30:00 +02:00 |
|
Adil Ibragimov
|
8a4a1bb018
|
Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
|
2014-08-13 15:21:35 +04:00 |
|
edgarriba
|
b74cfe8c2c
|
nothing
|
2014-07-08 16:26:56 +02:00 |
|
Ilya Lavrenov
|
32eb38ec98
|
fixed defects from coverity.com
|
2014-02-23 20:21:08 +04:00 |
|
Ilya Lavrenov
|
37789f015a
|
deleted excess semicolons, commas
|
2014-01-18 01:31:33 +04:00 |
|
Roman Donchenko
|
bd70a033fc
|
Boring changes - calib3d.
|
2013-09-05 18:26:43 +04:00 |
|
Roman Donchenko
|
9ed475cf52
|
War on Whitespace, master edition: file endings.
|
2013-08-27 14:23:26 +04:00 |
|
Andrey Kamaev
|
e5a33723fc
|
Move C API of opencv_calib3d to separate file
|
2013-04-11 21:00:17 +04:00 |
|
Andrey Kamaev
|
cc6bdfb045
|
Remove inline sorting algorithms from core headers
|
2013-03-28 17:22:50 +04:00 |
|
Vadim Pisarevsky
|
7fd1d75738
|
some more minor fixes
|
2013-03-04 16:02:15 +04:00 |
|
Vadim Pisarevsky
|
8a6d2bbd3d
|
several minor fixes proposed by Andrey
|
2013-03-03 00:54:46 +04:00 |
|
Vadim Pisarevsky
|
374e3a0890
|
rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++.
|
2013-02-28 18:25:05 +04:00 |
|