BlinkID C SDK version 5.16.0
Public Member Functions | Data Fields
MBExtensionFactors Struct Reference

#include <ExtensionFactors.h>

Public Member Functions

MB_API void MB_CALL extensionFactorsDefaultInit (MBExtensionFactors *)
 Populate MBExtensionFactors structure with default values. More...
 

Data Fields

float upFactor
 
float downFactor
 
float leftFactor
 
float rightFactor
 

Detailed Description

Extension factors relative to corresponding dimension of the full image. For example, upFactor and downFactor define extensions relative to image height, e.g. when upFactor is 0.5, upper image boundary will be extended for half of image's full height.

._______________________________________.
| ↑ |
.________. | .________. |
| | --> | ⃖ leftFactor | | rightFactor ⃗ |
|________| | |________| |
| ↓ |
|_______________________________________|
float downFactor
Definition: ExtensionFactors.h:64
float upFactor
Definition: ExtensionFactors.h:61
float leftFactor
Definition: ExtensionFactors.h:67
float rightFactor
Definition: ExtensionFactors.h:70

Member Function Documentation

◆ extensionFactorsDefaultInit()

MB_API void MB_CALL extensionFactorsDefaultInit ( MBExtensionFactors )

Populate MBExtensionFactors structure with default values.

Returns
Nothing

Field Documentation

◆ downFactor

float MBExtensionFactors::downFactor

Currently used image extension factor relative to full image height in DOWN direction.

◆ leftFactor

float MBExtensionFactors::leftFactor

Currently used image extension factor relative to full image height in LEFT direction.

◆ rightFactor

float MBExtensionFactors::rightFactor

Currently used image extension factor relative to full image height in RIGHT direction.

◆ upFactor

float MBExtensionFactors::upFactor

Currently used image extension factor relative to full image height in UP direction.


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