Commit b915e004 authored by limingbo's avatar limingbo

test filterByPosition

parent 1dac6758
......@@ -223,7 +223,7 @@ void filterByPosition(
hitCnt++;
}
}
if(hitCnt / tarPeriodCloud.size() < 0.8){
if((float)hitCnt / tarPeriodCloud.size() < 0.8){
aroundIndexVec.push_back(make_pair(tarRetIndex, tarPeriodIndex));
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment