Hi, this is my first time using opencv and i'm beginner in C++. what i want to:
- Read an image.
- Convert image into tiles image.
- Read color value on each tile.
almost like figure below.
I have through forum and i found out a few way that maybe can be use to do this. It is possible to split image into block first or using kernel and convolution concept to convert image into mosaic-represantation. or there is other way/function that is more direct and simple?