http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Find the forground by codebook method. The result will be stored in the ForgroundMask property
Namespace: Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void Diff( Image<TColor, byte> image, Rectangle roi ) |
Visual Basic |
---|
Public Sub Diff ( _ image As Image(Of TColor, Byte), _ roi As Rectangle _ ) |
Visual C++ |
---|
public: void Diff( Image<TColor, unsigned char>^ image, Rectangle roi ) |
Parameters
- image
- Type: Emgu.CV..::..Image<(Of <(<'TColor, Byte>)>)>
The image to run diff against
- roi
- Type: System.Drawing..::..Rectangle
The region of interest. Use Rectangle.Empty for the whole region