Package | Description |
---|---|
org.opencv.xfeatures2d |
Modifier and Type | Method and Description |
---|---|
static SURF |
SURF.__fromPtr__(long addr) |
static SURF |
SURF.create()
64-element descriptors).
|
static SURF |
SURF.create(double hessianThreshold) |
static SURF |
SURF.create(double hessianThreshold,
int nOctaves) |
static SURF |
SURF.create(double hessianThreshold,
int nOctaves,
int nOctaveLayers) |
static SURF |
SURF.create(double hessianThreshold,
int nOctaves,
int nOctaveLayers,
boolean extended) |
static SURF |
SURF.create(double hessianThreshold,
int nOctaves,
int nOctaveLayers,
boolean extended,
boolean upright) |
Copyright © 2020. All rights reserved.