@Namespace(value="cv::bgsegm")
public static class opencv_bgsegm.BackgroundSubtractorLSBPDesc
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
BackgroundSubtractorLSBPDesc()
Default native constructor.
|
BackgroundSubtractorLSBPDesc(long size)
Native array allocator.
|
BackgroundSubtractorLSBPDesc(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
address, 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 BackgroundSubtractorLSBPDesc()
public BackgroundSubtractorLSBPDesc(long size)
Pointer.position(long).public BackgroundSubtractorLSBPDesc(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_bgsegm.BackgroundSubtractorLSBPDesc position(long position)
position in class org.bytedeco.javacpp.Pointerpublic static void calcLocalSVDValues(@ByVal
opencv_core.Mat localSVDValues,
@Const @ByRef
opencv_core.Mat frame)
public static void calcLocalSVDValues(@ByVal
opencv_core.UMat localSVDValues,
@Const @ByRef
opencv_core.Mat frame)
public static void calcLocalSVDValues(@ByVal
opencv_core.GpuMat localSVDValues,
@Const @ByRef
opencv_core.Mat frame)
public static void computeFromLocalSVDValues(@ByVal
opencv_core.Mat desc,
@Const @ByRef
opencv_core.Mat localSVDValues,
@Cast(value="const cv::Point2i*")
opencv_core.Point LSBPSamplePoints)
public static void computeFromLocalSVDValues(@ByVal
opencv_core.UMat desc,
@Const @ByRef
opencv_core.Mat localSVDValues,
@Cast(value="const cv::Point2i*")
opencv_core.Point LSBPSamplePoints)
public static void computeFromLocalSVDValues(@ByVal
opencv_core.GpuMat desc,
@Const @ByRef
opencv_core.Mat localSVDValues,
@Cast(value="const cv::Point2i*")
opencv_core.Point LSBPSamplePoints)
public static void compute(@ByVal
opencv_core.Mat desc,
@Const @ByRef
opencv_core.Mat frame,
@Cast(value="const cv::Point2i*")
opencv_core.Point LSBPSamplePoints)
public static void compute(@ByVal
opencv_core.UMat desc,
@Const @ByRef
opencv_core.Mat frame,
@Cast(value="const cv::Point2i*")
opencv_core.Point LSBPSamplePoints)
public static void compute(@ByVal
opencv_core.GpuMat desc,
@Const @ByRef
opencv_core.Mat frame,
@Cast(value="const cv::Point2i*")
opencv_core.Point LSBPSamplePoints)
Copyright © 2018. All rights reserved.