Ruff Docstring formatting (#15793)
Signed-off-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
d27664216b
commit
776ca86369
60 changed files with 241 additions and 309 deletions
|
|
@ -40,7 +40,7 @@ def mouse_callback(event, x, y, flags, param):
|
|||
"""
|
||||
Handles mouse events for region manipulation.
|
||||
|
||||
Parameters:
|
||||
Args:
|
||||
event (int): The mouse event type (e.g., cv2.EVENT_LBUTTONDOWN).
|
||||
x (int): The x-coordinate of the mouse pointer.
|
||||
y (int): The y-coordinate of the mouse pointer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue