Java API: (per code review) renaming and moving utility classes

Testing: 1079/0/584
This commit is contained in:
Andrey Pavlenko
2011-08-03 08:53:27 +00:00
parent 02d5d93c3a
commit 25db453812
7 changed files with 78 additions and 78 deletions
+1 -1
View File
@@ -811,7 +811,7 @@ extern "C" {
if ctype.startswith('vector'):
imports.add("java.util.List")
imports.add("org.opencv.core.Mat")
imports.add("org.opencv.Converters")
imports.add("org.opencv.utils.Converters")
ctype = ctype.replace('vector_', '')
j_type = ''
if ctype in type_dict: