photo

shantanu shukla


jaypee institute

Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

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

Estadística

  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

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

más de 10 años hace | 0

Pregunta


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

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 11 años hace | 1 respuesta | 0

1

respuesta