Execution Time2.18s

Test: test_distance_feature_extractor (Passed)
Build: CIP-Linux-3.13.0-53-generic-x86_64-incr-SL-ON-SL-OFF (ubuntu) on 2016-08-05 19:23:41


Show Command Line
Display graphs:

Test output
/home/jonieva/Projects/CIP-build/CIP-build/cip_python/classification/distance_feature_extractor.py:169: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
  lm_temp = lm[xmin:xmax, ymin:ymax, zmin:zmax]
/home/jonieva/Projects/CIP-build/CIP-build/cip_python/classification/distance_feature_extractor.py:201: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
  distances_temp = distance_image[xmin:xmax, ymin:ymax, zmin:zmax]
/home/jonieva/Projects/CIP-build/CIP-build/cip_python/classification/distance_feature_extractor.py:202: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
  lm_temp = lm[xmin:xmax, ymin:ymax, zmin:zmax]
.
----------------------------------------------------------------------
Ran 1 test in 0.007s

OK