HomeSort by relevance Sort by last modified time
    Searched refs:cI (Results 1 - 5 of 5) sorted by null

  /external/opencv/cv/src/
cvcornersubpix.cpp 182 CvPoint2D32f cT = corners[pt_i], cI = cT;
193 cvSize( win_w + 2, win_h + 2 ), cI ));
243 cI2.x = (float)(cI.x + InvA[0]*bb1 + InvA[1]*bb2);
244 cI2.y = (float)(cI.y + InvA[2]*bb1 + InvA[3]*bb2);
247 err = (cI2.x - cI.x) * (cI2.x - cI.x) + (cI2.y - cI.y) * (cI2.y - cI.y);
248 cI = cI2;
254 if( fabs( cI.x - cT.x ) > win.width || fabs( cI.y - cT.y ) > win.height
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RandomPhrase.java 208 java.lang.Integer cI = (java.lang.Integer) charsInToken.get(j);
209 System.out.print((char)cI.intValue());
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1266 milliseconds