5.3.4.94. Function validation_count_objects

5.3.4.94.1. Function Documentation

unsigned validation_count_objects(const validation_obj_t *val_objects, const unsigned n_val_objects, unsigned *n_stars, unsigned *n_meteors, unsigned *n_noise)

Compute the number of objects in a validation_obj_t array.

Parameters
  • val_objects – Array of validation objects.

  • n_val_objects – Number of validation objects in val_objects.

  • n_stars – Return the number of star objects.

  • n_meteors – Return the number of meteor objects.

  • n_noise – Return the number of noise objects.

Returns

Total number of objects (stars + meteors + noises).