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
Wangyida
97d49a8834
add C++ tutorial samples about data generation and classifier
10 years ago
Wangyida
197fba68f4
modify the test of module cnn_3dobj
10 years ago
Wangyida
cabd5d4041
add RGB as an option for data generation for triplet training
10 years ago
Wangyida
a0d5630117
add test for feature extraction using CNN
10 years ago
Wangyida
ba770cd524
modify the mean file of images using
10 years ago
Wangyida
736638710e
add error solving tips and information about model in README
10 years ago
Wangyida
e4e374e217
add FindCaffe cmake file for necessary dependency
10 years ago
Wangyida
4483d00c26
add feature blob option for feature extraction
10 years ago
Wangyida
b831fc3bad
remove leveldb dependency, using Input/OutputArray for feature extraction, add the newest model, format fix for OpenCV
10 years ago
Wangyida
4fe5498a45
add pose information to binary files of label for caffe training
10 years ago
Wangyida
6f38d89160
add classifier Class and a demo on classification on 3D data
10 years ago
Wangyida
d6cb8889b4
add feature extraction demo in samples folder
10 years ago
Wangyida
5072cc690f
Add feature extraction codes using Caffe in Class DataTrans
10 years ago
Wangyida
db396b9fb9
add data transmission functions in DataTrans Class
10 years ago
Wangyida
391596a1b2
add feature extraction
10 years ago
Wangyida
9fdc78a302
adjust the view radius automatically and fix the focal point and y direction of camera
10 years ago
Wangyida
8aa47cac7e
add training shell script in cnn_3dobj/samples/build
10 years ago