Java API: Fixed typo
This commit is contained in:
parent
f1d24e1868
commit
257c0bf413
@ -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…
x
Reference in New Issue
Block a user