ozantonkal
54c7dfab83
initial base widget implementation
12 years ago
Anatoly Baksheev
e0b7e63787
getShapePose/setShapePose simplification
...
little code beautification, formatting
12 years ago
ozantonkal
1830059969
removed redundant addShape methods
12 years ago
ozantonkal
4a19ff3a7c
createArrow and showArrow implementation without label
12 years ago
ozantonkal
c4a07b7531
createSphere and showSphere implementations
12 years ago
ozantonkal
17bdc29d5b
setShapePose and getShapePose implementations
12 years ago
ozantonkal
fd6eeac6aa
showCylinder and showCircle implementations
12 years ago
ozantonkal
98edabd42c
showCylinder implementation
12 years ago
ozantonkal
55683e7b3b
showCube implementation
12 years ago
ozantonkal
93fe2f6e4d
showPlane with color
12 years ago
ozantonkal
f94c2414e6
showPlane implementation
12 years ago
ozantonkal
26a6823207
showLine implementation
12 years ago
ozantonkal
b387581d4f
initial refactoring
12 years ago
Anatoly Baksheev
909f905b57
--amend
12 years ago
Anatoly Baksheev
c65d888875
little refactoring
12 years ago
ozantonkal
f91b1a1771
showPointCloud with single color without duplicating color
12 years ago
ozantonkal
0e90c0fff2
updated test for single color
12 years ago
ozantonkal
46cf22cdff
showPointCloud with single color
12 years ago
ozantonkal
01086323b0
mistype fix
12 years ago
Anatoly Baksheev
1b51ee385b
refactored showPointCloud to for shorter code. Implemented NanFilter::copy<T>() function
12 years ago
Anatoly Baksheev
1ae5918fa8
refactoring of copy_non_nans
12 years ago
ozantonkal
abdc022b20
implemented copy_non_nans, isnan
12 years ago
ozantonkal
c4fe98977a
implementation of * operator for Affine3f and point3d, initial implementation of isNaN
12 years ago
Anatoly Baksheev
c622ebf890
implemented wasStopped flag
12 years ago
Anatoly Baksheev
0f5da429c5
misprint
12 years ago
Anatoly Baksheev
909c45f1b9
little refactoring
12 years ago
ozantonkal
aecff5237b
CV_64FC3 support
12 years ago
ozantonkal
e58b0b3507
removed cv keywords and redundant lines from showPointCloud
12 years ago
ozantonkal
d11d07aaf5
showPointCloud initial implementation together with test
12 years ago
Anatoly Baksheev
ace0933bed
fixed compilation (included ctime in precomp.hpp)
12 years ago
ozantonkal
6603cc4405
boost dependency has been removed
12 years ago
ozantonkal
e10582ce4f
Initial implementation of keyboard callback registration mechanism without boost
12 years ago
ozantonkal
e75057956a
fix linux compilation errors
12 years ago
Anatoly Baksheev
0e7d4a5703
First version of 'viz' module
12 years ago
marina.kolpakova
43db0d543d
fix win warnings
12 years ago
Anatoly Baksheev
ceadaed108
Added Affine3<T> class
12 years ago
marina.kolpakova
318257f3a3
refactor cpp files naming
12 years ago
marina.kolpakova
0211843062
merge Detection structure for CPU and GPU soft cascade detectors
12 years ago
Anatoly Baksheev
fe10c74faa
fixed compilation for vs2008
12 years ago
marina.kolpakova
92ba74a3ee
fix cuda
12 years ago
Andrey Kamaev
e75df56317
Unified handling of InputOutputArrays in Python wrapper generator
...
This makes arguments of type InputOutputArray required in python unless they
have a default value in C++.
As result following python functions changes signatures in non-trivial way:
* calcOpticalFlowFarneback
* calcOpticalFlowPyrLK
* calibrateCamera
* findContours
* findTransformECC
* floodFill
* kmeans
* PCACompute
* stereoCalibrate
And the following functions become return their modified inputs as a return
value:
* accumulate
* accumulateProduct
* accumulateSquare
* accumulateWeighted
* circle
* completeSymm
* cornerSubPix
* drawChessboardCorners
* drawContours
* drawDataMatrixCodes
* ellipse
* fillConvexPoly
* fillPoly
* filterSpeckles
* grabCut
* insertChannel
* line
* patchNaNs
* polylines
* randn
* randShuffle
* randu
* rectangle
* setIdentity
* updateMotionHistory
* validateDisparity
* watershed
12 years ago
Alexander Bohn / FI$H2k
f3ee55e042
Fix for encoding errors when building Java source
...
The generated OpenCV Java source can contain characters outside of ASCII on some systems – this patch allows the ant task to compile them.
12 years ago
Andrey Kamaev
a1c456b7c3
Extract common base header for C and C++ APIs
12 years ago
marina.kolpakova
157a98edf7
refactored cuda error handling; remove optional dependancies in soft cascade training app
12 years ago
marina.kolpakova
a476664144
fixed compilation with latest master changes
12 years ago
Andrey Kamaev
14d27112e9
Fix build of ffmpeg wrapper with some versions of avutil
12 years ago
marina.kolpakova
6f11dc03b9
implement integral
12 years ago
marina.kolpakova
83e7d3dd67
remove generic version of GPU channel computer.
12 years ago
marina.kolpakova
3c8e66d580
softcascade: remove device dependency on gpu
12 years ago
marina.kolpakova
6daf17f974
remove softcascade host dependencies on gpu module
12 years ago