A system for labeling and tracking FTIR points from one frame to the next.
| C# | Visual Basic | Visual C++ |
public class FtirPointTracker
Public Class FtirPointTracker
public ref class FtirPointTracker
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| FtirPointTracker()()() |
Creates a new instance of FtirPointTracker.
| |
| Equals(Object) | (Inherited from Object.) | |
| FilteredPoints |
Gets the set of points that are being filtered.
| |
| 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.) | |
| FtirPoints |
Gets the current set of FTIR points processed.
| |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ProcessFrame(FtirFrame) |
Process a single FTIR frame for FTIR points.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| FtirPointTracker | |