public static class opencv_imgproc.CvHuMoments
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
CvHuMoments()
Default native constructor.
|
CvHuMoments(long size)
Native array allocator.
|
CvHuMoments(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
hu1()
Hu invariants
|
opencv_imgproc.CvHuMoments |
hu1(double hu1) |
double |
hu2() |
opencv_imgproc.CvHuMoments |
hu2(double hu2) |
double |
hu3() |
opencv_imgproc.CvHuMoments |
hu3(double hu3) |
double |
hu4() |
opencv_imgproc.CvHuMoments |
hu4(double hu4) |
double |
hu5() |
opencv_imgproc.CvHuMoments |
hu5(double hu5) |
double |
hu6() |
opencv_imgproc.CvHuMoments |
hu6(double hu6) |
double |
hu7() |
opencv_imgproc.CvHuMoments |
hu7(double hu7) |
opencv_imgproc.CvHuMoments |
position(long position) |
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 CvHuMoments()
public CvHuMoments(long size)
Pointer.position(long).public CvHuMoments(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_imgproc.CvHuMoments position(long position)
position in class org.bytedeco.javacpp.Pointerpublic double hu1()
public opencv_imgproc.CvHuMoments hu1(double hu1)
public double hu2()
public opencv_imgproc.CvHuMoments hu2(double hu2)
public double hu3()
public opencv_imgproc.CvHuMoments hu3(double hu3)
public double hu4()
public opencv_imgproc.CvHuMoments hu4(double hu4)
public double hu5()
public opencv_imgproc.CvHuMoments hu5(double hu5)
public double hu6()
public opencv_imgproc.CvHuMoments hu6(double hu6)
public double hu7()
public opencv_imgproc.CvHuMoments hu7(double hu7)
Copyright © 2018. All rights reserved.