|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NppiGraphcutState | |
---|---|
jcuda.jnpp | Contains the classes of JNpp. |
Uses of NppiGraphcutState in jcuda.jnpp |
---|
Methods in jcuda.jnpp with parameters of type NppiGraphcutState | |
---|---|
static int |
JNppi.nppiGraphcut_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pTopLeft,
TypedPointer<Npp32s> pTopRight,
TypedPointer<Npp32s> pBottom,
TypedPointer<Npp32s> pBottomLeft,
TypedPointer<Npp32s> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut8InitAlloc(NppiSize oSize,
NppiGraphcutState[] ppState,
TypedPointer<Npp8u> pDeviceMem)
Allocates and initializes the graph-cut state structure and additional resources for graph-cut with 8 neighborhood labeling. |
static int |
JNppi.nppiGraphcutFree(NppiGraphcutState pState)
Frees the additional resources of the graph-cut state structure. |
static int |
JNppi.nppiGraphcutInitAlloc(NppiSize oSize,
NppiGraphcutState[] ppState,
TypedPointer<Npp8u> pDeviceMem)
Initializes graph-cut state structure and allocates additional resources for graph-cut with 8 neighborhood labeling. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |