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