Info

此问题已关闭。 请重新打开它进行编辑或回答。

These background and annotation can be eliminated by threshold method which is done by sweeping through a whole image and cutting the horizontally and vertically directions with mean and variance lower than a certain threshold. code for this plz??

1 次查看(过去 30 天)
These backgrounds and annotation can be eliminated by threshold method which is done by sweeping through a whole image and cutting the horizontally and vertically directions with mean and variance lower than a certain threshold. What is Matlab code for this ?? Can any share the Matlab code for this, please??

回答(1 个)

Image Analyst
Image Analyst 2017-10-15
Try this
mask = yourImage > someThreshold;

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by