Documentation - C API
VlLiopDesc Struct Reference

LIOP Descriptor settings. More...

#include <liop.h>

Data Fields

vl_int numberOfNeighbours
vl_int numberOfBins
float pointToNeighbourRadius
vl_size patchSideLength
vl_size patchArraySize
vl_int patchRadius
float weightThreshold
vl_uindexinnerPatchIndexes
vl_size innerPatchIndexesSize
vl_size liopArraySize
VlLiopBin ** liopBins

Detailed Description

LIOP descriptor settings necessary for computing of discriptor from ma patch


Field Documentation

vl_uindex* VlLiopDesc::innerPatchIndexes

Indexes of patch array that are used for descriptor computation.

vl_size VlLiopDesc::innerPatchIndexesSize

Number of innerPatchIndexes.

vl_size VlLiopDesc::liopArraySize

Liop descriptor size.

VlLiopBin** VlLiopDesc::liopBins

Array of liop bins.

vl_int VlLiopDesc::numberOfBins

Number of bins.

vl_int VlLiopDesc::numberOfNeighbours

Number of neighbours.

vl_size VlLiopDesc::patchArraySize

Length of the whole path array.

vl_int VlLiopDesc::patchRadius

Radius of circle inside of the patch (defining are of points to be used for computation).

vl_size VlLiopDesc::patchSideLength

Length of a patch side.

float VlLiopDesc::pointToNeighbourRadius

Point to neighbour radius (distance).

float VlLiopDesc::weightThreshold

Weight threshold.


The documentation for this struct was generated from the following file: