Normalized file endings.

This commit is contained in:
Roman Donchenko
2013-08-21 17:26:54 +04:00
parent f55740da70
commit e9a28f66ee
486 changed files with 166 additions and 606 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -157,5 +157,3 @@ template <class T> struct Array4d {
};
#endif

View File

@@ -238,5 +238,3 @@ void cv::fastNlMeansDenoisingColoredMulti( InputArrayOfArrays _srcImgs, OutputAr
cvtColor(dst_lab, dst, CV_Lab2LBGR);
}