photo

inter steller


Last seen: 3 years ago Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
101,118
of 301,301

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,236

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,897

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

View by

Question


How to open multiple images, processing each image, then saving it into a folder?
My code is as below, file = dir('C:\Users\doey\Desktop\New folder'); file = file(~[file.isdir]); NF = length(file); ...

11 years ago | 1 answer | 0

1

answer

Question


how to display my extracted feature index??
let say I have image I (400x300) size, i have used some method to get a new set of vector from image I (12500x1) size , but thi...

11 years ago | 0 answers | 0

0

answers

Question


pls help me urgent!!! figure showing for a image vector
for a simply example like below: I = rgb2gray(imread('1231.png')); g=find(I<180); ft=g*0.9 sx=find(I(g)>ft); now i ...

11 years ago | 0 answers | 0

0

answers

Question


how to show my extracted features
i have a image eg: 400*300 size, but after i do feature extraction, it give me a vector for example like [11800 11811 11823.......

11 years ago | 2 answers | 0

2

answers