img = rgb2gray(imread('W1\Writer1_01_02.jpg')); bw_normal = im2bw(img, graythresh(img)); bw = imcomplement(bw_normal); [label,n] = bwlabel(bw); stats = regionprops(label, img, {'Area', 'BoundingBox', 'PixelValues'});
Now I want to extract or see visually the values extracted. I mean with the case of "stats.Area" I can do this to extract its values to another vector
areas = [stats.Area]
But this does not work with PixelValues. If I do the same with PixelValues I am presented with the following error:
>> test = [stats.PixelValues] Error using horzcat CAT arguments dimensions are not consistent.
You can do that by using imshow on the binary image:
imshow(bw);
If you want to mask it to show the original pixels in grayscale, then you can do that
maskedIMage = img; % Initialize maskedImage(~bw) = 0; % Non-selected pixels set to zero. imshow(maskedImage); % Display.
Matlabsolutions.com provides guaranteed satisfaction with a
commitment to complete the work within time. Combined with our meticulous work ethics and extensive domain
experience, We are the ideal partner for all your homework/assignment needs. We pledge to provide 24*7 support
to dissolve all your academic doubts. We are composed of 300+ esteemed Matlab and other experts who have been
empanelled after extensive research and quality check.
Matlabsolutions.com provides undivided attention to each Matlab
assignment order with a methodical approach to solution. Our network span is not restricted to US, UK and Australia rather extends to countries like Singapore, Canada and UAE. Our Matlab assignment help services
include Image Processing Assignments, Electrical Engineering Assignments, Matlab homework help, Matlab Research Paper help, Matlab Simulink help. Get your work
done at the best price in industry.