Limited Row and Column value of Images
Show older comments
I have three individual plane values of 208 images in three variables, and the size of each variable is 128*128. How to select the first 32 values of rows and 16 values of column from this variables?
3 Comments
Jan
on 16 Jan 2016
The question is not clear. You have 3 variables, which are 128x128 matrices. What do you want to get? What are "the first 32 values of rows"? Is this a 128x32 matrix? Of are you looking for the 32x16 matrix in the upper left corner of the matrix?
harjeet singh
on 16 Jan 2016
please upload the code
Thorsten
on 18 Jan 2016
What's the size of a single image? If the size of each of the 208 images is 128*128*3, then the separated images of the three planes should be 128*128*208 for each of the three variables. I don't understand how three variables of size 128*128 can represent 208 images with three individual plane values. Please expand.
Accepted Answer
More Answers (0)
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!