AIML
AIML
Grayscale Conversion
Rotation by 45 degrees
Fl i p left to rig ht
Background Subtraction
In [36]: uploaded=files.upload()
Choose Fi les No fi le chosen Upload widget is only avai lable when the cel l has been executed in the current browser session. Please rerun this cel l to enable.
In [37]: Image('test.png')
Out [37]:
cv2.waitKey(0)
cv2.destroyAllWindows()
cv2_imshow(resized_image)
#Grayscale Conversion
cv2_imshow(gray_image)
cv2_imshow(cropped_image)
#Rotation by 45 degrees
cv2_imshow(rotated_image)
#Fl i p left to rig ht
cv2_imshow(flipped_image)
cv2_imshow(gaussian_blurred_image)
cv2_imshow(median_blurred_image)
#Edge Detection techniques
cv2_imshow(edges_sobel.astype('uint8'))
cv2_imshow(edges_canny)
#Background Subtraction