Calculates absolute difference between array and scalar
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static void cvAbsDiffS( IntPtr src, IntPtr dst, MCvScalar value ) |
Visual Basic (Declaration) |
---|
Public Shared Sub cvAbsDiffS ( _ src As IntPtr, _ dst As IntPtr, _ value As MCvScalar _ ) |
Visual C++ |
---|
public: static void cvAbsDiffS( IntPtr src, IntPtr dst, MCvScalar value ) |
Parameters
- src
- Type: System..::.IntPtr
The source array
- dst
- Type: System..::.IntPtr
The destination array
- value
- Type: Emgu.CV.Structure..::.MCvScalar
The scalar