Start » Filter Reference » OpenCV » Computational Photography » cvDetailEnhance
Module: | OpenCV |
---|
This filter enhances the details of a particular image.
Name | Type | Range | Description | |
---|---|---|---|---|
inImage | Image | Input image | ||
inSigmaS | Real | 0.0 - 200.0 | ||
inSigmaR | Real | 0.0 - 1.0 | ||
outImage | Image | Output image |
Requirements
For input inImage only pixel formats are supported: 3⨯uint8.
Read more about pixel formats in Image documentation.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Not supported inImage pixel format in AvsFilter_cvDetailEnhance. Supported formats: 3xUInt8. |
Complexity Level
This filter is available on Basic Complexity Level.