我要评分
获取效率
正确性
完整性
易理解

krl_get_dist_pointer

Interface Definition

float* krl_get_dist_pointer(const KRLLUT8bHandle* klh);

Function

Obtains the start address of the distance array stored in the KRLLUT8bHandle instance. The address contains a random number before a table lookup-based accumulation operator is called, and holds the computed distance value after the operator is called.

Parameters

Parameter

Data Type

Description

Value Range

klh

KRLLUT8bHandle*

Pointer to the KRLLUT8bHandle instance.

It cannot be null.

Return Values

Data Type

Description

float*

Start address of the distance array stored in the KRLLUT8bHandle instance.