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
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
Anatoly Baksheev
da32ca4948
Merge pull request #6 from ozantonkal/implementing_addPointCloud
...
Implementing add point cloud
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
Anatoly Baksheev
01e99db675
Merge pull request #5 from ozantonkal/implementing_addPointCloud
...
Implementing add point cloud
12 years ago
ozantonkal
aecff5237b
CV_64FC3 support
12 years ago
ozantonkal
e58b0b3507
removed cv keywords and redundant lines from showPointCloud
12 years ago
Anatoly Baksheev
59acccfa6a
Merge pull request #4 from ozantonkal/implementing_addPointCloud
...
showPointCloud initial implementation together with test
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
Anatoly Baksheev
58025c572c
Merge pull request #3 from ozantonkal/removing_boost_dependency
...
Removing boost dependency
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
Anatoly Baksheev
ddcfab3182
Merge pull request #1 from ozantonkal/viz
...
fix linux compilation errors
12 years ago
ozantonkal
e75057956a
fix linux compilation errors
12 years ago
Anatoly Baksheev
0e7d4a5703
First version of 'viz' module
12 years ago
Andrey Kamaev
1ad7af3c3b
Merge pull request #654 from fish2000:patch-1
12 years ago
Andrey Kamaev
0b0c9be771
Merge pull request #636 from ilya-lavrenov:SSE2_HOG
12 years ago
cuda-geek
3f8d87d82c
Merge pull request #661 from cuda-geek:merge-cpu-gpu-detections
12 years ago
marina.kolpakova
43db0d543d
fix win warnings
12 years ago
cuda-geek
f768d8c93f
Merge pull request #658 from Nerei:affine3_classes
12 years ago
cuda-geek
f510b49cc2
Merge pull request #650 from taka-no-me:cvdef
12 years ago
cuda-geek
d8755fd1c0
Merge pull request #653 from jbohren-forks:master
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
cuda-geek
7772811585
Merge pull request #659 from Nerei:master
12 years ago
Anatoly Baksheev
fe10c74faa
fixed compilation for vs2008
12 years ago
marina.kolpakova
92ba74a3ee
fix cuda
12 years ago
Andrey Kamaev
ea79357fd3
Merge pull request #647 from taka-no-me:fix_ffmpeg_wrapper
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
Andrey Kamaev
1eb34e062c
Merge pull request #648 from cuda-geek:move-gpu-soft-cascade-to-softcascade-module
12 years ago
Jonathan Bohren
221d610d55
calib3d model superscript should be subscript
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