Table of Contents

Method Contains

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Contains(ReadOnlySpan<int>)

Returns whether an element is stored (non-zero) at the given index.

public bool Contains(ReadOnlySpan<int> index)

Parameters

index ReadOnlySpan<int>

Returns

bool