Commit c4602190 authored by Harshith Goka's avatar Harshith Goka

Small compiling error

parent f7247350
......@@ -133,7 +133,7 @@ class DynamicQueue{
dtwGap[slotNo][i].add( Math.max( 0.0, ((double)(x.sdtwDistance() + dtwGap[slotNo][i].size()*alterFactor)) ) );
}
for (int i=0; i<noOfGestures; i++) {
if(dtwGap[slotNo][i]>=threshold[i]) shortlist[slotNo][i] = false;
if((int)dtwGap[slotNo][i].get(dtwGap[slotNo][i].size()-1) >=threshold[i]) shortlist[slotNo][i] = false;
}
}
......
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