#include <rsCppStructs.h>
Detailed Description
Intrinsic for applying a 3x3 convolve to an allocation.
Definition at line 1635 of file rsCppStructs.h.
Member Function Documentation
Supported types U8 and F32 with vector lengths between 1 and 4. The default convolution kernel is the identity.
- Parameters:
-
[in] | rs | RenderScript context |
[in] | e | Element |
- Returns:
- new ScriptIntrinsicConvolve3x3
void android::RSC::ScriptIntrinsicConvolve3x3::forEach |
( |
sp< Allocation > |
out | ) |
|
Launches the intrinsic.
- Parameters:
-
void android::RSC::ScriptIntrinsicConvolve3x3::setCoefficients |
( |
float * |
v | ) |
|
Sets convolution kernel.
- Parameters:
-
void android::RSC::ScriptIntrinsicConvolve3x3::setInput |
( |
sp< Allocation > |
in | ) |
|
Sets input for intrinsic.
- Parameters:
-
The documentation for this class was generated from the following file: