added openfabmap code, contributed by Arren Glover. fixed several warnings in the...
authorVadim Pisarevsky <vadim.pisarevsky@itseez.com>
Mon, 3 Sep 2012 13:03:31 +0000 (17:03 +0400)
committerVadim Pisarevsky <vadim.pisarevsky@itseez.com>
Mon, 3 Sep 2012 13:03:31 +0000 (17:03 +0400)
commit67ff95083d010773b552eaafe994e6bd6380deed
treed4de5faec9785f16a1f04da832c5577176c791b6
parent6ee7ecb6177b4cc70d6f1ddb9f11fa38b4532707
added openfabmap code, contributed by Arren Glover. fixed several warnings in the new versions of retina filters
24 files changed:
modules/contrib/doc/openfabmap.rst [new file with mode: 0644]
modules/contrib/include/opencv2/contrib/contrib.hpp
modules/contrib/include/opencv2/contrib/openfabmap.hpp [new file with mode: 0644]
modules/contrib/src/basicretinafilter.hpp
modules/contrib/src/bowmsctrainer.cpp [new file with mode: 0644]
modules/contrib/src/chowliutree.cpp [new file with mode: 0644]
modules/contrib/src/magnoretinafilter.hpp
modules/contrib/src/openfabmap.cpp [new file with mode: 0644]
modules/contrib/src/retinacolor.hpp
modules/contrib/src/templatebuffer.hpp
modules/objdetect/src/linemod.cpp
samples/cpp/fabmap/stlucia_test_small0000.jpeg [new file with mode: 0755]
samples/cpp/fabmap/stlucia_test_small0001.jpeg [new file with mode: 0755]
samples/cpp/fabmap/stlucia_test_small0002.jpeg [new file with mode: 0755]
samples/cpp/fabmap/stlucia_test_small0003.jpeg [new file with mode: 0755]
samples/cpp/fabmap/stlucia_test_small0004.jpeg [new file with mode: 0755]
samples/cpp/fabmap/stlucia_test_small0005.jpeg [new file with mode: 0755]
samples/cpp/fabmap/stlucia_test_small0006.jpeg [new file with mode: 0755]
samples/cpp/fabmap/stlucia_test_small0007.jpeg [new file with mode: 0755]
samples/cpp/fabmap/stlucia_test_small0008.jpeg [new file with mode: 0755]
samples/cpp/fabmap/stlucia_test_small0009.jpeg [new file with mode: 0755]
samples/cpp/fabmap/train_data_small.yml [new file with mode: 0644]
samples/cpp/fabmap/vocab_small.yml [new file with mode: 0644]
samples/cpp/fabmap_sample.cpp [new file with mode: 0644]