@Namespace(value="cv::structured_light") public static class opencv_structured_light.StructuredLightPattern extends opencv_core.Algorithm
| Constructor and Description |
|---|
StructuredLightPattern(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
clear, empty, getDefaultName, position, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic StructuredLightPattern(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@Cast(value="bool")
public boolean generate(@ByVal
opencv_core.MatVector patternImages)
patternImages - The generated pattern: a vector@Cast(value="bool")
public boolean generate(@ByVal
opencv_core.UMatVector patternImages)
@Cast(value="bool")
public boolean generate(@ByVal
opencv_core.GpuMatVector patternImages)
@Cast(value="bool")
public boolean decode(@Const @ByRef
opencv_core.MatVectorVector patternImages,
@ByVal
opencv_core.Mat disparityMap,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.MatVector blackImages,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.MatVector whiteImages,
int flags)
patternImages - The acquired pattern images to decode (vectordisparityMap - The decoding result: a CV_64F Mat at image resolution, storing the computed disparity map.blackImages - The all-black images needed for shadowMasks computation.whiteImages - The all-white images needed for shadowMasks computation.flags - Flags setting decoding algorithms. Default: DECODE_3D_UNDERWORLD.
\note All the images must be at the same resolution.@Cast(value="bool")
public boolean decode(@Const @ByRef
opencv_core.MatVectorVector patternImages,
@ByVal
opencv_core.Mat disparityMap)
@Cast(value="bool")
public boolean decode(@Const @ByRef
opencv_core.MatVectorVector patternImages,
@ByVal
opencv_core.Mat disparityMap,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.UMatVector blackImages,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.UMatVector whiteImages,
int flags)
@Cast(value="bool")
public boolean decode(@Const @ByRef
opencv_core.MatVectorVector patternImages,
@ByVal
opencv_core.Mat disparityMap,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.GpuMatVector blackImages,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.GpuMatVector whiteImages,
int flags)
@Cast(value="bool")
public boolean decode(@Const @ByRef
opencv_core.MatVectorVector patternImages,
@ByVal
opencv_core.UMat disparityMap,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.MatVector blackImages,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.MatVector whiteImages,
int flags)
@Cast(value="bool")
public boolean decode(@Const @ByRef
opencv_core.MatVectorVector patternImages,
@ByVal
opencv_core.UMat disparityMap)
@Cast(value="bool")
public boolean decode(@Const @ByRef
opencv_core.MatVectorVector patternImages,
@ByVal
opencv_core.UMat disparityMap,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.UMatVector blackImages,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.UMatVector whiteImages,
int flags)
@Cast(value="bool")
public boolean decode(@Const @ByRef
opencv_core.MatVectorVector patternImages,
@ByVal
opencv_core.UMat disparityMap,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.GpuMatVector blackImages,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.GpuMatVector whiteImages,
int flags)
@Cast(value="bool")
public boolean decode(@Const @ByRef
opencv_core.MatVectorVector patternImages,
@ByVal
opencv_core.GpuMat disparityMap,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.MatVector blackImages,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.MatVector whiteImages,
int flags)
@Cast(value="bool")
public boolean decode(@Const @ByRef
opencv_core.MatVectorVector patternImages,
@ByVal
opencv_core.GpuMat disparityMap)
@Cast(value="bool")
public boolean decode(@Const @ByRef
opencv_core.MatVectorVector patternImages,
@ByVal
opencv_core.GpuMat disparityMap,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.UMatVector blackImages,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.UMatVector whiteImages,
int flags)
@Cast(value="bool")
public boolean decode(@Const @ByRef
opencv_core.MatVectorVector patternImages,
@ByVal
opencv_core.GpuMat disparityMap,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.GpuMatVector blackImages,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.GpuMatVector whiteImages,
int flags)
Copyright © 2018. All rights reserved.