Get subsamples with the specific rate
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.2.0.1010 (2.2.0.1010)
Syntax
C# | Visual Basic | Visual C++ |
public static IEnumerable<T> LinearSubsample<T>( IEnumerable<T> src, double subsampleRate ) where T : new(), IInterpolatable<T>
Public Shared Function LinearSubsample(Of T As {New, IInterpolatable(Of T)}) ( _ src As IEnumerable(Of T), _ subsampleRate As Double _ ) As IEnumerable(Of T)
public: generic<typename T> where T : gcnew(), IInterpolatable<T> static IEnumerable<T>^ LinearSubsample( IEnumerable<T>^ src, double subsampleRate )
Parameters
- src
- IEnumerable<(Of <(<'T>)>)>
The source which the subsamples will be derived from
- subsampleRate
- 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)"]