Kurnianggoro
a4e8457364
Fixing some alignments
10 years ago
Kurnianggoro
244b7926be
Fixing alignments
10 years ago
Kurnianggoro
6280a069f2
Fixing some indentations
10 years ago
Kurnianggoro
55db204590
Fixing some indentations
10 years ago
Kurnianggoro
ab3015d4b0
Added the feature compression method
10 years ago
Kurnianggoro
7b22105284
Split the training coefficient into numerator and denumerator
10 years ago
Kurnianggoro
50492e9e38
Fixing the tabulation
10 years ago
Kurnianggoro
f77a46167f
Updated the support for color-names features and fixing some typos
10 years ago
Kurnianggoro
df9adff577
Fixed warning: conversion from double to int
10 years ago
Kurnianggoro
f4ba9a8baa
Fixing the ColorNames table initialization
10 years ago
Kurnianggoro
b2db444907
Added new line at end of file
10 years ago
Kurnianggoro
26962e86b4
Added error message for descriptor other than GRAY
10 years ago
Kurnianggoro
efc0322ec8
Add a framework for choosing the descriptor
10 years ago
Kurnianggoro
e746608599
change the color-names table to const
10 years ago
Kurnianggoro
b214736e19
Removing all shadowing variables, make functions to const, make the table of color-names become static
10 years ago
Kurnianggoro
5027710ded
Fixed: ROI extraction when the given ROI is out of image; made the max_patch_size to be adjustable; add the CN feature extraction method
10 years ago
Kurnianggoro
5d772dae42
Unified the formatting
10 years ago
Kurnianggoro
816714841d
References for KCF tracker and KCF-CN tracker
10 years ago
Kurnianggoro
89311dd406
adding the resize feature
10 years ago
Kurnianggoro
43e71214c8
+ add KCF Tracker, initial commit, added: tutorial, trackerKCF.cpp, modified: tracker.cpp, tracker.hpp
10 years ago
Maksim Shabunin
da7ff82d19
Replaced CV_IMPL_PROPERTY macros in public headers
10 years ago
Maksim Shabunin
05405e3dca
Replaced CV_PURE_PROPERTY macros with the code
10 years ago
Auron-X
afa9e93389
Bug fix #1
...
The bug appears on the initialization step, if the initial bounding box width was larger than height. The problem was in function calculating a binary code for ensemble classifiers. In this function “measurement” values were used in wrong order (h1,w1,h2,w2; instead of: w1,w2,h1,h2), generating a access violation error on “patch” data access by the reason that width>height and pointer to data is calculated linearly data.step*height+width
10 years ago
berak
b07c6d71a4
fix missing delete[] calls in or_mnist.cpp
10 years ago
Maksim Shabunin
67a2066c4b
Java and python wrappers for contrib modules
10 years ago
Maksim Shabunin
380e6111ec
Doc files reorganized
10 years ago
Maksim Shabunin
7d9bbdcaad
Remove all sphinx files
10 years ago
Maksim Shabunin
61f36de542
Doxygen tutorials support
10 years ago
Maksim Shabunin
34131405df
Removed some methods from cv::Algorithm and changed ml module interfaces
10 years ago
Sh0
c4bec8a5c5
Function cuda::integral() does not require an extra buffer any more.
10 years ago
Maksim Shabunin
2b74ca6f12
Added opencv_contrib_world module and fixed some compilation warnings on iOS
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
11 years ago
Rok Mandeljc
63008ba79d
matlab/bridge.hpp: added missing definitions for Ptr_Stitcher
11 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.
11 years ago
Beat Küng
3957fd7d6f
surface matching: fix memory leak
11 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