Alexander Karsakov
5dd9263848
Multi-radix with kernel generation
10 years ago
vbystricky
fd51c133df
Add depends from highgui to imgcodecs and videoio. And include header from imgcodecs and videoio to imgcodecs
10 years ago
Petr Glotov
7a77cf584a
added timelapse
10 years ago
vbystricky
d58f736935
Split highgui module to videoio and highgui
10 years ago
Marvin Smith
67e23ed972
Fixing double to uchar conversion warning.
11 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
Adi Shavit
7674f3ddbf
Added call to clone() to avoid unexpected change to external data.
...
- Fix both stitching_detailed.cpp sample and cv::Stitcher.
11 years ago
Marvin Smith
561703ca27
Fixed the compiler warnings for the demo program.
11 years ago
Marvin Smith
14548227ca
Adding support for GDAL raster images.
11 years ago
Vadim Pisarevsky
07c0d50edf
put the detection-based tracker back (to objdetect module), so that the Android face detection sample builds fine. The patch by Konstantin Matskevich that adds C++11 threads support has been merged in too. Also, fixed compile error in the doc builder.
11 years ago
Vadim Pisarevsky
3858f2291d
removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps.
...
some of the stuff will be moved to opencv_contrib module.
in order to make this PR pass buildbot, please, comment off opencv_legacy, opencv_contrib and opencv_softcascade test runs.
11 years ago
Neo Alienson
b6e25a9fc7
Fix typos
11 years ago
侯骥
055adc2302
Update MatchTemplate_Demo.cpp
11 years ago
Alexander Alekhin
15b6fd2ec4
android: allow to build & run examples without Android OpenCV Manager
11 years ago
Konstantin Matskevich
8d4a76925c
fixed binary compatibility
11 years ago
Vladislav Vinogradov
55a714c83b
fix cv::kmeans function
...
reshape input matrix, since the function works with data
as with [N x dims] matrix
11 years ago
Konstantin Matskevich
aa76ef9a98
fixes
11 years ago
Konstantin Matskevich
36afd4ef55
added additionalInfo in faceRecognition
11 years ago
KayKwon
84257b57d0
Fix for (Bug #2789 )
...
Add MatlabFormatter for matlab style output.
See http://code.opencv.org/issues/2789
11 years ago
Alexander Alekhin
c1ea6f3c42
TAPI: stitching: improve warpers
11 years ago
Alexander Alekhin
1d9808e5d5
TAPI: stitching, replaced Mat->UMat/_Array
11 years ago
Alexander Alekhin
03773cb117
remove ippasync samples from build without IPP-A
11 years ago
Elena Gvozdeva
f9c5289483
fixed
11 years ago
Elena Gvozdeva
037ac27ec8
Added SharedMatrix
11 years ago
Elena Gvozdeva
fa2d79a15b
Added IPP Async converters, doc and sample
11 years ago
unknown
75534a4828
Python typdef fixed. Reverted the example to MOG2. Not time to make the command line switch for now.
11 years ago
Martin Jul
73042b32e1
Fixed typos in "matching"
11 years ago
Alexander Smorkalov
b4e4f13f9e
Superres module enabled for Android. GPU samples build fixed for Android.
11 years ago
berak
5f94a205d1
fixed h / s ranges in histogram_calculation tutorial
...
literalinclude
literalinclude, dropped :lines:
11 years ago
Ilya Lavrenov
099ea91823
typos
11 years ago
Ilya Lavrenov
eedf86402d
typos
11 years ago
Arun JVS
31fb7c4fec
Fixed Bug #3568 : Build fails with WITH_OPENGL=ON
11 years ago
Pierre Moulon
f3f8b843b6
Fix a typo error
11 years ago
Roman Donchenko
88f993dbda
Deleted an assignment to a variable that doesn't exist.
11 years ago
Ilya Lavrenov
b92a46c130
some more fixes
11 years ago
Alexander Smorkalov
7da3e98dfd
Application pause/resume fix for Android sample NativeActivity.
11 years ago
Ilya Lavrenov
879c0196d4
enabled OpenGL on MacOSX
11 years ago
Sven Wehner
f7041bacc0
grabcut.py sample: Allow drawing rect from bottom/right
...
The grabcut sample script isn't able to create rectangles correctly that are
drawn from e.g. bottom-right to top-left.
This small commit uses four min() calls to determine the correct
top-left point of the rectangle.
It also removes some unnecessary white spaces before colons.
11 years ago
Alexander Smorkalov
6ae4a9b09b
Multiple improvements in OpenCV examples build.
...
EMBED_CUDA and FORCE_EMBED_OPENCV flags added to cmake macro add_android_project;
INSTALL_CUDA_LIBRARIES option added to OpenCV.mk
opencv_dynamicuda library installation with enabled OPENCV_INSTALL_MODULES flag fixed;
CUDA initialization apportunity added to OpenCVLoader.initDebug();
Tutorial-4-CUDA sample reimplemented with static OpenCV and CUDA initialization.
11 years ago
Ilya Lavrenov
2e8579fe9b
cleaned up super_resolution sample from old OCL
11 years ago
Ilya Lavrenov
c7fe162829
renamed **2 -> **
11 years ago
Vadim Pisarevsky
30593ee55e
3rd attempt to prepare patch with improved OpenCL kernels of CascadeClassifier.
11 years ago
Vladislav Vinogradov
214cbabc40
update stitching sample
11 years ago
Ilya Lavrenov
f8dd9960af
one more ocl deletion
11 years ago
Ilya Lavrenov
0f168936a0
OCL module 2 trash
11 years ago
unknown
14b1e8c7f1
New KNN code -should compile now
11 years ago
Alexander Smorkalov
39201e68e2
Code review notes fixed.
...
Env setup for testing package implemented using /etc/profile.d;
Variable with path for all native samples added;
Path for test binaries and test data updated.
11 years ago
Roman Donchenko
6a511755b2
Fixed build for samples/cpp/train_HOG.cpp.
...
get_hogdescriptor_visu is passed img->clone(), which is not usable
as a non-const reference (and it doesn't modify the argument, anyway).
11 years ago
Alexander Smorkalov
f332cba14b
OpenCV C/C++/OCL/CUDA samples install path fixed. Install rools for tests added.
11 years ago
Konstantin Matskevich
07778e1760
fixes
11 years ago