Bespoke Multi-Touch Framework
PerformBackgroundFiltering Property
NamespacesBespoke.MultiTouch.FrameworkSurfaceElementPerformBackgroundFiltering
Gets or sets the PerformBackgroundFiltering configuration setting.
Declaration Syntax
C#Visual BasicVisual C++
public bool PerformBackgroundFiltering { get; set; }
Public Property PerformBackgroundFiltering As Boolean
public:
property bool PerformBackgroundFiltering {
	bool get ();
	void set (bool value);
}
Remarks
This (optional) setting specifies whether a background (noise) filter should be applied. If 'true' an average background image is calculated from the first few camera frames. This image is then subtracted from each subsequent frame. Default value is 'true'.

Assembly: Bespoke.MultiTouch.Framework (Module: Bespoke.MultiTouch.Framework) Version: 4.1.0.0 (4.1.0.0)