Lines Matching full:nobjpt
128 const vector<Point3f>& box, int nobjpt, bool runExtraSegmentation)
131 if( nobjpt == 0 )
137 if( nobjpt > 1 )
139 if( nobjpt > 2 )
144 if( nobjpt > 3 )
152 if( nobjpt == 1 )
154 else if( nobjpt == 2 )
160 else if( nobjpt == 3 )
175 if( nobjpt <= 2 )
209 int nobjpt = 0;
218 int npt = nobjpt;
222 dragging) && nobjpt < 4 )
226 if( nobjpt < 2 )
232 if( nobjpt == 3 )
268 nobjpt++;
269 if( nobjpt < 4 )
271 imgpt[nobjpt] = imgpt[nobjpt-1];
272 box[nobjpt] = box[nobjpt-1];
291 nobjpt = 0;
298 if( (c == '\r' || c == '\n') && nobjpt == 4 && box[3].z != 0 )