Normalized file endings.
This commit is contained in:
@@ -88,4 +88,3 @@ Modification of ``fastNlMeansDenoisingMulti`` function for colored images sequen
|
||||
:param hForColorComponents: The same as h but for color components.
|
||||
|
||||
The function converts images to CIELAB colorspace and then separately denoise L and AB components with given h parameters using ``fastNlMeansDenoisingMulti`` function.
|
||||
|
||||
|
@@ -36,4 +36,4 @@ for more details.
|
||||
|
||||
* An example using the inpainting technique can be found at opencv_source_code/samples/cpp/inpaint.cpp
|
||||
|
||||
* (Python) An example using the inpainting technique can be found at opencv_source_code/samples/python2/inpaint.py
|
||||
* (Python) An example using the inpainting technique can be found at opencv_source_code/samples/python2/inpaint.py
|
||||
|
@@ -157,5 +157,3 @@ template <class T> struct Array4d {
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
@@ -238,5 +238,3 @@ void cv::fastNlMeansDenoisingColoredMulti( InputArrayOfArrays _srcImgs, OutputAr
|
||||
|
||||
cvtColor(dst_lab, dst, CV_Lab2LBGR);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user