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
Vadim Pisarevsky
11a07211c3
Merge pull request #986 from sturkmen72:tracking_java
8 years ago
Aleksandr Rybnikov
9c6c69a4e4
Fixed and added tests ( #987 )
8 years ago
Vadim Pisarevsky
ee79c1f440
Merge pull request #988 from sovrasov:reg_python_bindings
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
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
Alexander Alekhin
d879ea48b6
Merge pull request #977 from oqtvs:fixIssue975
8 years ago
oqtvs
bd447c0f02
Fixed issue 975 - fixed visual studio 2010 build errors on module xfeatures2d
8 years ago
Alexander Alekhin
0b3b096fb2
Merge pull request #972 from sovrasov:dnn_torch_python_fix
8 years ago
Vladislav Sovrasov
7c7c2848cf
Fix python bindings for dnn when Torch is disabled
8 years ago
Alexander Alekhin
68e19d5097
Merge pull request #970 from sovrasov:aruco_board_create_dbg_fix
8 years ago
Alexander Alekhin
ca7953ad8c
Merge pull request #969 from paroj:boardguess
...
aruco: let solvePnP allocate rvec and tvec
8 years ago
Vladislav Sovrasov
820af3a03a
aruco::Board::create: fix debug assertion fail
8 years ago
Alexander Alekhin
933f53e47f
Merge pull request #956 from alalek:opencv_world_with_contrib
8 years ago
Alexander Alekhin
072956924b
build: fix build error
8 years ago
Alexander Alekhin
944d40a1b5
cmake: freetype external dependencies via ocv_target_link_libraries
8 years ago
Alexander Alekhin
4bf9cb5520
dnn: fix 'log1p' re-definition in THGeneral
8 years ago
Alexander Alekhin
62cc8d86e9
dnn: build fixes
8 years ago
Alexander Alekhin
2feb23cf36
cmake: include contrib modules into "opencv_world"
8 years ago
Maksim Shabunin
0514c1f03c
Merge pull request #968 from sovrasov:tracking_disable_tests
8 years ago
Pavel Rojtberg
619e197c34
aruco: let solvePnP allocate rvec and tvec
8 years ago
Vladislav Sovrasov
49b2240c8e
tracking:Disable all tests except kalman filter
8 years ago
Alexander Alekhin
6d41124d43
remove precomp.cpp files
8 years ago
Yorwba
2a0cad7714
Merge pull request #933 from Yorwba:harris-laplace-detector
...
* Added files from http://code.opencv.org/issues/1053
The code structure had to be changed because of the
features2d/xfeatures2d split and to avoid changing
multiple modules (gaussian_pyramid doesn't seem ready
for inclusion in the (x)imgproc module).
Except for changes related to this, the patches
remain unchanged, including the outdated
copyright notice at the top of the files.
* Hide Harris-Laplace implementation behind pimpl-creating wrapper.
* Add test for Harris-Laplace feature detector.
* Handle empty images in Harris-Laplace detector.
* Replace HarrisAffineFeatureDetector with more flexible AffineFeature2D
* collapse unnecessary HarrisLaplace class into HarrisLaplaceFeatureDetector
* fold DoG pyramid code into harris_laplace_detector.cpp
* tuck auxiliary functions for Harris-Laplace into anonymous namespace
* use mask to filter keypoints in Harris-Laplace detector
* remove unused value of differentiation scale from calcAffineAdaptation
* make descriptor copy in AffineFeature2D independent of the data type
* Document interface for Harris-Laplace and AffineFeature2D
* Make type conversions explicit and decorate float literals with f in HarrisLaplace and AffineFeature2D
* Replace usage of non-standard log2 in Harris-Laplace feature detector
* Fix virtual overload errors in AffineFeature2D
* Add basic tests for AffineFeature2D and fix what they uncover
* Make type conversions in Harris-Laplace feature detector explicit
* Change license header for Harris-Laplace detector and AffineFeature2D
* Use Matx for small matrices in AffineFeature2D
* Remove redundant attributes of Elliptic_KeyPoint
* Convert Matx22f to Matx22d for inverting in AffineFeature2D
8 years ago
Alexander Alekhin
f36e5f9292
Merge pull request #960 from alalek:issue_contrib_955
8 years ago
Alexander Alekhin
44071d7887
Merge pull request #953 from sovrasov:hide_torch_import_api
8 years ago
Alexander Alekhin
ce4c4eae7b
Merge pull request #950 from sovrasov:aruco_pose_estimation_initial_guess
8 years ago
Alexander Alekhin
864dd43635
Merge pull request #947 from alalek:c_defines
8 years ago
Alexander Alekhin
b121bbcf89
Merge pull request #945 from arrybn:conv_optimization
8 years ago
Alexander Alekhin
695996e826
dnn: fix iOS build warnings
8 years ago
Alexander Alekhin
3210f7848f
dnn: don't disable module on aarch64
8 years ago
Vladislav Sovrasov
620d74ab1f
Put Torch importer implementation under ifdef
8 years ago
Alexander Alekhin
56bea16da8
Merge pull request #944 from alalek:fix_lapack
8 years ago
Alexander Alekhin
c6a6615899
Merge pull request #951 from mshabunin:doc-minor-fixes
...
Minor documentation fixes
8 years ago
arrybn
310a096b46
Added im2row, tiny optimiziations
8 years ago
Maksim Shabunin
bef177c718
Minor documentation fixes:
...
- dpm, freetype: fixed documentation blocks
- datasets: removed tinyXml from public interface and documentation
8 years ago
Vladislav Sovrasov
b89181dfad
Add useExtrinsicGuess flag in estimatePoseBoard() for aruco and charuco
8 years ago
mshabunin
d1cbfa3bbf
ccalib omni_calibration sample updates:
...
- changed default parameter values fr sw, sh
- switched to CommandLineParser
- added console status messages
8 years ago
mshabunin
2d8000bd81
Fixed encoding in one of ccalib module sources
8 years ago
Alexander Alekhin
cee4edbbfd
cmake: add global defines to enable useful macros
8 years ago