ImageGestureImage Constructor (UInt64, Int32, Single) |
Constructor with just the rows for this image, leaving pixels to null
Namespace:
DigitalRubyShared
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public ImageGestureImage(
ulong[] rows,
int width,
float scorePadding
)
Parameters
- rows
- Type: SystemUInt64
Rows - width
- Type: SystemInt32
Width - scorePadding
- Type: SystemSingle
Add this amount to the score to allow fuzzier matches (negative values for more precise matches)
See Also