| Package | Description |
|---|---|
| org.bytedeco.opencv.global | |
| org.bytedeco.opencv.opencv_photo | |
| org.bytedeco.opencv.opencv_xphoto |
| Class and Description |
|---|
| AlignMTB
\brief This algorithm converts images to median threshold bitmaps (1 for pixels brighter than median
luminance and 0 otherwise) and than aligns the resulting bitmaps using bit operations.
|
| CalibrateDebevec
\brief Inverse camera response function is extracted for each brightness value by minimizing an objective
function as linear system.
|
| CalibrateRobertson
\brief Inverse camera response function is extracted for each brightness value by minimizing an objective
function as linear system.
|
| MergeDebevec
\brief The resulting HDR image is calculated as weighted average of the exposures considering exposure
values and camera response.
|
| MergeMertens
\brief Pixels are weighted using contrast, saturation and well-exposedness measures, than images are
combined using laplacian pyramids.
|
| MergeRobertson
\brief The resulting HDR image is calculated as weighted average of the exposures considering exposure
values and camera response.
|
| Tonemap
\brief Base class for tonemapping algorithms - tools that are used to map HDR image to 8-bit range.
|
| TonemapDrago
\brief Adaptive logarithmic mapping is a fast global tonemapping algorithm that scales the image in
logarithmic domain.
|
| 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.
|
| TonemapReinhard
\brief This is a global tonemapping operator that models human visual system.
|
| Class and Description |
|---|
| AlignExposures
\brief The base class for algorithms that align images of the same scene with different exposures
|
| CalibrateCRF
\brief The base class for camera response calibration algorithms.
|
| MergeExposures
\brief The base class algorithms that can merge exposure sequence to a single image.
|
| Tonemap
\brief Base class for tonemapping algorithms - tools that are used to map HDR image to 8-bit range.
|
| Class and Description |
|---|
| Tonemap
\brief Base class for tonemapping algorithms - tools that are used to map HDR image to 8-bit range.
|
Copyright © 2020. All rights reserved.