C# Класс Emgu.CV.Structure.MCvSURFPoint

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
dir float
hessian float
laplacian int
pt System.Drawing.PointF
size int

Описание свойств

dir публичное свойство

Orientation of the feature: 0..360 degrees
public float dir
Результат float

hessian публичное свойство

Value of the hessian (can be used to approximately estimate the feature strengths; see also params.hessianThreshold.
public float hessian
Результат float

laplacian публичное свойство

-1, 0 or +1. sign of the laplacian at the point. can be used to speedup feature comparison (normally features with laplacians of different signs can not match)
public int laplacian
Результат int

pt публичное свойство

Position of the feature within the image
public System.Drawing.PointF pt
Результат System.Drawing.PointF

size публичное свойство

Size of the feature
public int size
Результат int