Community Profile

photo

Ushashi Podder


Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort