Skip to content
Snippets Groups Projects
Commit 1de877ed authored by Anders Langlie's avatar Anders Langlie
Browse files

small correction to comment

parent bbddb10f
Branches
No related tags found
1 merge request!52Resolve "Document algorithm functions and classes"
......@@ -13,9 +13,11 @@ class SalamanderImage:
def calculate_descriptors(self):
"""
Calculates the descriptors if the member image
Returns: The calculated descriptors
"""
Calculates the descriptors of the member image
Returns: The calculated descriptors
"""
image = cv2.imdecode(np.fromfile(self.filename, dtype=np.uint8), cv2.IMREAD_GRAYSCALE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment