Skip to content

Struct det_result2d_t

ClassList > det_result2d_t

Detection event returned by detector2d_push() .More...

  • #include <detector2d_core.h>

Public Attributes

Type Name
size_t col
float noise_est
float peak_mag
size_t row
float test_stat

Detailed Description

The peak index in the flat ny×nx correlation map is decomposed into (row, col) so that callers do not need to know nx.

Public Attributes Documentation

variable col

size_t det_result2d_t::col;

Column of the correlation peak (0-indexed).


variable noise_est

float det_result2d_t::noise_est;

Noise estimate aggregated over [noise_lo, hi].


variable peak_mag

float det_result2d_t::peak_mag;

max |R[i,j]| (linear magnitude).


variable row

size_t det_result2d_t::row;

Row of the correlation peak (0-indexed).


variable test_stat

float det_result2d_t::test_stat;

peak_mag / noise_est; 0 if noise_est == 0.



The documentation for this class was generated from the following file native/inc/detector2d/detector2d_core.h