Lines Matching full:buff
1092 int buff[] = new int[num*4]; //[ (x1, y1, x2, y2), (...), ...]
1093 lines.get(0, 0, buff);
1094 Log.d("HoughLines", "lines=" + Arrays.toString(buff));
1124 int buff[] = new int[num*4]; // CV_32SC4 as [ (x1, y1, x2, y2), (...), ...]
1125 lines.get(0, 0, buff);
1126 Log.d("HoughLinesP", "lines=" + Arrays.toString(buff));