Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 290 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 290 Bytes

Split-Image

Split image from one image with large pixel to many image with small pixels using OpenCV.

In my case, The image has 200 x 200 pixels which is we want to split to 40 x 40 blocks. So, the output image has 5 x 5 pixels dimension.

The requirement

1. OpenCV library