top of page

Image processing projects (using Python and Open CV)

first one is about to detect shape name and color in a Noisy image,and another one to X and O in a Tic Tac Toe Game using hough lines to detect the lines of the table of the game to process its content whether the square contains X, O, or empty square.

fast Mean Filter is used to get rid of the noise

Erosion and dilation used to get rid of the small holes in each shape.

hough lines are used inTic Tac Toe board detection to detect the lines for each square in the board, and high circle to detect the O letter.

bottom of page