How do I threshold only a certain portion of an image?

7 views (last 30 days)
I am trying to find the coordinates of something in an image. For example, I have to find any image on google, select a point of interest and find the coordinates of it. For my first example I am using a baseball player throwing a baseball. I converted to gray scale and threshold to only show the white portions of the image. Although, the baseball players pants are getting into the picture along with the baseball. Is there any way I am able to only threshold where the baseball is at or something to just find the point of interest I am looking for. I have only been using Matlab for about a week. Therefore, please try and break the answer down to a dummy language where I can understand, lol. Thank you for the help.

Accepted Answer

Image Analyst
Image Analyst on 17 Feb 2014
If the baseball is the same intensity as other pixels in the image then you're going to have to look at other things to extract only the baseball, such as area or circularity.
  4 Comments
Alexander Killam
Alexander Killam on 21 Feb 2014
You are right. i am just trying to learn from Matlab all on my own without any experience. May be going a little to advanced for what I know. Thank you.
Dishant Arora
Dishant Arora on 21 Feb 2014
Edited: Dishant Arora on 21 Feb 2014
To understand the program better set breakpoint in the code, go through the code line by line, step in to the functions to learn more about functions called.
And it'd be better if you have some prior knowledge of image processing before directly jumping into MATLAB. You can refer to Digital Image Processing/Digital Image Processing using MATLAB by Gonzalez to start with.

Sign in to comment.

More Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!