请问如何填写翻转图像函数的参数啊?我填写过后显示语法错误。
-
while(True): clock.tick() # Track elapsed milliseconds between snapshots(). img = sensor.snapshot() # Take a picture and return the image. #image.bilateral(size[, color_sigma=0.1[, space_sigma=1[, threshold=False[, offset=0[, invert=False[, mask=None]]]]]]) img.replace(img[0, hmirror=False[1, vflip=True[1, mask=None]]]) blobs = img.find_blobs([red_threshold]) if blobs:
-