photo

Pugazhendhi


Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Professional Interests: Image analysis, GIS

Statistik

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
error in converting image to binary
First convert to grayscale(rgb2gray) then use im2bw

mehr als 12 Jahre vor | 0

Frage


Simplify/Generalize bwboundaries
Can anybody help me to generalize bwboundaries. thanks in adv,

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Shape Recognition, hough transform
Hi All: I seen more examples to recognize line/circles/ellipse using Hough transform, but i didnt find examples for square or...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Change Pixel intensity value
Hi all, I have an image(gray scale) whose pixel intensity values ranges from -0.5373 to 0.4744. I would like to change the in...

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


how to declare
Hi All, I would like to declare the following code in Matlab. r = 4/pi atan((R-G)/(R+G)) Any one please help. Thanks...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Image segmentation
Hi All, I have an image which contains the following features buildings, cars, trees etc. I detected the buildings using the ...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Convert boundaries
Hi All, I have extracted boundaries with the help of "bwboundaries" function and I would like to convert the polygon boundari...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Operation on RGB Images
The following steps will help you split RGB and merge them again. I = imread('RGB.jpg'); %RGB split R=I(:,:,1); G=...

mehr als 12 Jahre vor | 0

| akzeptiert

Frage


Raster to Vector
Hi All, I have some binary file in tiff format, would like to convert them to vector formats like .shp format along with spat...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Image Classification
Hi, I am new to Matlab. I would like to classify the image based on its color, pattern and texture. If it possible to create ...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort