Searched refs:background_id (Results 1 – 2 of 2) sorted by relevance
177 background_id, in ConnectedComponentsImage() local439 background_id=0; in ConnectedComponentsImage()457 if (object[i].area > object[background_id].area) in ConnectedComponentsImage()458 background_id=i; in ConnectedComponentsImage()464 background_id=(ssize_t) StringToLong(artifact); in ConnectedComponentsImage()474 (object[i].area >= max_threshold)) && (i != background_id)) in ConnectedComponentsImage()742 (object[i].metric[n] >= max_threshold)) && (i != background_id)) in ConnectedComponentsImage()856 (object[i].metric[n] >= max_threshold)) && (i != background_id)) in ConnectedComponentsImage()871 (object[i].metric[n] >= max_threshold)) && (i != background_id)) in ConnectedComponentsImage()974 (object[i].metric[n] >= max_threshold)) && (i != background_id)) in ConnectedComponentsImage()[all …]
6021 const int background_id = -1; in ConvertCombinedNMS() local6025 nvinfer1::PluginField{"backgroundLabelId", &background_id, in ConvertCombinedNMS()