|
FIcontent.Gaming.Enabler.AugmentedReality.FastFeatureTracking
1.0.0
The Fast Feature Tracking enabler performs a highly optimised feature detection process suitable for high speed interactive operation on any web, mobile or PC platform. The algorithm computes a parallel sum on x and y screen pixel values to yield the first moment of the image integral, which gives us the centre of mass (and optionally area) of the feature. It provides a general purpose markerless augmented reality tracking method (blob, colour feature tracking).
|
Public Attributes | |
| bool | useDefinedPosition = false |
| int | positionLeft = 0 |
| int | positionTop = 0 |
| Texture2D | colorPicker |
| Color | setColor |
| bool | useDefinedSize = false |
| int | textureWidth = 360 |
| int | textureHeight = 120 |
| bool | showPicker = false |
| Texture2D ColorPicker.colorPicker |
| int ColorPicker.positionLeft = 0 |
| int ColorPicker.positionTop = 0 |
| Color ColorPicker.setColor |
| bool ColorPicker.showPicker = false |
| int ColorPicker.textureHeight = 120 |
| int ColorPicker.textureWidth = 360 |
| bool ColorPicker.useDefinedPosition = false |
| bool ColorPicker.useDefinedSize = false |
1.8.9.1