Java API: changing C++ vector<T> handling;
authorAndrey Pavlenko <no@email>
Wed, 4 Apr 2012 12:59:53 +0000 (12:59 +0000)
committerAndrey Pavlenko <no@email>
Wed, 4 Apr 2012 12:59:53 +0000 (12:59 +0000)
commit78d92584c36e52ad1ec2ebb14cdb8b69f3efae62
tree3d921b3cfa25a8beb2aa63d219a66ffd177606ed
parent9ac0d4323d2ffca53b6fb1ff59d4da6f8a22b46f
Java API: changing C++ vector<T> handling;
Java tests fixes are expected shortly
20 files changed:
modules/java/gen_java.py
modules/java/src/cpp/converters.cpp
modules/java/src/cpp/converters.h
modules/java/src/java/core+CvVector.java [new file with mode: 0644]
modules/java/src/java/core+CvVectorByte.java [new file with mode: 0644]
modules/java/src/java/core+CvVectorDMatch.java [new file with mode: 0644]
modules/java/src/java/core+CvVectorDouble.java [new file with mode: 0644]
modules/java/src/java/core+CvVectorFloat.java [new file with mode: 0644]
modules/java/src/java/core+CvVectorFloat4.java [new file with mode: 0644]
modules/java/src/java/core+CvVectorFloat6.java [new file with mode: 0644]
modules/java/src/java/core+CvVectorInt.java [new file with mode: 0644]
modules/java/src/java/core+CvVectorKeyPoint.java [new file with mode: 0644]
modules/java/src/java/core+CvVectorPoint.java [new file with mode: 0644]
modules/java/src/java/core+CvVectorPoint2f.java [new file with mode: 0644]
modules/java/src/java/core+CvVectorPoint3.java [new file with mode: 0644]
modules/java/src/java/core+CvVectorPoint3f.java [new file with mode: 0644]
modules/java/src/java/core+CvVectorRect.java [new file with mode: 0644]
modules/java/src/java/utils+Converters.java
samples/android/face-detection/src/org/opencv/samples/fd/FdView.java
samples/android/tutorial-2-opencvcamera/src/org/opencv/samples/tutorial2/Sample2View.java