Message Boards Message Boards

0
|
4557 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Make output image appear inside Maniplulate?

Posted 6 years ago

Hello Dear Members, Iam trying to make the output image appear in the pane. That is when I click the "Gradient filter" button, the resulting image should replace the binarized image. The output should not be on the next line. I've tried to use "Switch", "Gird". I did not obtain it enter image description here Please help.

Attachment

Attachments:
POSTED BY: Manoj Imrith
2 Replies
Posted 6 years ago

Hello, Thanks very much. I tried it. Its a side by side comparison. Actually I require the gradient filtered image to REPLACE the original image on the Gui I tried the "show". this works only for graphics. Thanks for suggestions

POSTED BY: Manoj Imrith
Manipulate[
 var2 =(*IMAGE HERE*);
 var1 = Binarize[var2, bin];

 Column[{Button["gradient Filter", 
    out = ImageAdjust[GradientFilter[var1, 0.5]]], 
   Row[{var2, var1, out}]}],

 {bin, 0, 1}]

enter image description here

POSTED BY: l van Veen
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