@Name(value="cv::Complex<float>")
@NoOffset
public static class opencv_core.Complexf
extends org.bytedeco.javacpp.FloatPointer
//////////////////////////////// Complex //////////////////////////////
/** \brief A complex number class.
The template class is similar and compatible with std::complex, however it provides slightly more convenient access to the real and imaginary parts using through the simple field access, as opposite to std::complex::real() and std::complex::imag().
| Constructor and Description |
|---|
Complexf()
default constructor
|
Complexf(float _re) |
Complexf(float _re,
float _im) |
Complexf(long size)
Native array allocator.
|
Complexf(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Complexf |
conj()
conjugation
|
float |
im() |
opencv_core.Complexf |
im(float im) |
opencv_core.Complexf |
position(long position) |
float |
re() |
opencv_core.Complexf |
re(float 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 Complexf(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public Complexf(long size)
Pointer.position(long).public Complexf()
public Complexf(float _re,
float _im)
public Complexf(float _re)
public opencv_core.Complexf position(long position)
position in class org.bytedeco.javacpp.FloatPointer@ByVal public opencv_core.Complexf conj()
public float re()
public opencv_core.Complexf re(float re)
public float im()
public opencv_core.Complexf im(float im)
Copyright © 2018. All rights reserved.