tlentali/pycht

Docstring for `image_processing.py`

Opened this issue · 1 comments

In order to reach the highest pylint note, I added some doc-string in each beginning of each script.
But I didn't fill it correctly.

"""
Project settings
"""

Sould be :

Provide the necessary code to generate a clustering, here a `kmeans` model, that will separate the different stencils by color.

It should serve as a quick reference to all the functions and arguments.

Docstring format :

I'll have a look!