shantanu shukla
jaypee institute
自 2013 起处于活动状态
Followers: 0 Following: 0
Need for suggestion, to extract the objects in Satellite images
Professional Interests: image processing
Feeds
提问
I have tried on k mean clustering algorithm on images and find the solution but with some noise . how could i remove such small objects. Reply me asap
<</matlabcentral/answers/uploaded_files/11832/r3.jpg>> <</matlabcentral/answers/uploaded_files/11833/r3%20(1).png>>
10 years 前 | 0 个回答 | 0
0
个回答提问
need to extract the road segment part , but don't know which filter is good for removing the noise
he=imread('r15.jpg'); figure, imshow(he); if ndims(he)==3 I1=rgb2gray(he); else I1=double(he); end cform ...
10 years 前 | 0 个回答 | 0
0
个回答提问
Trying to extract road from an image but got the error- "Integers can only be combined with integers of the same class, or scalar doubles."
[f,p]= uigetfile('.jpg'); I=imread([p,f]); figure, imshow(I); if ndims(I)==3 I1=rgb2gray(I); else I1=double(I)...
10 years 前 | 1 个回答 | 0
1
个回答已回答
Road Extraction from Image using SVM?
Hay rizwan i am also working on it, so if u have some information related with road extraction then plz share with me.it's abt m...
Road Extraction from Image using SVM?
Hay rizwan i am also working on it, so if u have some information related with road extraction then plz share with me.it's abt m...
10 years 前 | 0
提问
need to extract road using dog filter but its not working properly..help me out
fontSize = 10; I = imread('a8.jpg'); grayImage = rgb2gray(I); % numberOfColorBands should be = 1. [rows columns numb...
10 years 前 | 0 个回答 | 0
0
个回答提问
I want to extract object from an image using the following threshold value program how can i use a filter to get the good result.
a=imread('a6.jpg'); m=ones(600,800,3); c=255.*m; e=ones(600,800,3) for i=1:600; for j=1:800; if a(i,j,...
11 years 前 | 1 个回答 | 0
1
个回答提问
i have following code of image extraxtion but i got gray scale image output while giving input color image ,how could i get the color image output
a=imread('new2.png'); c=zeros(35,57,3) e=zeros(35,57,3) for i=1:35; for j=1:57; if a(i,j,1)>233 ...
11 years 前 | 1 个回答 | 0
1
个回答提问
i have a matrix of class unit8. how could i make an image using it
matrix size is 35*57*3.
11 years 前 | 2 个回答 | 0
2
个回答提问
i have a binery information ,how can i make an image with the help of this
[255 0 0 0 0 0 255 255 255 255 0 0 0 0 0 255 255 255 0 0 0 0 0 0 ...
11 years 前 | 2 个回答 | 0
2
个回答提问
help me in satellite image identifictaion.
working in satellite image processing , so need help in this issue
11 years 前 | 1 个回答 | 0