Java android.renderscript ScriptIntrinsicHistogram fields, constructors, methods, implement or subclass

Example usage for Java android.renderscript ScriptIntrinsicHistogram fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.renderscript ScriptIntrinsicHistogram.

The text is from its open source code.

Method

ScriptIntrinsicHistogramcreate(RenderScript rs, Element e)
Create an intrinsic for calculating the histogram of an uchar or uchar4 image.
voidforEach(Allocation ain)
Process an input buffer and place the histogram into the output allocation.
voidsetOutput(Allocation aout)
Set the output of the histogram.