HDK
|
#include <RU_SubPixel.h>
Public Member Functions | |
RU_SubPixel () | |
void | setWeights (float x, float y) |
![]() | |
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 | mySubPixelWeights [4] |
Additional Inherited Members | |
![]() | |
static bool | interruptCheck (int thread) |
static void | setInterruptCallback (bool(*cb)(OP_Node *, int)) |
Definition at line 23 of file RU_SubPixel.h.
RU_SubPixel::RU_SubPixel | ( | ) |
float RU_SubPixel::mySubPixelWeights[4] |
Definition at line 33 of file RU_SubPixel.h.