A single camera frame processed for FTIR blobs.
| C# | Visual Basic | Visual C++ |
public class FtirFrame
Public Class FtirFrame
public ref class FtirFrame
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| FtirFrame()()() |
Creates a new instance of FtirFrame.
| |
| FtirFrame(Bitmap, Bitmap) |
Creates a new instance of FtirFrame.
| |
| BlobRectangles |
Gets the rectangles for all active blobs.
| |
| Blobs |
Gets the active blobs.
| |
| CalibratedBlobRectangles |
Gets the calibrated rectangles for all active blobs.
| |
| Clone()()() |
Copy the FTIR frame.
| |
| Equals(Object) | (Inherited from Object.) | |
| FilteredFrame |
Gets the fully filtered camera image,
| |
| 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 active FTIR points.
| |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| GrayscaleFrame |
Gets the grayscale camera image,
| |
| HitTest(Rectangle, Int32) |
Check an area for the presence of an FTIR point.
| |
| HitTest(Rectangle) |
Check an area for the presence of an FTIR point.
| |
| HitTest(Int32, Int32, Int32, Int32) |
Check an area for the presence of an FTIR point.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OriginalFrame |
Gets the original, unfiltered camera image,
| |
| ToScaledRectangle(Rectangle, Single, Single) |
Scale a rectangle.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| FtirFrame | |