| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Method and Description |
|---|---|
static opencv_legacy.CvGLCM |
opencv_legacy.cvCreateGLCM(opencv_core.IplImage srcImage,
int stepMagnitude) |
static opencv_legacy.CvGLCM |
opencv_legacy.cvCreateGLCM(opencv_core.IplImage srcImage,
int stepMagnitude,
int[] stepDirections,
int numStepDirections,
int optimizationType) |
static opencv_legacy.CvGLCM |
opencv_legacy.cvCreateGLCM(opencv_core.IplImage srcImage,
int stepMagnitude,
IntBuffer stepDirections,
int numStepDirections,
int optimizationType) |
static opencv_legacy.CvGLCM |
opencv_legacy.cvCreateGLCM(opencv_core.IplImage srcImage,
int stepMagnitude,
IntPointer stepDirections,
int numStepDirections,
int optimizationType) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_legacy.cvCreateGLCMDescriptors(opencv_legacy.CvGLCM destGLCM) |
static void |
opencv_legacy.cvCreateGLCMDescriptors(opencv_legacy.CvGLCM destGLCM,
int descriptorOptimizationType) |
static opencv_core.IplImage |
opencv_legacy.cvCreateGLCMImage(opencv_legacy.CvGLCM GLCM,
int step) |
static double |
opencv_legacy.cvGetGLCMDescriptor(opencv_legacy.CvGLCM GLCM,
int step,
int descriptor) |
static void |
opencv_legacy.cvGetGLCMDescriptorStatistics(opencv_legacy.CvGLCM GLCM,
int descriptor,
double[] average,
double[] standardDeviation) |
static void |
opencv_legacy.cvGetGLCMDescriptorStatistics(opencv_legacy.CvGLCM GLCM,
int descriptor,
DoubleBuffer average,
DoubleBuffer standardDeviation) |
static void |
opencv_legacy.cvGetGLCMDescriptorStatistics(opencv_legacy.CvGLCM GLCM,
int descriptor,
DoublePointer average,
DoublePointer standardDeviation) |
static void |
opencv_legacy.cvReleaseGLCM(opencv_legacy.CvGLCM GLCM) |
static void |
opencv_legacy.cvReleaseGLCM(opencv_legacy.CvGLCM GLCM,
int flag) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_legacy.CvGLCM |
opencv_legacy.AbstractCvGLCM.create(opencv_core.IplImage srcImage,
int stepMagnitude) |
static opencv_legacy.CvGLCM |
opencv_legacy.AbstractCvGLCM.create(opencv_core.IplImage srcImage,
int stepMagnitude,
int[] stepDirections,
int numStepDirections,
int optimizationType) |
Copyright © 2014. All Rights Reserved.