how to determine threshold value for separating target pixel in an image?
Show older comments
I need to perform target detection in an image for that I am having a target detection algorithm which performs some operation in each pixel and finally produces detector output d(t) for each pixel.Now I have to make following conditions if d(t) > threshold value,then the pixel is target otherwise the pixel is not target. My question is how to determine threshold value? Is there any method for determining threshold value?
Accepted Answer
More Answers (0)
Categories
Find more on Image Thresholding in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!