#include <rsCppStructs.h>
Detailed Description
Intrinsic for applying a 5x5 convolve to an allocation.
Definition at line 1667 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 ScriptIntrinsicConvolve5x5
void android::RSC::ScriptIntrinsicConvolve5x5::forEach |
( |
sp< Allocation > |
out | ) |
|
Launches the intrinsic.
- Parameters:
-
void android::RSC::ScriptIntrinsicConvolve5x5::setCoefficients |
( |
float * |
v | ) |
|
Sets convolution kernel.
- Parameters:
-
void android::RSC::ScriptIntrinsicConvolve5x5::setInput |
( |
sp< Allocation > |
in | ) |
|
Sets input for intrinsic.
- Parameters:
-
The documentation for this class was generated from the following file: