Package | Description |
---|---|
org.opencv.photo | |
org.opencv.xphoto |
Modifier and Type | Class and Description |
---|---|
class |
TonemapDrago
Adaptive logarithmic mapping is a fast global tonemapping algorithm that scales the image in
logarithmic domain.
|
class |
TonemapMantiuk
This algorithm transforms image to contrast using gradients on all levels of gaussian pyramid,
transforms contrast values to HVS response and scales the response.
|
class |
TonemapReinhard
This is a global tonemapping operator that models human visual system.
|
Modifier and Type | Method and Description |
---|---|
static Tonemap |
Tonemap.__fromPtr__(long addr) |
static Tonemap |
Photo.createTonemap()
Creates simple linear mapper with gamma correction
equal to 2.2f is suitable for most displays.
|
static Tonemap |
Photo.createTonemap(float gamma)
Creates simple linear mapper with gamma correction
|
Modifier and Type | Class and Description |
---|---|
class |
TonemapDurand
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.
|
Copyright © 2020. All rights reserved.