filterByArea

fun filterByArea(minArea: Int, maxArea: Int, blobs: List<ColourBlob>): List<ColourBlob>

Filter blobs by minimum and maximum area.