Retina Class |
Namespace: Emgu.CV.Bioinspired
The Retina type exposes the following members.
Name | Description | |
---|---|---|
![]() | Retina(Size) |
Create a retina model
|
![]() | Retina(Size, Boolean, RetinaColorSamplingMethod, Boolean, Double, Double) |
Create a retina model
|
Name | Description | |
---|---|---|
![]() | Parameters |
Get or Set the Retina parameters.
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Name | Description | |
---|---|---|
![]() | ClearBuffers |
Clear all retina buffers (equivalent to opening the eyes after a long period of eye close.
|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release all unmanaged memory associated with the retina model.
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetMagno |
Accessors of the motion channel of the retina (models peripheral vision)
|
![]() | GetParvo |
Accessors of the details channel of the retina (models foveal vision)
|
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | Run |
Method which allows retina to be applied on an input image, after run, encapsulated retina module is ready to deliver its outputs using dedicated acccessors. and |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |