| [mmMaxgetxml] [Up] [mmMaxinfrec] | Introspection Functions |
| User Feedback |
Returns the image corresponding to the subtree rooted at the given node. Make sure the node exists before calling this function.
Image orig_image = mmReadgray("cameraman.tif");
MaxTree mt = mmMaxtree(orig_image);
Image node_image = mmMaxsubimage(mt, 146, 0);
mmShow(orig_image);
mmShow(node_image);
![]() |
![]() |
|
| orig_image | node_image |
| [mmMaxgetxml] [Up] [mmMaxinfrec] | |
| User Feedback | |
| Copyright (c) 1998-2008 by SDC Information Systems |