| [mmMaxaopen] [Up] [mmMaxaopenmt] | Attribute Openings |
| User Feedback |
| y | Image
The filtered top-hat image. |
This function is like mmMaxaopen but returns the top-hat image (original image minus filtered image).
Image a = mmReadgray("cameraman.tif");
MaxTree mt = mmMaxtree(a);
mmShow(a);
//
Image c1 = mmMaxaopenth(mt, "area", 350);
mmShow(c1);
//
Image c2 = mmMaxaopenth(mt, "height", 50);
mmShow(c2);
//
Image c3 = mmMaxaopenth(mt, "volume", 5000);
mmShow(c3);
//
Image c4 = mmMaxaopenth(mt, "bbox", 50, 50);
mmShow(c4);
![]() |
![]() |
|
| a | c1 |
![]() |
![]() |
|
| c2 | c3 |
![]() |
|
| c4 |
| [mmMaxaopen] [Up] [mmMaxaopenmt] | |
| User Feedback | |
| Copyright (c) 1998-2008 by SDC Information Systems |