Skip to content

Commit badb30a

Browse files
committed
Mark dither as stable
1 parent 7415ac6 commit badb30a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

imgproc/grayscale_dither.imgproc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ __Intensity:__ (= 1.0)
1414

1515
## Implementation
1616

17-
__Includes:__
17+
__Includes:__
1818

1919
```c++
2020
#include <algorithm>
2121
#include <random>
2222
```
2323

24-
__Source code:__
24+
__Source code:__
2525

2626
```c++
2727
void main(auto const& args, auto const& params)
@@ -43,4 +43,4 @@ __Id:__ 3ef380a94ddd9c6e9cd4ad50e50068c2
4343
4444
__Category:__ Dynamic range adjustments
4545
46-
__Release state:__ Experimental
46+
__Release state:__ Stable

0 commit comments

Comments
 (0)