Skip to content
/ CPO Public

Project for Digital image processing on Mchtr PW

Notifications You must be signed in to change notification settings

petrzmax/CPO

Repository files navigation

CPO

Project for Digital image processing on Mchtr PW

The goal of this project was to write a program which recognizes cards on the picture. It should recognize cards, count them, recognize type of the cards and their numbers. After this step program calculates the arithmetic average of the recognized even cards.

The program should be resistant to image noise, uneven lighting and a blurred image.

Project is set to run properly only in Release mode.

Recognition steps:

1. Load color image

1

2. Convert color image to black and white

2

3. Perform median filtration on the image

3

4. Perform thresholding

4

5. Perform closing operation

5

6. Perform segmentation

6

7. Recognize segments

7

8. Show recognized segments with colors characteristic for them

8

9. Show the results

9


Coded by Artur Petrzak in 2017

About

Project for Digital image processing on Mchtr PW

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published