http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Fills the samples arrays in the structure CvConDensation with values within specified ranges.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvConDensInitSampleSet( IntPtr condens, IntPtr lowerBound, IntPtr upperBound ) |
Visual Basic |
---|
Public Shared Sub cvConDensInitSampleSet ( _ condens As IntPtr, _ lowerBound As IntPtr, _ upperBound As IntPtr _ ) |
Visual C++ |
---|
public: static void cvConDensInitSampleSet( IntPtr condens, IntPtr lowerBound, IntPtr upperBound ) |
Parameters
- condens
- Type: System..::..IntPtr
Pointer to a structure to be initialized
- lowerBound
- Type: System..::..IntPtr
Vector of the lower boundary for each dimension
- upperBound
- Type: System..::..IntPtr
Vector of the upper boundary for each dimension