An Envelope that contains the maximum, minimun and mean

C# | Visual Basic | Visual C++ |
public class Envelope3M<T> : Envelope<T> where T : new(), IComparable
Public Class Envelope3M(Of T As {New, IComparable}) _ Inherits Envelope(Of T)
generic<typename T> where T : gcnew(), IComparable public ref class Envelope3M : public Envelope<T>

- T
[Missing <typeparam name="T"/> documentation for "T:Emgu.CV.Envelope3M`1"]

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Envelope3M<(Of <(T>)>)()()() |
Create an envelope with default value
|
![]() | Envelope3M<(Of <(T>)>)(T, T, T) |
Create an envelope with the specific data
|
![]() ![]() | Addition(Envelope3M<(Of <(T>)>), Envelope3M<(Of <(T>)>)) |
Add two envelops together and return the sum
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InRange(T) |
Returns true if the value is in the envelope
(Inherited from Envelope<(Of <(T>)>).) |
![]() | Max |
The maximum value of the envelop
(Inherited from Envelope<(Of <(T>)>).) |
![]() | Mean |
The mean value of the envelop
|
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Min |
The minimum value of the envelope
(Inherited from Envelope<(Of <(T>)>).) |
![]() | ToString()()() | (Inherited from Object.) |