How do I threshold only a certain portion of an image?
4 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
Image Analyst
2014-2-17
See my Image Segmentation Tutorial. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
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 个评论
Dishant Arora
2014-2-21
编辑:Dishant Arora
2014-2-21
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.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!