Community Profile

photo

Ushashi Podder


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 0 answers | 0

0

answers

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer