5.3.4.34. Function features_compute_magnitude¶
Defined in File features_compute.h
5.3.4.34.1. Function Documentation¶
-
void features_compute_magnitude(const uint8_t **img, const uint32_t img_width, const uint32_t img_height, const uint32_t **labels, const RoIs_basic_t *RoIs_basic, RoIs_misc_t *RoIs_misc)¶
See also
_features_compute_magnitude for the explanations about the nature of the processing.
See also
RoIs_basic_t for more explanations about the basic features.
See also
RoIs_misc_t for more explanations about the miscellaneous features.
- Parameters
img – Image in grayscale ( \([\texttt{img\_height}][\texttt{img\_width}]\), the values of the pixel range are \( [ 0;255 ] \)).
img_width – Image width.
img_height – Image height.
labels – 2D array of labels ( \([\texttt{img\_height}][\texttt{img\_width}]\)).
RoIs_basic – Basic features.
RoIs_misc – Miscellaneous features (including the magnitudes).