locate/count_black_white_run library

Functions

countBlackWhiteRun({required Position<double> origin, required Position<double> end, required BitMatrix matrix, required int length}) List<double>
Count changes between black and white segments in a BitMatrix along a given segment.