OOF2: The Manual

Name

OOF.Graphics_n.Toolbox.Pixel_Select.OrientationBurn — Select a contiguous set of similarly oriented pixels, using a forest fire algorithm on an orientation map.

Synopsis

OOF.Graphics_n.Toolbox.Pixel_Select.OrientationBurn(source,local_flammability,global_flammability,lattice_symmetry,next_nearest,points,shift,ctrl)

Details

  • Parent Menu: OOF.Graphics_n.Toolbox.Pixel_Select
  • Callback: function PixelSelectToolbox.selectCB in module ooflib.common.IO.genericselecttoolbox
  • Parameters:

    source
    Microstructure or Image Type: The path to an OOF2 object.
    local_flammability
    Maximum misorientation angle, in degrees, between neighboring pixels, across which a burn will extend. Type: A real number in the range [0, 180].
    global_flammability
    Misorientation, in degrees measured from initial point, beyond which a burn will not spread. Type: A real number in the range [0, 180].
    lattice_symmetry
    Assume that the material at each point has this symmetry, making some orientations equivalent. Type: An object of the LatticeSymmetry class.
    next_nearest
    Burn next-nearest neighbors? Type: Boolean, 0 (false) or 1 (true).
    points
    Type: A list of Point objects.
    shift
    True for addition. Type: Boolean, 0 (false) or 1 (true).
    ctrl
    True for toggle. Type: Boolean, 0 (false) or 1 (true).

Description

MISSING DISCUSSION: OOF.Graphics_n.Toolbox.Pixel_Select.OrientationBurn