ScriptIntrinsicConvolve3x3.SetCoefficients(Single[]) Method

Definition

Set the coefficients for the convolve.

[Android.Runtime.Register("setCoefficients", "([F)V", "")]
public void SetCoefficients (float[]? v);
[<Android.Runtime.Register("setCoefficients", "([F)V", "")>]
member this.SetCoefficients : single[] -> unit

Parameters

v
Single[]

The array of coefficients to set

Attributes

Remarks

Set the coefficients for the convolve.

The convolve layout is: <p> [ 0, 1, 2 ] <p> [ 3, 4, 5 ] <p> [ 6, 7, 8 ]

Java documentation for android.renderscript.ScriptIntrinsicConvolve3x3.setCoefficients(float[]).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to