@Name(value="cv::Complex<double>")
@NoOffset
public static class opencv_core.Complexd
extends org.bytedeco.javacpp.DoublePointer
| Constructor and Description |
|---|
Complexd()
default constructor
|
Complexd(double _re) |
Complexd(double _re,
double _im) |
Complexd(long size)
Native array allocator.
|
Complexd(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Complexd |
conj()
conjugation
|
double |
im() |
opencv_core.Complexd |
im(double im) |
opencv_core.Complexd |
position(long position) |
double |
re() |
opencv_core.Complexd |
re(double re) |
asBuffer, capacity, get, get, get, get, limit, put, put, put, putaddress, asByteBuffer, availablePhysicalBytes, calloc, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Complexd(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public Complexd(long size)
Pointer.position(long).public Complexd()
public Complexd(double _re,
double _im)
public Complexd(double _re)
public opencv_core.Complexd position(long position)
position in class org.bytedeco.javacpp.DoublePointer@ByVal public opencv_core.Complexd conj()
public double re()
public opencv_core.Complexd re(double re)
public double im()
public opencv_core.Complexd im(double im)
Copyright © 2018. All rights reserved.