Patrick Mihelich
8b6aec6710
Sample program to train and detect objects using LINE-MOD.
13 years ago
Andrey Pavlenko
5bea651e81
Java samples updated to be compatible with both old (2.2+) and new (3.0+) Android versions
13 years ago
Vladislav Vinogradov
2d30480982
created wrappers for new NPP functions
...
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error
updated docs, accuracy and performance tests
13 years ago
Alexey Spizhevoy
35d63083f9
Added Farneback's optical flow sample
13 years ago
Alexander Shishkov
f3be34934e
minor changes in chessboard.py sample #1492
13 years ago
Alexander Shishkov
a6602dd75c
fixed #1492
13 years ago
Alexander Shishkov
d7031606c2
fixed #1363
13 years ago
Alexey Spizhevoy
2ad7add613
Minor refactoring of the GPU perf. sample
13 years ago
Alexey Spizhevoy
630d874e03
Updated the GPU performance sample
13 years ago
Alexey Spizhevoy
5c459aa815
Added the GPU version of the Farneback's optical flow
13 years ago
Andrey Pavlenko
62591a1d5a
#1283 , Mat <->Bitmap converters are updated to support CV_8UC(1,3,4) & non-continuous Mat-s and RGBA_8888 & RGB_565 Bitmaps; Android samples project files are updated according to the latest SDK req-s.
13 years ago
Vladislav Vinogradov
a10fed8fd1
added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module
13 years ago
Gary Bradski
778b51a6a1
Adding python example of mouse interaction and use of correlation on an image
13 years ago
Vladislav Vinogradov
f883b31cfd
updated performance sample
13 years ago
Vladislav Vinogradov
237b3ed3a0
fixed createOpticalFlowNeedleMap
13 years ago
Andrey Kamaev
5eb6ee6290
Fixing build with CUDA enabled
13 years ago
Andrey Kamaev
ee6fefc862
Fixing build with CUDA enabled
13 years ago
Andrey Kamaev
3ff438dc7a
Fixing build with CUDA enabled
13 years ago
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
13 years ago
Vladislav Vinogradov
d38ca09738
added gpu::printCudaDeviceInfo to all samples
13 years ago
Anatoly Baksheev
2042e99cab
gramma
13 years ago
Vladislav Vinogradov
59acbb1112
minor
13 years ago
Vladislav Vinogradov
9a2358628b
minor fix
13 years ago
Vladislav Vinogradov
c4792c0102
updated optical_flow samples
13 years ago
Vladislav Vinogradov
a25b027ef7
updated gpu optical_flow sample
13 years ago
Vladislav Vinogradov
3aa537642d
minor refactoring of gpu performance sample
13 years ago
Vladislav Vinogradov
5e38cf8042
added FAST_GPU and ORB_GPU classes
13 years ago
Alexandre Benoit
6ee1f6f66e
removing some mistakes
13 years ago
Alexandre Benoit
817dca2219
corrected small bu on image sequence tone mapping
13 years ago
Vladislav Vinogradov
6310622be3
minor
13 years ago
Alexandre Benoit
056d015b38
added tone mapping video processing from OpenEXR images sequences
13 years ago
Vladislav Vinogradov
f6d8f4dc6b
minor
13 years ago
Vladislav Vinogradov
bd4239be7b
moved OpenGL wrappers to separate header
...
added GlBuffer, GlTexture and GpuMat support to InputArray
replaced addTextOpenGl function by render + GlFont
13 years ago
Vladislav Vinogradov
9817252b23
added addTextOpenGl function
13 years ago
Vladislav Vinogradov
2a4fb155e1
added OpenGL support to Gtk realization of highgui
13 years ago
Kirill Kornyakov
7d8f487b03
reverted occasional commit
13 years ago
Kirill Kornyakov
913811836a
workaround for the case when perf system is used in external app without TBB
13 years ago
Vladislav Vinogradov
d7450c2449
added GlArrays class and pointCloudShow function
13 years ago
Vladislav Vinogradov
c2783af781
added OpenGL support to highgui under WIN32
13 years ago
Leonid Beynenson
01c15db6d2
Committed the first version of DetectionBasedTracker.
13 years ago
Andrey Kamaev
3bdb53e484
Android cmake toolchain is reworked for NDK r7; added experimental Android x86 support.
13 years ago
Alexandre Benoit
ccdd4ebbb8
update retina module related samples
13 years ago
Vladislav Vinogradov
fcfa72081e
moved GpuMat and DevMem2D to core module, some code refactoring
13 years ago
Vadim Pisarevsky
8a148e39f0
new sample for the complex detector+descriptor+matcher evaluation
13 years ago
Ana Huaman
d97a71f17d
Erasing two images from cpp/tutorial folder
13 years ago
Ana Huaman
8c04ae8c30
Added one sample in tutorial_code to use Stereo Block matching
13 years ago
Vladislav Vinogradov
11a5e78042
fixed gpu samples build
13 years ago
Vladislav Vinogradov
09ba133ddf
prepared GpuMat for moving to core module
13 years ago
Alexander Shishkov
09dd13d02e
fixed compilation problems after rev. 6925
13 years ago
Alexey Spizhevoy
28e006ad4f
Fixed median focal length estimation in the stitching module
13 years ago