HDK
|
#include <RU_Convolve.h>
Public Member Functions | |
RU_Convolve () | |
~RU_Convolve () override | |
DECLARE_FILTER_OP (RU_ConvolveOp, override) | |
![]() | |
RU_Algorithm () | |
virtual | ~RU_Algorithm () |
virtual int | initialize (float t) |
int | generate (TIL_TileList *output, float t, OP_Node *ndata=0, int thread=-1, void *data=0) |
int | pixelAdjust (TIL_TileList *output, const TIL_TileList *input, float t, OP_Node *ndata=0, int thread=-1, void *data=0) |
int | filter (TIL_TileList *output, const TIL_Region *input, float t, OP_Node *ndata=0, int thread=-1, void *data=0) |
int | filter (TIL_Region *output, const TIL_Region *input, float t, OP_Node *ndata=0, int thread=-1, void *data=0) |
int | binary (TIL_TileList *output, const TIL_Region *fore, const TIL_Region *back, float t, OP_Node *ndata=0, int thread=-1, void *data=0) |
int | binary (TIL_Region *output, const TIL_Region *fore, const TIL_Region *back, float t, OP_Node *ndata=0, int thread=-1, void *data=0) |
Public Attributes | |
float | myConvolveEffect |
int | myConvolveSizeX |
int | myConvolveSizeY |
float * | myConvolveFilter |
Additional Inherited Members | |
![]() | |
static bool | interruptCheck (int thread) |
static void | setInterruptCallback (bool(*cb)(OP_Node *, int)) |
Definition at line 19 of file RU_Convolve.h.
RU_Convolve::RU_Convolve | ( | ) |
|
override |
RU_Convolve::DECLARE_FILTER_OP | ( | RU_ConvolveOp | , |
override | |||
) |
float RU_Convolve::myConvolveEffect |
Definition at line 28 of file RU_Convolve.h.
float* RU_Convolve::myConvolveFilter |
Definition at line 30 of file RU_Convolve.h.
int RU_Convolve::myConvolveSizeX |
Definition at line 29 of file RU_Convolve.h.
int RU_Convolve::myConvolveSizeY |
Definition at line 29 of file RU_Convolve.h.