Home
last modified time | relevance | path

Searched refs:area_threshold (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dvision.c150 area_threshold; in ConnectedComponentsImage() local
456 area_threshold=0.0; in ConnectedComponentsImage()
458 area_threshold=StringToDouble(artifact,(char **) NULL); in ConnectedComponentsImage()
459 if (area_threshold > 0.0) in ConnectedComponentsImage()
481 if ((double) object[i].area >= area_threshold) in ConnectedComponentsImage()
705 if (object[i].area <= area_threshold) in ConnectedComponentsImage()