public abstract static class opencv_legacy.AbstractCvGLCM extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AbstractCvGLCM() |
AbstractCvGLCM(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_legacy.CvGLCM |
create(opencv_core.IplImage srcImage,
int stepMagnitude)
Calls cvCreateGLCM(), and registers a deallocator.
|
static opencv_legacy.CvGLCM |
create(opencv_core.IplImage srcImage,
int stepMagnitude,
int[] stepDirections,
int numStepDirections,
int optimizationType)
Calls cvCreateGLCM(), and registers a deallocator.
|
void |
release()
Calls the deallocator, if registered, otherwise has no effect.
|
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic AbstractCvGLCM()
public AbstractCvGLCM(Pointer p)
public static opencv_legacy.CvGLCM create(opencv_core.IplImage srcImage, int stepMagnitude)
public static opencv_legacy.CvGLCM create(opencv_core.IplImage srcImage, int stepMagnitude, int[] stepDirections, int numStepDirections, int optimizationType)
public void release()
Copyright © 2014. All Rights Reserved.