@Namespace(value="cv::bioinspired") @Properties(inherit=opencv_bioinspired.class) public class RetinaParameters extends Pointer
For better clarity, check explenations on the comments of methods : setupOPLandIPLParvoChannel and setupIPLMagnoChannel
Here is the default configuration file of the retina module. It gives results such as the first retina output shown on the top of this page.
\include default_retina_config.xml
Here is the 'realistic" setup used to obtain the second retina output shown on the top of this page.
\include realistic_retina_config.xml
Modifier and Type | Class and Description |
---|---|
static class |
RetinaParameters.IplMagnoParameters
Inner Plexiform Layer Magnocellular channel (IplMagno)
|
static class |
RetinaParameters.OPLandIplParvoParameters
Outer Plexiform Layer (OPL) and Inner Plexiform Layer Parvocellular (IplParvo) parameters
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
RetinaParameters()
Default native constructor.
|
RetinaParameters(long size)
Native array allocator.
|
RetinaParameters(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
RetinaParameters |
getPointer(long i) |
RetinaParameters.IplMagnoParameters |
IplMagno() |
RetinaParameters |
IplMagno(RetinaParameters.IplMagnoParameters setter) |
RetinaParameters.OPLandIplParvoParameters |
OPLandIplParvo() |
RetinaParameters |
OPLandIplParvo(RetinaParameters.OPLandIplParvoParameters setter) |
RetinaParameters |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public RetinaParameters()
public RetinaParameters(long size)
Pointer.position(long)
.public RetinaParameters(Pointer p)
Pointer(Pointer)
.public RetinaParameters position(long position)
public RetinaParameters getPointer(long i)
getPointer
in class Pointer
@ByRef public RetinaParameters.OPLandIplParvoParameters OPLandIplParvo()
public RetinaParameters OPLandIplParvo(RetinaParameters.OPLandIplParvoParameters setter)
@ByRef public RetinaParameters.IplMagnoParameters IplMagno()
public RetinaParameters IplMagno(RetinaParameters.IplMagnoParameters setter)
Copyright © 2024. All rights reserved.