Commit 21f29d04 authored by limingbo's avatar limingbo

test filterByPosition

parent b915e004
......@@ -223,7 +223,7 @@ void filterByPosition(
hitCnt++;
}
}
if((float)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