Java API: Fixed typo

pull/13383/head
Andrey Kamaev 14 years ago
parent f1d24e1868
commit 257c0bf413
  1. 2
      modules/java/src/java/Converters.java

@ -111,7 +111,7 @@ public class Converters {
case CvType.CV_32F: case CvType.CV_32F:
{ {
res = new Mat(count, 1, CvType.CV_64FC3); res = new Mat(count, 1, CvType.CV_32FC3);
float[] buff = new float[count*3]; float[] buff = new float[count*3];
for(int i=0; i<count; i++) { for(int i=0; i<count; i++) {
Point3 p = pts.get(i); Point3 p = pts.get(i);

Loading…
Cancel
Save