BM3D algorithm steps
Namespace:
OpenCvSharp.XPhoto
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
SyntaxPublic Enumeration Bm3dSteps
public enum class Bm3dSteps
OpenCvSharp.XPhoto.Bm3dSteps = function();
OpenCvSharp.XPhoto.Bm3dSteps.createEnum('OpenCvSharp.XPhoto.Bm3dSteps', false);
Members
| Member name | Value | Description |
---|
| STEPALL | 0 |
Execute all steps of the algorithm
|
| STEP1 | 1 |
Execute only first step of the algorithm
|
| STEP2 | 2 |
Execute only second step of the algorithm
|
See Also