Interface OrientedStrelFactory

All Known Implementing Classes:
OrientedLineStrelFactory

public interface OrientedStrelFactory
Factory for generating oriented structuring elements.
Author:
David Legland
  • Method Summary

    Modifier and Type Method Description
    Strel createStrel​(double theta)
    Creates an oriented structuring element with the given orientation (in degrees).
  • Method Details

    • createStrel

      Strel createStrel​(double theta)
      Creates an oriented structuring element with the given orientation (in degrees).
      Parameters:
      theta - the orientation of the resulting structuring element, in degrees
      Returns:
      a new oriented structuring element