[Overview][Classes][Index] Reference for unit 'finder' (#Simba)

TMFinder

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TMFinder class

Declaration

Source position: finder.pas line 45

type TMFinder = class(TObject)

public

  WarnOnly: Boolean;

  procedure DefaultOperations();

  function FindColorsToleranceOptimised();

  function FindColorToleranceOptimised();

  function CountColorTolerance();

  function CountColor();

  function SimilarColors();

  function FindColor();

  function FindColorSpiral();

  function FindColorSpiralTolerance();

  function FindColorTolerance();

  function FindColorsTolerance();

  function FindColorsSpiralTolerance();

  function FindColors();

  function FindColoredArea();

  function FindColoredAreaTolerance();

  function FindMaskTolerance();

  procedure CheckMask();

  function FindBitmap();

  function FindBitmapIn();

  function FindBitmapToleranceIn();

  function FindBitmapSpiral();

  function FindBitmapSpiralTolerance();

  function FindBitmapsSpiralTolerance();

  function FindDeformedBitmapToleranceIn();

  function FindDTM();

  function FindDTMs();

  function FindDTMRotated();

  function FindDTMsRotated();

  function GetColors();

  procedure SetToleranceSpeed();

  function GetToleranceSpeed;

  procedure SetToleranceSpeed2Modifiers();

  procedure GetToleranceSpeed2Modifiers();

  constructor Create();

  destructor Destroy; override;

end;

Inheritance

TMFinder

  

TMFinder class

|

TObject