/cv-concepts

Primary LanguageJupyter Notebook

cv-concepts

Reads the image from a specified path. Converts the image to grayscale. Rotates the grayscale image by 45 degrees. Crops the central portion of the rotated image. Applies Gaussian blur to the cropped image. Prints the dimensions of the blurred image. Creates and displays a negative of the blurred image. Displays the original, grayscale, rotated, cropped, blurred, and negative images.