Community Profile

photo

shantanu shukla


jaypee institute

Active since 2013

Followers: 0   Following: 0

Message

Need for suggestion, to extract the objects in Satellite images
Professional Interests: image processing

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 0

Question


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 ago | 0 answers | 0

0

answers

Question


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,...

10 years ago | 1 answer | 0

1

answer

Question


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 ...

10 years ago | 1 answer | 0

1

answer

Question


i have a matrix of class unit8. how could i make an image using it
matrix size is 35*57*3.

10 years ago | 2 answers | 0

2

answers

Question


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 ...

10 years ago | 2 answers | 0

2

answers

Question


help me in satellite image identifictaion.
working in satellite image processing , so need help in this issue

10 years ago | 1 answer | 0

1

answer