Statistics
RANK
236,330
of 301,432
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,555
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
hi, i need a code for image processing on the basis of colour and shape...that is if have to differentiate(segment) the image on these two properties and store this on the other folder.if anybody have it then pls share..thanx
image segmentation on the basis of colour and shape ..
9 years ago | 0 answers | 0
0
answersi have to save colour thresholded images in different folder according to their rgb values , but i can't work ..all the images are showing with the imshow() function but it can't stored on different folder as per their rgb values..pls help this out
yes sir thanx alot
9 years ago | 0
| accepted
Question
i have to save colour thresholded images in different folder according to their rgb values , but i can't work ..all the images are showing with the imshow() function but it can't stored on different folder as per their rgb values..pls help this out
srcFiles=dir('C:\Users\om\Desktop\research\*.jpg'); for i=1: length(srcFiles); filename=strcat('C:\Users\om\Desktop\...
9 years ago | 2 answers | 0