| Package | Description |
|---|---|
| org.opencv.ximgproc |
| Modifier and Type | Method and Description |
|---|---|
static ScanSegment |
ScanSegment.__fromPtr__(long addr) |
static ScanSegment |
Ximgproc.createScanSegment(int image_width,
int image_height,
int num_superpixels)
Initializes a ScanSegment object.
|
static ScanSegment |
Ximgproc.createScanSegment(int image_width,
int image_height,
int num_superpixels,
int slices)
Initializes a ScanSegment object.
|
static ScanSegment |
Ximgproc.createScanSegment(int image_width,
int image_height,
int num_superpixels,
int slices,
boolean merge_small)
Initializes a ScanSegment object.
|
Copyright © 2022. All rights reserved.