5.3.4.38. Function features_compute_ellipse
Defined in File features_compute.h
5.3.4.38.1. Function Documentation
-
void features_compute_ellipse(const RoI_basic_t *RoIs_basic, RoI_elli_t *RoIs_elli, const size_t n_RoIs)
Compute the semi-major and the semi-minor axes of RoIs.
See also
RoI_basic_t for more explanations about the basic features.
See also
RoI_elli_t for more explanations about the features.
- Parameters
RoIs_basic – Basic features.
RoIs_elli – Ellipse features (including the
aandbfeatures).n_RoIs – Number of connected-components (= number of RoIs).