Table of Contents

Method Remove

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Remove(ReadOnlySpan<int>)

Removes the stored element at the given index. Returns false if it was not stored.

public bool Remove(ReadOnlySpan<int> index)

Parameters

index ReadOnlySpan<int>

Returns

bool