Class BlocksCompensator
- Namespace
- OpenCvSharp.Detail
- Assembly
- OpenCvSharp.dll
Exposure compensator which tries to remove exposure related artifacts by adjusting image blocks. Shared base for BlocksGainCompensator and BlocksChannelsCompensator; it has no public constructor of its own (matching upstream OpenCV, which does not expose one either).
public abstract class BlocksCompensator : ExposureCompensator, IDisposable
- Inheritance
-
BlocksCompensator
- Implements
- Derived
- Inherited Members
Properties
- BlockSize
Size, in pixels, of each block used for exposure compensation.
- NrFeeds
Number of images fed to this compensator.
- NrGainsFilteringIterations
Number of filtering iterations applied to the gain map.
- SimilarityThreshold
Similarity threshold used for masking similar image regions in the exposure compensation gain computation.