| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] | SDC Morphology Toolbox V1.1 15Jan02 |
BROT = mmserot( B, theta, DIRECTION ) B: Structuring element. theta: Degrees of rotation. Available values are multiple of 45 degrees. Default: 45.DIRECTION: String. 'CLOCKWISE' or ' ANTI-CLOCKWISE'. Default: "CLOCKWISE".BROT: Structuring element. mmserot rotates a structuring element B of an angle theta.b = mmimg2se([0 0 0; 0 1 1; 0 0 0]); Warning: Converting image from double to binary uint8. mmseshow(b) ans = 0 1 1 mmseshow(mmserot(b)) ans = 0 0 0 0 1 0 0 0 1 mmseshow(mmserot(b,45,'ANTI-CLOCKWISE')) ans = 0 0 1 0 1 0 0 0 0 |


| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] |
|
| Copyright (c) 1998-2002 by SDC Information Systems | ||