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
447 area_threshold=0.0; in ConnectedComponentsImage()
449 area_threshold=StringToDouble(artifact,(char **) NULL); in ConnectedComponentsImage()
450 if (area_threshold > 0.0) in ConnectedComponentsImage()
472 if ((double) object[i].area >= area_threshold) in ConnectedComponentsImage()