@Namespace(value="cv")
@NoOffset
public static class opencv_objdetect.QRCodeDetector
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
QRCodeDetector() |
QRCodeDetector(long size)
Native array allocator.
|
QRCodeDetector(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
detect(opencv_core.GpuMat in,
opencv_core.GpuMat points) |
boolean |
detect(opencv_core.Mat in,
opencv_core.Mat points) |
boolean |
detect(opencv_core.UMat in,
opencv_core.UMat points) |
opencv_objdetect.QRCodeDetector |
position(long position) |
void |
setEpsX(double epsX) |
void |
setEpsY(double epsY) |
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 QRCodeDetector(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public QRCodeDetector(long size)
Pointer.position(long).public QRCodeDetector()
public opencv_objdetect.QRCodeDetector position(long position)
position in class org.bytedeco.javacpp.Pointerpublic void setEpsX(double epsX)
public void setEpsY(double epsY)
@Cast(value="bool")
public boolean detect(@ByVal
opencv_core.Mat in,
@ByVal
opencv_core.Mat points)
@Cast(value="bool")
public boolean detect(@ByVal
opencv_core.UMat in,
@ByVal
opencv_core.UMat points)
@Cast(value="bool")
public boolean detect(@ByVal
opencv_core.GpuMat in,
@ByVal
opencv_core.GpuMat points)
Copyright © 2018. All rights reserved.