Execution Time1.73s

Test: test_distance_feature_extractor (Passed)
Build: CIP-Windows-AMD64-incr-SL-ON (WIN-VS2013) on 2017-04-18 00:06:35
Repository revision: 5688ea99747681f595a07692985b25e01c5f1de4


Show Command Line
Display graphs:

Test output
D:\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]
D:\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]
D:\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.000s

OK