Table of Contents

Method Compute

Namespace
OpenCvSharp.LineDescriptor
Assembly
OpenCvSharp.dll

Compute(Mat, ref KeyLine[], Mat, bool)

Computes descriptors for the supplied lines. The native algorithm may update the lines.

public void Compute(Mat image, ref KeyLine[] keyLines, Mat descriptors, bool returnFloatDescriptor = false)

Parameters

image Mat
keyLines KeyLine[]
descriptors Mat
returnFloatDescriptor bool

Compute(IEnumerable<Mat>, ref KeyLine[][], out Mat[], bool)

Computes descriptors for lines from multiple images.

public void Compute(IEnumerable<Mat> images, ref KeyLine[][] keyLines, out Mat[] descriptors, bool returnFloatDescriptor = false)

Parameters

images IEnumerable<Mat>
keyLines KeyLine[][]
descriptors Mat[]
returnFloatDescriptor bool