commit | 4482db578ce4cdd39816dc5f46f223a46e49d71e | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Sun Mar 10 16:14:48 2019 -0700 |
committer | Brian Silverman <bsilver16384@gmail.com> | Sun Mar 10 15:50:26 2019 -0800 |
tree | dcd2c9f8720fde828551151696009638e1f73d67 | |
parent | 5eec8b9730dd54944842c2436ff7cbbd88ce628f [diff] [blame] |
Make the fast thresholding work The only functional change was removing the block which did the same algorithm non-flattened. It has tests now to verify it does the same thing as the slow version. Change-Id: I63da1a6374c2adfabf764b62d5c33f91897ce2a7
diff --git a/aos/vision/blob/BUILD b/aos/vision/blob/BUILD index 2e77079..81afb93 100644 --- a/aos/vision/blob/BUILD +++ b/aos/vision/blob/BUILD
@@ -45,6 +45,7 @@ ], deps = [ ":range_image", + "//aos/logging", "//aos/vision/image:image_types", ], )