struct_elements ( : StructElements : Type, Row, Column : )

Generate standard structuring elements.

struct_elements serves to generate eight structuring elements narmally used in the operator fitting. The default value of 'noise' of the parameter Type generates elements especially suited for the elimination of noise.

           *        *  *                      
  * * *    *      *      *     * *    * *      *    * 
           *    *          *     *    *      * *    * *
   K1     K2     K3     K4     K5     K6     K7     K8


Parameters

StructElements (output_object)
region(-array) -> object
Generated structuring elements.

Type (input_control)
string -> string
Type of structuring element to generate.
Default value: 'noise'
List of values: 'noise'

Row (input_control)
point.y -> integer
Row coordinate of the reference point.
Default value: 0
Suggested values: 0, 10, 50, 100, 200, 300, 400
Range of values: 0 <= Row <= 511 (lin)
Minimum increment: 1
Recommended increment: 1

Column (input_control)
point.x -> integer
Column coordinate of the reference point.
Default value: 0
Suggested values: 0, 10, 50, 100, 200, 300, 400
Range of values: 0 <= Column <= 511 (lin)
Minimum increment: 1
Recommended increment: 1


Possible Successors

fitting, hit_or_miss, opening, closing, erosion2, dilation2


See also

golay_elements



Copyright © 1996-1997 MVTec Software GmbH