Package | Description |
---|---|
org.opencv.ximgproc |
Modifier and Type | Method and Description |
---|---|
static SuperpixelSEEDS |
SuperpixelSEEDS.__fromPtr__(long addr) |
static SuperpixelSEEDS |
Ximgproc.createSuperpixelSEEDS(int image_width,
int image_height,
int image_channels,
int num_superpixels,
int num_levels)
Initializes a SuperpixelSEEDS object.
|
static SuperpixelSEEDS |
Ximgproc.createSuperpixelSEEDS(int image_width,
int image_height,
int image_channels,
int num_superpixels,
int num_levels,
int prior)
Initializes a SuperpixelSEEDS object.
|
static SuperpixelSEEDS |
Ximgproc.createSuperpixelSEEDS(int image_width,
int image_height,
int image_channels,
int num_superpixels,
int num_levels,
int prior,
int histogram_bins)
Initializes a SuperpixelSEEDS object.
|
static SuperpixelSEEDS |
Ximgproc.createSuperpixelSEEDS(int image_width,
int image_height,
int image_channels,
int num_superpixels,
int num_levels,
int prior,
int histogram_bins,
boolean double_step)
Initializes a SuperpixelSEEDS object.
|
Copyright © 2020. All rights reserved.