Fills the samples arrays in the structure CvConDensation with values within specified ranges.
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public static void cvConDensInitSampleSet(
IntPtr condens,
IntPtr lowerBound,
IntPtr upperBound
) |
| Visual Basic (Declaration) |
|---|
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
) |
See Also