Package | Description |
---|---|
org.opencv.features2d |
Modifier and Type | Method and Description |
---|---|
static KAZE |
KAZE.__fromPtr__(long addr) |
static KAZE |
KAZE.create()
The KAZE constructor
DIFF_CHARBONNIER
|
static KAZE |
KAZE.create(boolean extended)
The KAZE constructor
|
static KAZE |
KAZE.create(boolean extended,
boolean upright)
The KAZE constructor
|
static KAZE |
KAZE.create(boolean extended,
boolean upright,
float threshold)
The KAZE constructor
|
static KAZE |
KAZE.create(boolean extended,
boolean upright,
float threshold,
int nOctaves)
The KAZE constructor
|
static KAZE |
KAZE.create(boolean extended,
boolean upright,
float threshold,
int nOctaves,
int nOctaveLayers)
The KAZE constructor
|
static KAZE |
KAZE.create(boolean extended,
boolean upright,
float threshold,
int nOctaves,
int nOctaveLayers,
int diffusivity)
The KAZE constructor
|
Copyright © 2020. All rights reserved.