Maksim Shabunin
7d9bbdcaad
Remove all sphinx files
10 years ago
Maksim Shabunin
61f36de542
Doxygen tutorials support
10 years ago
Maksim Shabunin
63a8a60bdb
Fixed cvv module build
...
- updated header inclusions
- added export instruction to public methods
- fixed some small problems
10 years ago
Vadim Pisarevsky
499c943601
added information about the patents related to the surface matching algorithm
10 years ago
Jay Bosamiya
e2253ea471
Fix typo
10 years ago
Jay Bosamiya
58f2dc3b4c
Fix typo
10 years ago
Nisarg Thakkar
c21fd589db
Fix for Bug 4074. Both conditions of if are same
10 years ago
Rok Mandeljc
63008ba79d
matlab/bridge.hpp: added missing definitions for Ptr_Stitcher
10 years ago
Rok Mandeljc
6ca0aa4784
matlab/CMakeLists.txt: add CMAKE_BINARY_DIR to MEX_INCLUDE_DIRS
...
Otherwise we cannot find opencv2/opencv_modules.hpp, which is
located directly inside the CMAKE_BINARY_DIR.
10 years ago
Beat Küng
3957fd7d6f
surface matching: fix memory leak
10 years ago
Maksim Shabunin
f52ba671dc
Disable some modules for iOS framework world build
11 years ago
Maksim Shabunin
a20c5c8dd9
Doxygen documentation for all modules
11 years ago
StevenPuttemans
0d88f483e0
updating github documentation structure
11 years ago
Yan Wang
e38d6c2014
Fix debug build broken issue.
...
Fix the following error:
/usr/bin/ld: ../../lib/libopencv_ts.a(ts_gtest.cpp.o): relocation
R_X86_64_32 against `.rodata' can not be used when making a shared object;
recompile with -fPIC
../../lib/libopencv_ts.a: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [lib/cv2.so] Error 1
make[1]: *** [modules/python2/CMakeFiles/opencv_python2.dir/all] Error 2
make: *** [all] Error 2
11 years ago
Dmitriy Anisimov
f04f191111
minor update of ar_hmdb code
11 years ago
Dmitriy Anisimov
3929e23878
updated adience loader
11 years ago
Dinar Ahmatnurov
df2f650bba
latentsvm caskade
...
reworked PR 3
comment off #include "opencv2/core/private.hpp". It prevent the project from being referenced from outside the opencv library.
renaming + docs;
11 years ago
Shuda Li
2eddf48dd2
comment off #include "opencv2/core/private.hpp". It prevent the project from being referenced from outside the opencv library.
11 years ago
Michele Adduci
e29cfabdb3
Adjusted test cases for SURF_CUDA, using new APIs
11 years ago
Dmitriy Anisimov
b9daaf1426
minor changes
11 years ago
Dmitriy Anisimov
7af368f7bd
updated documentation
11 years ago
Dmitriy Anisimov
38168334f6
added first version of hpe_humaneva dataset loader
11 years ago
Dmitriy Anisimov
44f47427df
updated or_imagenet dataset loader
11 years ago
Maksim Shabunin
bad3cd2427
Fixed some existing doxygen comments
11 years ago
manuele
7f97464cc3
logtopolar
11 years ago
Dmitriy Anisimov
3be484f12b
added tr_svt benchmark
11 years ago
Dmitriy Anisimov
c5bc6e82ea
added fr_adience dataset loader
11 years ago
Sancho McCann
6d4c23a63a
Corrected function call.
11 years ago
Sancho McCann
f83cffe74a
Bugfix: NNs not found due to precision error.
11 years ago
Vadim Pisarevsky
e2755362e1
quickly corrected the previous refactoring of features2d/xfeatures2d: moved from set(SOME_PROP, val) to setSomeProp(val)
11 years ago
Dmitriy Anisimov
e16ba0430a
updated or_sun dataset loader
11 years ago
Maksim Shabunin
185836bc51
Java wrappers for bioinspired module
11 years ago
Vadim Pisarevsky
fba1825a1a
fixed some more compile errors and test failures
11 years ago
Vadim Pisarevsky
6c63139f7a
added properties setter/getter to SURF
11 years ago
Vadim Pisarevsky
218358a5d5
corrected text detection once again to match the new MSER interface
11 years ago
Vadim Pisarevsky
763954f815
fixed xfeatures2d tests
11 years ago
Vadim Pisarevsky
0cfd795303
refactored xfeatures2d in the same style as features2d
11 years ago
StevenPuttemans
c20ea8e7e8
adding more clear documentation
11 years ago
dmitriy.anisimov
2c8c4ddf77
added benchmark for ar_hmdb
11 years ago
dmitriy.anisimov
1d6a0e4724
enhance documents structure
11 years ago
Dmitriy Anisimov
a5351d9e86
added Caltech Pedestrian dataset loading
11 years ago
Philipp Hasper
3218ba6c3e
Moved namespace
11 years ago
Antonella Cascitelli
775aecc0e4
UML source files added
...
misc and pics folders removed
Modified doc to achieve the automatic generation of UML diagrams with plantuml
Removed debug prints in TLD Tracker
Added perf test for TLD tracker
Added test OPE-SRE-TRE for TLD tracker
Fix tab in tracking.rst
Fixed builder warning
Fixed warnings
11 years ago
Philipp Hasper
ab4d697667
Registration sample: adapt to xfeatures2d
11 years ago
vludv
b1b36cd20e
Adaptive manifold filter: downsample/upsample operations where paralleled.
11 years ago
vludv
e8d7975e2c
Adaptive manifold filter changes: Memory consuming was reduced and performance was improved (10% average).
11 years ago
manuele
77116f35db
buffer overrun fix
11 years ago
manuele
a9eebb91f9
warning fixes
11 years ago
manuele
59099ecbc0
adas fix
...
- lowered memory usage (now the train use ~3x less memory)
- improved speed (removed some bottlenecks and added fast_log)
- added support to grayscale images
- the LUV features are not computed if the image is grayscale (leads to
an improved detection rate)
- added various parameters (limit_ps, limit_bg, alpha, slidingStep,
is_grayscale)
- added detect() function for a better control of the resize factor
11 years ago
ahb
611c82c30b
cmake -DCVV_DEBUG_MODE= only belongs into tutorial
11 years ago