Parcourir la source

add comment for crop

quarrying il y a 2 ans
Parent
commit
09545c03c5
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      khandy/image/crop_or_pad.py

+ 2 - 1
khandy/image/crop_or_pad.py

@@ -6,7 +6,8 @@ import numpy as np
 
 
 def crop(image, x_min, y_min, x_max, y_max, border_value=0):
-    """
+    """Crop the given image at specified rectangular area.
+    
     See Also:
         translate_image