1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 12:55:15 +08:00
Commit Graph

1009 Commits

Author SHA1 Message Date
Vladimir
38d5db71fe Added OCL versions of Sr and Sc functions 2015-07-02 08:14:16 +09:00
Vadim Pisarevsky
44e14b386e Merge pull request #292 from vpisarev/fix_ios_warinings
fixed warnings in the tracking module
2015-07-01 20:29:56 +03:00
Vadim Pisarevsky
ef10402f2f fixed warnings in the tracking module 2015-07-01 17:12:24 +03:00
Vadim Pisarevsky
5ec764d8bd Merge pull request #279 from buzziam/master
Fix for Itseez/opencv_contrib/issues/278 - core dump in the case of no match(...) results.
2015-07-01 13:36:40 +03:00
Vadim Pisarevsky
cf1cc73748 Merge pull request #283 from lluisgomez/master
Adds a first implementation of the OCRBeamSearchDecoder class
2015-07-01 13:17:59 +03:00
Vadim Pisarevsky
052de5d36f Merge pull request #252 from Auron-X/TLD_fixes_&_optimizations
TLD fixes & optimizations
2015-07-01 13:17:16 +03:00
Vadim Pisarevsky
55294f52f8 Merge pull request #245 from kurnianggoro/KCF
Added KCF Tracker Framework
2015-07-01 13:15:50 +03:00
Vadim Pisarevsky
7f4c627ec7 Merge pull request #240 from Jiaolong/dataset_pascal
added PASCAL VOC dataset
2015-07-01 12:20:51 +03:00
Kurnianggoro
cce4f7b3da Fixing some warnings 2015-07-01 09:34:23 +09:00
Vladimir
3473d9343f Fixing Warnings #5 2015-06-30 23:32:50 +09:00
Vladimir
4483a0bc67 Fixing Warnings #4 2015-06-30 23:21:57 +09:00
Vladimir
fcd1a682e7 Fixing Warnings #3 2015-06-30 22:54:41 +09:00
Vladimir
d39fbb7608 Fixing Warnings #2 2015-06-30 22:24:13 +09:00
Vladimir
17dbe91ac9 Warnings Fix #1 2015-06-30 21:46:50 +09:00
Kurnianggoro
08bc4b6a10 remove warnings 2015-06-30 16:48:07 +09:00
Kurnianggoro
61e9617d38 Fixing warnings 2015-06-30 13:08:46 +09:00
Kurnianggoro
318415f22b Added doxygen documentations 2015-06-30 10:53:01 +09:00
jiaolong_x220
8fd8703ce8 added PASCAL VOC dataset 2015-06-29 09:11:22 +02:00
Vladimir
d4011aaea7 2-nd level of parallelization + detector remake
1. Added 2-nd level of parallelization of NN on OpenCL
2. Restructured detector - now all filters work independently:
Variance Filter->Ensemble->NN,  through "buffers"
2015-06-29 08:10:30 +09:00
Vladimir
7569b8a1cc Fixing whitespaces #3 2015-06-27 07:03:28 +09:00
lluis
c5bfcb95d1 fix doxygen warnings 2015-06-26 14:27:52 +02:00
lluis
7940d4d92e fix win64 compilation error: arrays must be defined with compile-time fixed size :) 2015-06-26 14:17:29 +02:00
lluis
a6b46f8b6a fix compilation warnings 2015-06-26 13:20:21 +02:00
lluis
662e2ce561 trailing whitespaces 2015-06-26 13:15:28 +02:00
lluis
9c55b98813 Add a demo program for the OCRBeamSearchDecoder class and needed data files 2015-06-26 13:04:33 +02:00
lluis
52cca0ddc6 Adds a first implementation of the OCRBeamSearchDecoder class using the Single Layer CNN character classifier described in Coates, Adam, et al. paper: Text detection and character recognition in scene images with unsupervised feature learning, ICDAR 2011 2015-06-26 13:03:50 +02:00
Vladimir
e8353d923c Fixing whitespaces #2 2015-06-26 10:58:53 +09:00
Vladimir
ecc71c324b Fixing whitespaces 2015-06-26 07:20:01 +09:00
Maksim Shabunin
c05a7e0182 Merge pull request #258 from sbokov/AddingConfidence
Added confidence support to disparity filtering
2015-06-25 18:55:10 +03:00
sbokov
7c421ba2b3 Adding confidence support and optimizing disparity filtering
DisparityWLSFilter demonstrated the best results, so I removed all the other
filters. Quality was significantly improved by adding confidence support
to the filter (left-right consistency + penalty for areas near depth discontinuities).
Filter was optimized using parallel_for_ and HAL intrinsics. Demo application was
rewritten for better compliance with OpenCV standards. Added accuracy and
performance tests. Documentation was added, as well as references to the
original papers.
2015-06-25 16:31:34 +03:00
Kurnianggoro
e4cacfc436 Updating the rectangle drawing, avoid warning from variable conversion 2015-06-25 10:48:31 +09:00
Kurnianggoro
1fea777c3f update the header in example/kcf.cpp 2015-06-25 10:27:57 +09:00
Kurnianggoro
374f435378 Add an example code for the KCF tracker 2015-06-25 10:14:51 +09:00
Maksim Shabunin
8a05bdbcc9 Merge pull request #134 from PhilLab/patch-2
SurfaceMatching: OpenMP indices
2015-06-24 13:01:12 +03:00
Kurnianggoro
c43dd7d32b Removing whitespaces in featureColorName.cpp 2015-06-24 15:00:21 +09:00
Kurnianggoro
660174e879 Remove whitespaces 2015-06-24 14:52:36 +09:00
Kurnianggoro
b245d3142f Added the multi tracker class 2015-06-24 14:39:50 +09:00
Kurnianggoro
261086b132 Use Doxigen format 2015-06-24 11:43:39 +09:00
Philipp Hasper
1d7f80b0c5 SurfaceMatching: OpenMP indices
Fixes compiler error: "index variable in OpenMP 'for' statement must have signed integral type"
2015-06-23 13:43:11 +02:00
Vadim Pisarevsky
91bb20da0c Merge pull request #268 from berak/patch-2
change round to cvRound
2015-06-23 14:22:06 +03:00
Aakash Chopra
8e52a098e9 ulong -> size_t 2015-06-22 16:20:35 -05:00
Aakash Chopra
37e73bcb57 Fix for https://github.com/Itseez/opencv_contrib/issues/278 - core dump in the case of no match results.
Modified reported poses by constraining to the number of poses found.
2015-06-22 15:45:58 -05:00
Vladimir
8719073735 Added OCL versions of Sr and Sc functions 2015-06-22 21:14:43 +09:00
Kurnianggoro
a4e8457364 Fixing some alignments 2015-06-20 06:04:36 +09:00
Kurnianggoro
244b7926be Fixing alignments 2015-06-20 04:57:20 +09:00
Maksim Shabunin
b6029dab73 Merge pull request #274 from berak/patch-4
fix for issue #195
2015-06-19 16:28:25 +03:00
berak
4dcf02d631 fix for issue #195
avoid overflow in histogram access
2015-06-19 11:34:56 +02:00
Vadim Pisarevsky
af63b7ab51 Merge pull request #251 from MMp131316/stereoBranch
Stereo branch
2015-06-18 17:37:04 +03:00
Vadim Pisarevsky
77e2226121 Merge pull request #269 from berak/patch-3
remove floor call
2015-06-18 17:35:20 +03:00
Muresan Mircea Paul
2c86cf23e7 removed the filterSpecleImpl 2015-06-18 14:45:00 +03:00