Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/CPP/functions/
DCPPDetectionOutputLayer.cpp348 float intersect_width = intersect_bbox[2] - intersect_bbox[0]; in ApplyNMSFast() local
352 if(intersect_width > 0 && intersect_height > 0) in ApplyNMSFast()
354 float intersect_size = intersect_width * intersect_height; in ApplyNMSFast()