Community Profile

photo

Ushashi Podder


Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Converting pixel coordinates to latitude and longitude in decimal degrees for a binary image.
How can I convert the centroid of the pixel coordinates into latitude and longitude values in decimal degrees ?I have used sever...

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

1

respuesta

Pregunta


how to separate the x and y of centroids and store those in two different variables ?
Regionprops gives the centroids of the pixel as x and y. How can I store the x and the y of centroids in two different variables...

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

0

respuestas

Pregunta


How can the middle portion of an image be extracted?
I want to extract the middle object from the entire image It will be very helpful if someone can guide, as I am new to matlab.Th...

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

1

respuesta

Pregunta


How can I extract portions of an image and store it in folder?
labeledImage=logical(A); props=regionprops(labeledImage,'Centroid'); xCentroids=allCentroids(1:2:end); yCentroids=allCentro...

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

1

respuesta