Splitting & Analyzing Subimages

How can I split image into a constant of 50 horizontally and get the black pixels for each sub image?

2 Comments

you can do normal indexing in matlab. black pixels will be rgb(0,0,0).
but my image is super large, to have the normal indexing of 50. is so not efficient.

Sign in to comment.

Answers (0)

Categories

Asked:

on 13 Mar 2020

Commented:

on 28 Jul 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!