Example usage for Java android.renderscript ScriptIntrinsicHistogram fields, constructors, methods, implement or subclass
The text is from its open source code.
ScriptIntrinsicHistogram | create(RenderScript rs, Element e) Create an intrinsic for calculating the histogram of an uchar or uchar4 image. |
void | forEach(Allocation ain) Process an input buffer and place the histogram into the output allocation. |
void | setOutput(Allocation aout) Set the output of the histogram. |