Struct 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¶
Column of the correlation peak (0-indexed).
variable noise_est¶
Noise estimate aggregated over [noise_lo, hi].
variable peak_mag¶
max |R[i,j]| (linear magnitude).
variable row¶
Row of the correlation peak (0-indexed).
variable 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