public static class opencv_contrib.LogPolar_Interp extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_contrib.LogPolar_Interp() |
opencv_contrib.LogPolar_Interp(int size) |
opencv_contrib.LogPolar_Interp(int w,
int h,
opencv_core.Point center) |
opencv_contrib.LogPolar_Interp(int w,
int h,
opencv_core.Point center,
int R,
double ro0,
int interp,
int full,
int S,
int sp)
Constructor
\param w the width of the input image
\param h the height of the input image
\param center the transformation center: where the output precision is maximal
\param R the number of rings of the cortical image (default value 70 pixel)
\param ro0 the radius of the blind spot (default value 3 pixel)
\param full \a 1 (default value) means that the retinal image (the inverse transform) is computed within the circumscribing circle.
|
opencv_contrib.LogPolar_Interp(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_contrib.LogPolar_Interp |
position(int position) |
opencv_core.Mat |
to_cartesian(opencv_core.Mat source)
Transformation from cortical image to retinal (inverse log-polar) image.
|
opencv_core.Mat |
to_cortical(opencv_core.Mat source)
Transformation from Cartesian image to cortical (log-polar) image.
|
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_contrib.LogPolar_Interp(Pointer p)
public opencv_contrib.LogPolar_Interp(int size)
public opencv_contrib.LogPolar_Interp()
public opencv_contrib.LogPolar_Interp(int w,
int h,
opencv_core.Point center,
int R,
double ro0,
int interp,
int full,
int S,
int sp)
public opencv_contrib.LogPolar_Interp(int w,
int h,
opencv_core.Point center)
public opencv_contrib.LogPolar_Interp position(int position)
public opencv_core.Mat to_cortical(opencv_core.Mat source)
public opencv_core.Mat to_cartesian(opencv_core.Mat source)
Copyright © 2014. All Rights Reserved.