Lines Matching refs:max_threshold

803     max_threshold,  in ConnectedComponentsImage()  local
1089 max_threshold=0.0; in ConnectedComponentsImage()
1104 max_threshold+=object[i].area; in ConnectedComponentsImage()
1108 max_threshold+=MagickEpsilon; in ConnectedComponentsImage()
1119 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
1122 (object[i].area >= max_threshold)) && (i != background_id)) in ConnectedComponentsImage()
1287 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
1292 (object[i].metric[n] >= max_threshold)) && (i != background_id)) in ConnectedComponentsImage()
1301 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
1306 (object[i].metric[n] >= max_threshold)) && (i != background_id)) in ConnectedComponentsImage()
1315 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
1321 (object[i].metric[n] >= max_threshold)) && (i != background_id)) in ConnectedComponentsImage()
1331 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
1336 (object[i].metric[n] >= max_threshold)) && (i != background_id)) in ConnectedComponentsImage()
1345 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
1350 (object[i].metric[n] >= max_threshold)) && (i != background_id)) in ConnectedComponentsImage()
1359 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
1364 (object[i].metric[n] >= max_threshold)) && (i != background_id)) in ConnectedComponentsImage()
1373 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
1378 (object[i].metric[n] >= max_threshold)) && (i != background_id)) in ConnectedComponentsImage()