Table of Contents

Constructor LinemodDetector

Namespace
OpenCvSharp.Rgbd
Assembly
OpenCvSharp.dll

LinemodDetector()

Creates an empty detector intended to be initialized with Read(FileNode).

public LinemodDetector()

LinemodDetector(IEnumerable<LinemodModality>, IEnumerable<int>)

Creates a detector using the supplied modalities and sampling steps.

public LinemodDetector(IEnumerable<LinemodModality> modalities, IEnumerable<int> tPyramid)

Parameters

modalities IEnumerable<LinemodModality>
tPyramid IEnumerable<int>