Sergey
d6854e1161
Updated xobjdetect module CMakeLists.txt
...
Currently if you are building OpenCV with contrib under ios, not as framework, this can leads to errors in config.
I suppose it would be better if xobjdetect module app will be optional with the BUILD_opencv_apps just like others tools in OpenCV
8 years ago
berak
cd345ea87f
datasets: remove face dependancy
8 years ago
berak
3f7e74db85
fix misplaced break statement
8 years ago
Lorena García
bd6c61521e
Partial fix to GOTURN tracker
8 years ago
Hamdi Sahloul
07126d8639
Create a float-type cloud when depth map is not double-type
8 years ago
Hamdi Sahloul
9cd576813f
Compacted `(type)&var.data[i*step]` code into `var.ptr<type>(i)` for bindings compatibility
8 years ago
Hamdi Sahloul
acb88d755d
Wrap ICP for Python
8 years ago
Steven Puttemans
08fd7467b3
fix dnn_modern build ( #1018 )
8 years ago
Aleksandr Rybnikov
fd89b57453
Changed parameters of unpooling layer
8 years ago
Alexander Alekhin
ad740ddfdf
freetype: disable for Apple frameworks
8 years ago
Vladislav Sovrasov
bf8363a802
KCF: simplify roi validation
8 years ago
Vladislav Sovrasov
9f35b313c5
tracking: rename MedianFlow parameters tests
8 years ago
Vladislav Sovrasov
c85262370b
tracking: add parameters I/O for KCF
8 years ago
Vladislav Sovrasov
ad9ffb24f3
tracking: add tests for KCF
8 years ago
Vladislav Sovrasov
60ad363b24
tracking: disable TLD tests
8 years ago
Hamdi Sahloul
1df961cd9a
- Wrap `computeNormalsPC3d()` for python
...
- Update its usage
8 years ago
Vladislav Sovrasov
049e91c8ed
sfm: fix missing module include in cmake
8 years ago
Vladislav Sovrasov
30c249b466
tracking: update TLD overlap threshold
8 years ago
Dmitry Kurtaev
8d74aaad3a
Merge pull request #1006 from dkurt:get_layer_inputs
...
Getting layer inputs (#1006 )
8 years ago
dkurt
d95fdc7df6
Elementwise layers parameters initialization.
...
They are initialized only in functors, not in inherited fields.
8 years ago
dkurt
a28b3f3086
Added missed layers names and types initializations
8 years ago
Alexander Alekhin
6b980ac59c
cmake: don't pass additional libraries as modules
8 years ago
arrybn
b964d3a18b
Added few tests for torch
8 years ago
Hamdi Sahloul
62f5e865bf
Expose `depthTo3d()` and `warpFrame()` to the Python wrapper
8 years ago
np-csu
013161d55c
Update omnidir_tutorial.markdown
...
fix the order of parameter while using cv::omnidir::stereoReconstruct
8 years ago
Alexander Alekhin
e6550fcad5
dnn: fix OpenCL code in pooling_ocl
8 years ago
np-csu
ed20f0d831
Update omnidir_tutorial.markdown
...
fix the order of parameter while using cv::omnidir::stereoReconstruct
8 years ago
Vladislav Sovrasov
8016ed2851
tracking: fix overlap calculation
8 years ago
arrybn
0cef050337
Updated proto files, added layers to caffe
8 years ago
Vladislav Sovrasov
2c33cb45d8
MedianFlow: update thresholds in tests
8 years ago
goldstar616
478baf937f
Merge pull request #981 from goldstar616:master
...
issue #980 resolves - Some module has a round error similar to #975 . (#981 )
* round function changes to cvRound
Minor changes to fix lower visual studio version build errors.
* round function changes to cvRound
Minor changes to fix lower visual studio version build errors.
* round function changes to cvRound
Minor changes to fix lower visual studio version build errors.
8 years ago
Vladislav Sovrasov
df7b1c5707
MedianFlow: fix status not erased in filterPointsInVectors
8 years ago
Vladislav Sovrasov
f2c324a280
Median flow tracker update ( #952 )
...
* Fix several issues in TrackerMedianFlow implementation
Particularly, add possibility to tune optical flow parameters for a median
flow tracker.
* Improve code of TrackerMedianFlow
Replace a lot of calls of std::vector::erase by one call of
std::remove_if.
* Delete unused code, use norm from OpenCV
* medianFlow:turn getMedian method into function, small code cleanup
* TrackerMedianFlow:fixes in parameters I/O, add test for them
* TrackerMedianFlow:replace double with float in temp buffers
* Fix indentation
* TrackerMedianFlow:add absent parameter case handling in read()
* TrackerMedianFlow:use ROI instead of copy when getting a patch
* TrackerMedianFlow:don't calc image pyramids 2 times
* MedianFlowTracker: use cvIsNan()
* MedianFlow: refactor vector filtration code
* MedianFlow: change if statements layout in filterPointsInVectors
8 years ago
Erik Sandrén
6eb57fea65
Shadow masks changed to single channel ( #985 )
...
since rest of the patterns are single channel, the masks should be as
well.
8 years ago
Edgar Riba
1a26f9956c
Merge pull request #720 from edgarriba:dnn-modern
...
GSOC'16 - DNN modern (#720 )
* dnn_modern module sketelon
add FindTinyCNN.cmake and setup CMakeLists.txt
add find TBB and NNPACK to CMakeLists.txt
add caffe converter skeleton
add simple sample
eval method return scores
Update README.md
Update README.md
Update README.md
* update for tiny-dnn package
* add QUIET attribute to CMake to find tiny-dnn
* update files due to library rename
* disable warning in cmake
* replace cnn_size_t -> size_t
* disable serializer, remove Caffe dependency and remove tiny-dnn target
* check CMake version to enable/disable the module
* add -Wno-erro in module target
* update README.md with tiny-dnn
* remove redunadant CMake codes for TBB and OMP
* update CMake to enable C++11 compiler
* sync CMake compiler options with upstream project
* remove unused FindTBB.cmake
* minor fix to add const variables
* tiny-cnn -> tiny-dnn
8 years ago
Aleksandr Rybnikov
9c6c69a4e4
Fixed and added tests ( #987 )
8 years ago
Vladislav Sovrasov
17c4553692
reg: use new api in perf tests
8 years ago
Vladislav Sovrasov
4c020d697f
reg: add python sample
8 years ago
Vladislav Sovrasov
9608d31a13
reg: use new api in sample
8 years ago
Vladislav Sovrasov
6211920c45
reg: enable wrappers for all methods
8 years ago
Suleyman TURKMEN
90435902b6
Update CMakeLists.txt
8 years ago
Vladislav Sovrasov
51464723b8
reg: enable wrapping for all significant methods
8 years ago
Vladislav Sovrasov
97dab3b568
reg: enable wrapping of Map::compose()
8 years ago
Vladislav Sovrasov
79edb0faf2
reg: classes are partially wrappen in python
8 years ago
Vladislav Sovrasov
6983774d24
reg: use IOArrays in public API
8 years ago
Vladislav Sovrasov
4216285d9a
tracking: refactoring in OPE tests
8 years ago
Vladislav Sovrasov
81049548c9
reg: hide debug output in tests
8 years ago
Vladislav Sovrasov
6db3e956a5
reg: add support of different datatypes in Mapper::grid()
8 years ago
oqtvs
bd447c0f02
Fixed issue 975 - fixed visual studio 2010 build errors on module xfeatures2d
8 years ago
Vladislav Sovrasov
7c7c2848cf
Fix python bindings for dnn when Torch is disabled
8 years ago