Home
last modified time | relevance | path

Searched refs:inputVector (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/java/common_test/src/org/opencv/test/utils/
DConvertersTest.java291 List<Double> inputVector = new ArrayList<Double>(); in testVector_double_to_Mat() local
292 inputVector.add(2.0); in testVector_double_to_Mat()
293 inputVector.add(4.0); in testVector_double_to_Mat()
294 inputVector.add(3.0); in testVector_double_to_Mat()
295 inputVector.add(9.0); in testVector_double_to_Mat()
297 dst = Converters.vector_double_to_Mat(inputVector); in testVector_double_to_Mat()
304 List<Float> inputVector = new ArrayList<Float>(); in testVector_float_to_Mat() local
305 inputVector.add(2.0f); in testVector_float_to_Mat()
306 inputVector.add(4.0f); in testVector_float_to_Mat()
307 inputVector.add(3.0f); in testVector_float_to_Mat()
[all …]
/external/opencv3/modules/viz/src/vtk/
DvtkTrajectorySource.cpp103 …vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformatio… in RequestData() argument
DvtkCloudMatSource.cpp163 …vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformatio… in RequestData() argument