Resolution bug argument resize
This commit is contained in:
parent
63a6fef5bb
commit
408e29947f
5 changed files with 5 additions and 5 deletions
|
@ -6,10 +6,6 @@
|
||||||
|
|
||||||
#IncludeRegexTransform:
|
#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
|
/home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/ASIFT_matcher.hpp
|
||||||
stdio.h
|
stdio.h
|
||||||
-
|
-
|
||||||
|
@ -150,3 +146,7 @@ string.h
|
||||||
vector
|
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.
Binary file not shown.
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 151 KiB |
Binary file not shown.
|
@ -106,7 +106,7 @@ int main(int argc, char **argv)
|
||||||
"book_training/train_image_001.png"};
|
"book_training/train_image_001.png"};
|
||||||
|
|
||||||
ASIFT_matcher matcher;
|
ASIFT_matcher matcher;
|
||||||
matcher.setResizeImg(true);
|
matcher.setResizeImg(flag_resize);
|
||||||
matcher.addReference(refData[0].c_str(), 7);
|
matcher.addReference(refData[0].c_str(), 7);
|
||||||
matcher.addReference(refData[1].c_str(), 7);
|
matcher.addReference(refData[1].c_str(), 7);
|
||||||
// matcher.print();
|
// matcher.print();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue