Java API: tests for polylines() and goodFeaturesToTrack(), fix of GFTT corners arg type

This commit is contained in:
Andrey Pavlenko
2011-07-29 15:18:04 +00:00
parent 418bc6dbe9
commit b99c5db124
3 changed files with 84 additions and 13 deletions
+1
View File
@@ -457,6 +457,7 @@ func_arg_fix = {
'randu' : { 'low' : 'Scalar', 'high' : 'Scalar', },
'randn' : { 'mean' : 'Scalar', 'stddev' : 'Scalar', },
'inRange' : { 'lowerb' : 'Scalar', 'upperb' : 'Scalar', },
'goodFeaturesToTrack' : { 'corners' : 'vector_Point' },
}, # '', i.e. empty class
} # func_arg_fix