Methods in jcuda.jnpp with parameters of type NppiGraphcutState |
static int |
JNppi.nppiGraphcut_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit float edge capacities). |
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)
|
static int |
JNppi.nppiGraphcut8_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pTopLeft,
TypedPointer<Npp32f> pTopRight,
TypedPointer<Npp32f> pBottom,
TypedPointer<Npp32f> pBottomLeft,
TypedPointer<Npp32f> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
|
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)
|