Community Profile

photo

Vasanthbabu nithiyanandam


Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: Image processing

Statistics

Feeds

View by

Question


how can i extract the unique features of any object(say chair) through any transformation ? , i have wriitten a code to find the co-occurance matrix of (00,01,10,11) , but is it useful to measure the distinguished feature of a chair.?
img=imread"blue degree 315bg.jpg";img_gray=rgb2gray(img); img_bw=im2bw(img_gray); [m n]=size(img_bw); for k=1:2 for l=1:...

10 years ago | 0 answers | 0

0

answers