Searched refs:mHoughSlices (Results 1 – 1 of 1) sorted by relevance
57 public Allocation mHoughSlices; field in ViewfinderProcessor101 … mHoughSlices = Allocation.createTyped(rs, houghSliceBuilder.create(), Allocation.USAGE_SCRIPT); in ViewfinderProcessor()102 mHoughSlices.copyFrom(slices); in ViewfinderProcessor()212 mScriptCanny.forEach_hough(mHoughSlices); in run()