Statistics
2 Questions
0 Answers
RANK
263,042
of 301,966
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,475
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 177,784
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
I try to apply fuzzy c mean clusturing for landsat 8 image. I want to apply for a rgb image. This code can only apply to the one band.. How can apply this code for all bands.
clear all;clc; in=input('enter an image to segment','s'); IM=imread(in); IM=double(IM); figure(1) imshow(uint8(IM)) [maxX,...
11 years ago | 1 answer | 0
1
answerQuestion
I'm a 4th year university student and I try to satellite image processing using matlab code.Is there any matlab code for detect line features, length of the line features, and give threshold for these lines. (any method except Hough Transformation)
<</matlabcentral/answers/uploaded_files/34359/fuzzysegmented.jpg>>
11 years ago | 1 answer | 0