Package | Description |
---|---|
org.opencv.features2d |
Modifier and Type | Method and Description |
---|---|
static AKAZE |
AKAZE.__fromPtr__(long addr) |
static AKAZE |
AKAZE.create()
The AKAZE constructor
DESCRIPTOR_KAZE_UPRIGHT, DESCRIPTOR_MLDB or DESCRIPTOR_MLDB_UPRIGHT.
|
static AKAZE |
AKAZE.create(int descriptor_type)
The AKAZE constructor
|
static AKAZE |
AKAZE.create(int descriptor_type,
int descriptor_size)
The AKAZE constructor
|
static AKAZE |
AKAZE.create(int descriptor_type,
int descriptor_size,
int descriptor_channels)
The AKAZE constructor
|
static AKAZE |
AKAZE.create(int descriptor_type,
int descriptor_size,
int descriptor_channels,
float threshold)
The AKAZE constructor
|
static AKAZE |
AKAZE.create(int descriptor_type,
int descriptor_size,
int descriptor_channels,
float threshold,
int nOctaves)
The AKAZE constructor
|
static AKAZE |
AKAZE.create(int descriptor_type,
int descriptor_size,
int descriptor_channels,
float threshold,
int nOctaves,
int nOctaveLayers)
The AKAZE constructor
|
static AKAZE |
AKAZE.create(int descriptor_type,
int descriptor_size,
int descriptor_channels,
float threshold,
int nOctaves,
int nOctaveLayers,
int diffusivity)
The AKAZE constructor
|
Copyright © 2020. All rights reserved.