photo

Ushashi Podder


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
156,799
of 301,383

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,252

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,306

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

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

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

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

6 years ago | 1 answer | 0

1

answer