Click or drag to resize

ToolboxLinearSubsampleT Method

http://www.emgu.com
Get subsamples with the specific rate

Namespace:  Emgu.Util
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public static IEnumerable<T> LinearSubsample<T>(
	IEnumerable<T> src,
	double subsampleRate
)
where T : new(), Object, IInterpolatable<T>

Parameters

src
Type: System.Collections.GenericIEnumerableT
The source which the subsamples will be derived from
subsampleRate
Type: SystemDouble
The subsample rate

Type Parameters

T
The type of the object

Return Value

Type: IEnumerableT
src subsampled with the specific rate
See Also