Message Boards Message Boards

Include binarize methods in Manipulate

Posted 4 years ago

I would require the binarize methods in the Manipulate interface. I tried in the attachment Thanks

Attachments:
POSTED BY: Manoj Imrith

From the documentation:

If an explicit threshold value is given, Binarize ignores the Method option. »

so either use

Manipulate[Binarize[yourImage, binOnly], {binOnly, 0, 1}]

or

Manipulate[
 Binarize[yourImage, 
  Method -> method], {method, {"Cluster", "Entropy", "Mean", 
   "MinimumError"}}]
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract