mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Doxygen tutorials: python final edits
This commit is contained in:
@@ -5,7 +5,7 @@ Goal
|
||||
----
|
||||
|
||||
In this chapter,
|
||||
- We will learn how to remove small noises, strokes etc in old photographs by a method called
|
||||
- We will learn how to remove small noises, strokes etc in old photographs by a method called
|
||||
inpainting
|
||||
- We will see inpainting functionalities in OpenCV.
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ OpenCV provides four variations of this technique.
|
||||
4. **cv2.fastNlMeansDenoisingColoredMulti()** - same as above, but for color images.
|
||||
|
||||
Common arguments are:
|
||||
- h : parameter deciding filter strength. Higher h value removes noise better, but removes
|
||||
- h : parameter deciding filter strength. Higher h value removes noise better, but removes
|
||||
details of image also. (10 is ok)
|
||||
- hForColorComponents : same as h, but for color images only. (normally same as h)
|
||||
- templateWindowSize : should be odd. (recommended 7)
|
||||
|
||||
Reference in New Issue
Block a user