Maksim Shabunin
9c80c40c36
Fixed sfm module static build
9 years ago
Maksim Shabunin
f529a1df2b
Fixed HAL headers location
9 years ago
Marc-Stefan Cassola
7228118724
added sfm.hpp to include dirs
10 years ago
Marc-Stefan Cassola
d887ecf009
glog as well
10 years ago
Marc-Stefan Cassola
9ea2d59865
fixed osx linking error for module sfm
10 years ago
Balint Cristian
a3b73aa86d
Add LSC (Superpixel segmentation using Linear Spectral Clustering)
10 years ago
Alexander Alekhin
4e28272875
cmake: DOWNLOAD_EXTERNAL_TEST_DATA option
10 years ago
Vadim Pisarevsky
156a66d7d7
added a short fuzzy module description to modules/README.md
10 years ago
tucna
92cd2a0a55
Fuzzy module added
10 years ago
Alexander Alekhin
8ccba1d562
fix
10 years ago
Marc-Stefan Cassola
a540326db3
updated includes for clarity
10 years ago
Marc-Stefan Cassola
fb74aa76fb
Fixed include error
10 years ago
comdiv
9ff3192ea5
Custom handling of FaceRecognizer results
...
predict method rewritten to use with PredictCollector interface (abstract class)
now face recognizer allow to perform different scenarios of result handling
10 years ago
Francisco Facioni
96194df827
SimpleFlow optimizations
10 years ago
Anh Nguyen
84f3ce3f28
Removed trailing spaces
10 years ago
Anh Nguyen
be40bd64fc
Update README.md
10 years ago
Anh Nguyen
049cf34cbc
Update README.md
10 years ago
Anh Nguyen
abc7bc838d
Update README.md
10 years ago
Anh Nguyen
cb7254da98
Update README.md
10 years ago
Anh Nguyen
9ac3ea7805
Update download_sferes.sh
10 years ago
Anh Nguyen
61cd2e6023
Removed sferes folder and add a script for fetching sferes
10 years ago
Anh Nguyen
36190960e0
Trying to fix whitespace_contrib error in build
10 years ago
Balint Cristian
300896ed47
Add HDF module & implement HDF version 5 I/O.
10 years ago
Yang Fan
4bf3832b32
Fixed issue caused by missing round() in VS before 2013
10 years ago
Jesus Briales
ad765a756c
Fix subpixel precision issue and compute line points in original image size
...
Issue 1:
The subpixel precision of LSD was lost in the implicit conversion to Vec4i
Solved:
Line point coordinates are stored in cv::Vec4f
No type conversion needed from extremes to kl float fields
Issue 2:
The keyline point fields for original image were not being correctly filled
Solved:
The points in original image are computed through scaling (using scale factor and octave index)
10 years ago
Anh Nguyen
72372a7808
Updated README.md for download scripts
10 years ago
Anh Nguyen
03671cc2bf
Added scripts for downloading proper patches of Caffe
10 years ago
Pavel Rojtberg
6b90a405df
aruco: port samples to cv::CommandLineParser
...
results in less code and more consistent parameter handling.
10 years ago
Francisco Facioni
534bad4768
Fixes cvv compilation for Apple's clang
...
It doesn't support thread_local
10 years ago
baudenri
6259c1e49b
Expose Error Cross-Covariance in Uncented Kalman Filters
...
For some applications it is useful to have an estimate of how uncertain
the specific variable is estimated. This could help to act accordingly
e.g. increase the measurement zone if the current estimate is very
uncertain.
10 years ago
Yang Fan
e13f052331
Fixed the issue #5032
10 years ago
Maksim Shabunin
189c2b47c6
Fixed warnings for XCode 7.1.1 and cmake 3.3.2, rewrote one method in sliency to avoid clang 7.0.0 crash
10 years ago
103yiran
385a4744d3
correct spelling error in annotation
10 years ago
Francisco Facioni
8bbf16ddc8
Fixes clang compilation error
...
According to ISO C++03 14.2/4 it should use the template keyword to fix this => http://stackoverflow.com/a/3786481/724098
10 years ago
Balint Cristian
90fc1378cb
Add SLIC superpixels implementation.
10 years ago
Zhou Chao
2afc73852e
fix bugs
10 years ago
Zhou Chao
e81892a44d
improve l0smooth coding style
10 years ago
berak
59e9a9ae21
add Tracker and MultiTracker python bindings
10 years ago
previ
fe05681627
text python bindings
10 years ago
Oded Green
0966b2dea9
Removed openmp from code
10 years ago
grundman
2a4bfeeb11
Update edgeaware_filters_common.cpp
...
cvx::checkHardwareSupport uses static field to store flags.
Using a global static to store the result is dangerous, as the underlying field checkHardwareSupport uses might not be initialized at that time.
10 years ago
Oded Green
7579ef5dcd
trailing white space corrected
10 years ago
Maximilien Cuony
8f9ac94ba4
Graphsegmentation: fix typo in comment and blank line at EOF
10 years ago
Wangyida
44663a2439
modify background images and a backward view
10 years ago
Wangyida
b51d0df48b
adjust pose of particular obj
10 years ago
Wangyida
dd50d5bc93
modify samples for feature storing option
10 years ago
Wangyida
a81322a8bd
add background and semishpere to training images
10 years ago
Wangyida
73b5d3ebbb
training data generation from PASCAL3D
...
add light
10 years ago
Wangyida
d712740ea1
remove redundancy opencv libs in samples
10 years ago
Wangyida
9852e8096e
add libs hint on OS X in for cmake
10 years ago