| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_photo.TonemapDrago
\brief Adaptive logarithmic mapping is a fast global tonemapping algorithm that scales the image in
logarithmic domain.
|
static class |
opencv_photo.TonemapDurand
\brief This algorithm decomposes image into two layers: base layer and detail layer using bilateral filter
and compresses contrast of the base layer thus preserving all the details.
|
static class |
opencv_photo.TonemapMantiuk
\brief This algorithm transforms image to contrast using gradients on all levels of gaussian pyramid,
transforms contrast values to HVS response and scales the response.
|
static class |
opencv_photo.TonemapReinhard
\brief This is a global tonemapping operator that models human visual system.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_photo.Tonemap |
opencv_photo.createTonemap() |
static opencv_photo.Tonemap |
opencv_photo.createTonemap(float gamma)
\brief Creates simple linear mapper with gamma correction
|
Copyright © 2018. All rights reserved.