http://www.emgu.com
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get subsamples with the specific rate
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IEnumerable<T> LinearSubsample<T>( IEnumerable<T> src, double subsampleRate ) where T : new(), IInterpolatable<T> |
Visual Basic |
---|
Public Shared Function LinearSubsample(Of T As {New, IInterpolatable(Of T)}) ( _ src As IEnumerable(Of T), _ subsampleRate As Double _ ) As IEnumerable(Of T) |
Visual C++ |
---|
public: generic<typename T> where T : gcnew(), IInterpolatable<T> static IEnumerable<T>^ LinearSubsample( IEnumerable<T>^ src, double subsampleRate ) |
Parameters
- src
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
The source which the subsamples will be derived from
- subsampleRate
- Type: System..::..Double
The subsample rate
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Emgu.Util.Toolbox.LinearSubsample``1(System.Collections.Generic.IEnumerable{``0},System.Double)"]