Android.Renderscripts.ScriptIntrinsicConvolve3x3.SetCoefficients Method
Set the coefficients for the convolve.

Syntax

[Android.Runtime.Register("setCoefficients", "([F)V", "")]
public void SetCoefficients (float[] v)

Parameters

v
The array of coefficients to set

Remarks

Set the coefficients for the convolve. The convolve layout is [ 0, 1, 2 ] [ 3, 4, 5 ] [ 6, 7, 8 ]

[Android Documentation]

Requirements

Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17