ImageGestureImage Class |
Namespace: DigitalRubyShared
public class ImageGestureImage
The ImageGestureImage type exposes the following members.
| Name | Description | |
|---|---|---|
| ImageGestureImage |
Constructor
| |
| ImageGestureImage(UInt64, Int32) |
Constructor with just the rows for this image, leaving pixels null
| |
| ImageGestureImage(UInt64, Int32, Single) |
Constructor with just the rows for this image, leaving pixels to null
|
| Name | Description | |
|---|---|---|
| Height |
Height of the image
| |
| Name |
A human readable name for this image
| |
| Pixels |
Pixels of the image or null if no pixel data in which case just Rows is populated
| |
| Rows |
Each bit is a pixel, each ulong is a row. Least significant bit is x = 0
| |
| Score |
The amount the image matched, where 1.0 is a perfect match
| |
| SimilarityPadding |
Score padding to allow fuzzier (or negative for more precise) matches for this image
| |
| Size |
Number of pixels in the image
| |
| Width |
Width of the image
|
| Name | Description | |
|---|---|---|
| CheckBit |
Check if a bit is set in a ulong
| |
| Clear |
Reset all rows to 0 and all pixels to 0
| |
| Clone |
Clone this gesture image
| |
| Difference |
Calculate how different this image is with another image. Images must be the same size to compare.
| |
| Equals |
Check for equality
(Overrides ObjectEquals(Object).) | |
| Finalize | (Inherited from Object.) | |
| GetCodeForRowsInitialize |
Gets a C# snippet that will create this image and populate the rows
| |
| GetHashCode |
Get hash code
(Overrides ObjectGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| Initialize |
Recalculate which pixels are on and off into a fast lookup of bits in ulong rows
| |
| MemberwiseClone | (Inherited from Object.) | |
| NumberOfBitsSet |
Get the number of bits set in a ulong
| |
| SetPixelWithPadding |
Set a pixel to on. Does not recalculate any rows.
| |
| Similarity |
Compute the similarity with another image. Images must be the same size to compare.
| |
| ToString | (Inherited from Object.) |