Package | Description |
---|---|
org.opencv.ximgproc |
Modifier and Type | Method and Description |
---|---|
static SuperpixelSLIC |
SuperpixelSLIC.__fromPtr__(long addr) |
static SuperpixelSLIC |
Ximgproc.createSuperpixelSLIC(Mat image)
Initialize a SuperpixelSLIC object
|
static SuperpixelSLIC |
Ximgproc.createSuperpixelSLIC(Mat image,
int algorithm)
Initialize a SuperpixelSLIC object
|
static SuperpixelSLIC |
Ximgproc.createSuperpixelSLIC(Mat image,
int algorithm,
int region_size)
Initialize a SuperpixelSLIC object
|
static SuperpixelSLIC |
Ximgproc.createSuperpixelSLIC(Mat image,
int algorithm,
int region_size,
float ruler)
Initialize a SuperpixelSLIC object
|
Copyright © 2020. All rights reserved.