Vladislav Samsonov
ac62d70f97
[GSoC] Implementation of the Global Patch Collider and demo for PCAFlow ( #752 )
...
* Minor fixes
* Start adding correspondence finding
* Added finding of correspondences using GPC
* New evaluation tool for GPC
* Changed default parameters
* Display ground truth in the evaluation tool
* Added training tool for MPI Sintel dataset
* Added the training tool for Middlebury dataset
* Added some OpenCL optimization
* Added explanatory notes
* Minor improvements: time measurements + little ocl optimization
* Added demos
* Fixed warnings
* Make parameter struct assignable
* Fix warning
* Proper command line argument usage
* Prettified training tool, added parameters
* Fixed VS warning
* Fixed VS warning
* Using of compressed forest.yml.gz files by default to save space
* Added OpenCL flag to the evaluation tool
* Updated documentation
* Major speed and memory improvements:
1) Added new (optional) type of patch descriptors which are much faster. Retraining with option --descriptor-type=1 is required.
2) Got rid of hash table for descriptors, less memory usage.
* Fixed various floating point errors related to precision.
SIMD for dot product, forest traversing is a little bit faster now.
* Tolerant floating point comparison
* Triplets
* Added comment
* Choosing negative sample among nearest neighbors
* Fix warning
* Usage of parallel_for_() in critical places. Performance improvments.
* Simulated annealing heuristic
* Moved OpenCL kernel to separate file
* Moved implementation to source file
* Added basic accuracy tests for GPC and PCAFlow
* Fixing warnings
* Test accuracy constraints were too strict
* Test accuracy constraints were too strict
* Make tests more lightweight
9 years ago
Pavel Rojtberg
2bf5b806bc
aruco: correctly round pixels when computing marker size & fix assertion
9 years ago
Vladislav Sovrasov
73c03fd14b
Add export specifiers in StaticSaliencyFineGrained
9 years ago
samontab
a39e3623ae
Add Fine Grained Saliency algorithm
9 years ago
Balint Cristian
593e78c5d0
Add VGG descriptor.
9 years ago
Alexander Alekhin
25575af653
Merge pull request #808 from berak:text_fix_ocrhmm_memleak
9 years ago
Maksim Shabunin
4f1bb945ed
Merge pull request #814 from alalek:cmake_fix_ios
9 years ago
mshabunin
b17852fe30
Updated BIB reference to DISFlow paper
9 years ago
Alexander Alekhin
3d43e7eb21
cmake: fix try_compile directory
...
It is required for proper work of toolchains
9 years ago
Vadim Pisarevsky
e8c109bf40
Merge pull request #789 from terfendail:sfm_win
9 years ago
Vadim Pisarevsky
e4be2b05dd
Merge pull request #807 from alalek:cmake_fix_compiler_flags_detection
9 years ago
Alexander Alekhin
5cb07de3fe
Merge pull request #792 from paroj:aruco_drawboard2
9 years ago
Alexander Alekhin
10b1fb21c2
Merge pull request #813 from sovrasov:omnidir_allocation_fix
9 years ago
Alexander Alekhin
777dd07cf0
Merge pull request #812 from sovrasov:ccalib_tutorial_rename
9 years ago
berak
c3c9723fbd
text: fix memleak in ocr_hmm_decoder
...
changed double *p to vector<double>
9 years ago
Vladislav Sovrasov
5abf9f6d7a
Fix wrong matrix allocation in omnidir
9 years ago
Vladislav Sovrasov
c322d5eb8b
Fix: ccalib tutorials not presented in generated documentation
9 years ago
Alexander Alekhin
8b71f7e265
fix build
9 years ago
Pavel Rojtberg
ff2494ac69
aruco: correct marker coordinates in drawPlanarBoard
...
also add shortcut if markers are aligned with image axes
9 years ago
Alexander Alekhin
5f8d3d756b
eliminate compiler warnings
9 years ago
Maksim Shabunin
c1101a02ee
Merge pull request #806 from abratchik:java.wrapper.fix.3.1
9 years ago
Maksim Shabunin
a61424d10f
Merge pull request #805 from sovrasov:saliency_cmake_cleanup
9 years ago
abratchik
30a5b4c38a
fix for feature2d java wrappers as described in this post: http://answers.opencv.org/question/101675/surfsift-java-wrapper-for-opencv-3xosx-1011/
9 years ago
Vladislav Sovrasov
fddefa2d64
Revert last changes in CMake for saliency module
9 years ago
Vadim Pisarevsky
12cd33c962
Merge pull request #790 from jiuerbujie/omnidir_camera_calib
...
revise omnidir::calibrate API (InputArray to InpurArrayOfArray)
9 years ago
Vadim Pisarevsky
41b0a71ac8
Merge pull request #796 from sovrasov:saliency_python_bindings
9 years ago
Vadim Pisarevsky
82e612bbca
Merge pull request #794 from mshabunin:aruco-java-wrap
9 years ago
Maksim Shabunin
15b392f6d8
Merge pull request #801 from sovrasov:line_descr_win64_build_fix
9 years ago
Maksim Shabunin
d45638819d
Merge pull request #797 from furushchev:face-set-threshold
9 years ago
Alexander Alekhin
23bda58f1a
Merge pull request #795 from sovrasov:tld_grayscale
9 years ago
Maksim Shabunin
2283cea632
Merge pull request #793 from sovrasov:plot_doc_update
9 years ago
Alexander Alekhin
2677e103d9
Merge pull request #803 from berak:fix_bif
9 years ago
berak
fa27fe2ba2
face: fix NaN's in bif.cpp
9 years ago
Vladislav Sovrasov
49d93c0c80
Fix line descriptor module build on Win64
9 years ago
Yuki Furuta
ddce0d9df8
[face.hpp] add virtual method setThreshold for FaceRecognizer class
9 years ago
Yuki Furuta
6e1bdab176
[face.hpp] fix typo
9 years ago
Vladislav Sovrasov
94e919eb45
Wrap all methods from ObjectnessBING, add create methods for all Saliency classes
9 years ago
Minh Ngo
5b2d6a667d
Exporting saliency classes to Python
...
Fixing compilation
Patched the saliency module to use ObjectivenessBING bounding box
proposals from python.
Usage:
```
bing = cv2.saliency.ObjectnessBING()
img = cv2.imread('/home/ignotus/Pictures/10376146_973700932714682_2056967515849182952_n.jpg')
bing.computeSaliency(img)
```
9 years ago
Vladislav Sovrasov
f857b7f77c
Fix TLD fail on gray images
9 years ago
mshabunin
caf7fa9758
Adding Java wrappers for Aruco module
9 years ago
Vladislav Sovrasov
ae8139b74d
Add missed doxygen group in plot module
9 years ago
mshabunin
898fbd7736
Merge master
9 years ago
Maksim Shabunin
1df640a6a2
Merge pull request #786 from paroj:aruco_nocopy
9 years ago
Maksim Shabunin
9ed1d7e62b
Merge pull request #787 from sovrasov:plot_update
9 years ago
baisheng lai
7d238cfc67
revise omnidir::calibrate API (InputArray to InpurArrayOfArray) so that Python bindings will work
9 years ago
Vladislav Sovrasov
b63697723f
Refactoring of plot module
9 years ago
jasjuang
414312cd7c
add in option to show points only for plot module
9 years ago
Pavel Rojtberg
b05edca67f
aruco: use references instead of pointers in IdentifyCandidatesParallel
9 years ago
Pavel Rojtberg
dfc6bc5e1c
aruco: avoid superficial copies by using primitive data types
9 years ago
Vitaly Tuzov
383c158d6e
Fix for SFM module build on Windows
9 years ago