| Customize Help

Location, length and number of runs



A run is defined as a horizontal series of consecutive foreground pixels. The Blob Analysis module can be used to calculate run-related information such as the length of a run, and the X and Y-coordinates of each run in a specific blob. Enable these features for calculation with the M_RUNS group of features using MblobControl(). To retrieve the run information, use MblobGetResult(). The retrievable run information includes the total number of runs for each blob (M_NUMBER_OF_RUNS), or for all included blobs (M_TOTAL_NUMBER_OF_RUNS), and the length and coordinates of each run in a specific blob (M_RUN_...).