Statistics
8 Questions
0 Answers
RANK
36,522
of 301,854
REPUTATION
1
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
1
RANK
of 21,439
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 176,967
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 want to subset 296*218 portion of gray scale the image. How to done it?
this is my image. <</matlabcentral/answers/uploaded_files/47939/untitled.jpg>>
10 years ago | 0 answers | 0
0
answersQuestion
I applied 2 different classified techniques to same area. I want to compare these two techniques by applying the regression analysis. How to done this?.
this is the code that I try. a=imread('C:\Users\HP-STEMD\Desktop\my_research\research\roi_m\fcm2new.tif'); b=imread('C:\User...
10 years ago | 0 answers | 0
0
answersQuestion
I need to extract the blue area of following image. For that I try to label the colorbar. But it did not work.
%%%% code that I try. input=geotiffread('C:\Users\HP-STEMD\Desktop\my_research\research\svm\svm1.tif'); gray=rgb...
10 years ago | 0 answers | 0
0
answersQuestion
I read the georeference landsat image. I apply the codes for difference bands. I want to save the process georefence band as my out put. how to do it?
[img R]=geotiffread('C:\Users\HP-STEMD\Desktop\process\subset2.tif'); numBands=size(img,3); nregions=5; for k=1:numBands ...
10 years ago | 0 answers | 0
0
answersQuestion
I want to write a matlab program for building detection using fuzzy c mean clustering. it work for only one band. My image contain 8 band. I want to apply this code for all bands. How to do it?How to write a for loop for different bands in the image
img=imread('F:\10ss055\2_27_2016\New folder\process\subset2.tif'); img=img(:,:,4); figure(1) imshow(img); title('o...
10 years ago | 1 answer | 0
1
answerQuestion
My image contain 8 band. imshow can't represent due to it can use for rgb or greyscle image. How to represent the image using MATLAB?
input=geotiffread('E:\studying\RESEARCH\L8 OLI_TIRS_2015 jan.08\process\subset\subset12.jpg'); gray=rgb2gray(input); fill = im...
10 years ago | 1 answer | 0
1
answerQuestion
I need to detect black objects from below image. how to detect black objects from this image?
<</matlabcentral/answers/uploaded_files/35412/Capture.PNG>>
11 years ago | 2 answers | 0
2
answersQuestion
How to create a .dat file for a satellite image?
I'm trying to apply fuzzy c mean clusturing for landsat 8 image using matlab. For that .dat file is required. How to create a ...
11 years ago | 1 answer | 1
