| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_stitching.BlocksGainCompensator
\brief Exposure compensator which tries to remove exposure related artifacts by adjusting image block
intensities, see \cite UES01 for details.
|
static class |
opencv_stitching.GainCompensator
\brief Exposure compensator which tries to remove exposure related artifacts by adjusting image
intensities, see \cite BL07 and \cite WJ10 for details.
|
static class |
opencv_stitching.NoExposureCompensator
\brief Stub exposure compensator which does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_stitching.ExposureCompensator |
opencv_stitching.ExposureCompensator.createDefault(int type) |
opencv_stitching.ExposureCompensator |
opencv_stitching.Stitcher.exposureCompensator() |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_stitching.Stitcher.setExposureCompensator(opencv_stitching.ExposureCompensator exposure_comp) |
Copyright © 2018. All rights reserved.