Click or drag to resize

BinaryFileStorageTGetSubsamples Method

http://www.emgu.com
Get the sub-sampled data in this storage

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public IEnumerable<T> GetSubsamples(
	int subsampleRate
)

Parameters

subsampleRate
Type: SystemInt32
The sub-sample rate

Return Value

Type: IEnumerableT
The sub-sampled data in this storage
See Also