#include <MRPolylineComponents.h>
Public Attributes | |
| int | maxLargeComponents = 2 |
| return at most given number of largest by length connected components | |
| int * | numSmallerComponents = nullptr |
| optional output: the number of components in addition to returned ones | |
| float | minLength = 0 |
| do not consider a component large if its length is below this value | |