Resolution bug argument resize

This commit is contained in:
Unknown 2018-07-24 17:50:59 +02:00
parent 63a6fef5bb
commit 408e29947f
5 changed files with 5 additions and 5 deletions

View file

@ -6,10 +6,6 @@
#IncludeRegexTransform:
/home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/ASIFT_matcher.cpp
ASIFT_matcher.hpp
/home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/ASIFT_matcher.hpp
/home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/ASIFT_matcher.hpp
stdio.h
-
@ -150,3 +146,7 @@ string.h
vector
-
/home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/test_ASIFT.cpp
ASIFT_matcher.hpp
/home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/ASIFT_matcher.hpp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 151 KiB

Before After
Before After

View file

@ -106,7 +106,7 @@ int main(int argc, char **argv)
"book_training/train_image_001.png"};
ASIFT_matcher matcher;
matcher.setResizeImg(true);
matcher.setResizeImg(flag_resize);
matcher.addReference(refData[0].c_str(), 7);
matcher.addReference(refData[1].c_str(), 7);
// matcher.print();