SqueezeBrains SDK 1.13
sb_t_blobs_info Struct Reference

Defines the information about the blob analysis. More...

#include <sb.h>

Collaboration diagram for sb_t_blobs_info:

Data Fields

long long time_rle
 time, in us, of the rle extraction.
 
long long time_blob
 time, in us, of the blobs extraction.
 
long long time_contour
 time, in us, of the blobs contour estraction.
 
long long time_merge
 blobs merging time, in us.
 
long long time_sort
 blobs sorting time, in us.
 
long long time_export
 blobs esporting time, in us.
 
long long time_total
 total time, in us.
 
int merged
 Number of blobs merged with another blob.
 
int deleted
 Number of blobs deleted, both during analysis and during merging.
 
int deleted_for_area_max
 Number of blobs deleted for an area too big, both during analysis and during merging.
 
int deleted_for_area_min
 Number of blobs deleted for an area too small, both during analysis and during merging.
 
int deleted_for_width_max
 Number of blobs deleted for a width too big, both during analysis and during merging.
 
int deleted_for_width_min
 Number of blobs deleted for a width too small, both during analysis and during merging.
 
int deleted_for_height_max
 Number of blobs deleted for an height too big, both during analysis and during merging.
 
int deleted_for_height_min
 Number of blobs deleted for an height too small, both during analysis and during merging.
 
sb_t_range deleted_area
 area range of the deleted blobs for a out-of-range area, both during analysis and during merging.
 
sb_t_range deleted_width
 width range of the deleted blobs for a out-of-range width, both during analysis and during merging.
 
sb_t_range deleted_height
 height range of the deleted blobs for a out-of-range height, both during analysis and during merging.
 

Detailed Description

Defines the information about the blob analysis.

Definition at line 8614 of file sb.h.


The documentation for this struct was generated from the following file: