Hi,
I am trying to classify an image and I´m finding the following problem:
>> fo=imread(’Pac2_03_part1.tif’); % rgb image, each pixel is a object
>> fr=imread(’Pac2_03_rot_part1.tif’); % labeled image
>> fobj=im2obj(fo); % dataset without labels
>> ff=im2feat(fr,fobj)
??? Error using ==> im2feat
Image size and dataset object size do not match
I want to add labels in the dataset (fobj), and soon afterwards you classify it.
thanks

