shantanu shukla
jaypee institute
Followers: 0 Following: 0
Need for suggestion, to extract the objects in Satellite images
Professional Interests: image processing
Statistiques
RANG
178 287
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
9 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
44.44%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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>>
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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)...
plus de 10 ans il y a | 1 réponse | 0
1
réponseRoad 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...
plus de 10 ans il y a | 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...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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,...
environ 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 11 ans il y a | 1 réponse | 0
1
réponseQuestion
i have a matrix of class unit8. how could i make an image using it
matrix size is 35*57*3.
environ 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
environ 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
help me in satellite image identifictaion.
working in satellite image processing , so need help in this issue
environ 11 ans il y a | 1 réponse | 0