| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_stitching.DpSeamFinder |
static class |
opencv_stitching.NoSeamFinder
\brief Stub seam estimator which does nothing.
|
static class |
opencv_stitching.PairwiseSeamFinder
\brief Base class for all pairwise seam estimators.
|
static class |
opencv_stitching.VoronoiSeamFinder
\brief Voronoi diagram-based seam estimator.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_stitching.SeamFinder |
opencv_stitching.GraphCutSeamFinder.asSeamFinder() |
static opencv_stitching.SeamFinder |
opencv_stitching.GraphCutSeamFinder.asSeamFinder(opencv_stitching.GraphCutSeamFinder pointer) |
opencv_stitching.SeamFinder |
opencv_stitching.Stitcher.seamFinder() |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_stitching.Stitcher.setSeamFinder(opencv_stitching.SeamFinder seam_finder) |
Copyright © 2018. All rights reserved.