PointTrackerOperator Namespace Reference

Classes

class  PointTrackerOperator
 Point Tracker operator properties for Script Engine. Read the documentation for more info. More...
 

Enumerations

enum  MoveLayerFallback { Restore , KeepLast }
 
enum  MoveLayerAutomation { None , Instant , Average }
 
enum  BeaconScanAreaSize {
  ThirtyByThirty = 30 , FortyByForty = 40 , FiftyByFifty = 50 , SixtyBySixty = 60 ,
  EightyByEighty = 80 , OneHundred = 100 , OneHundredFifty = 150
}
 
enum  TrackerOutput { Input = 0 , DetectedPixels = 1 , TrackerArea = 2 , CenterPoint = 3 }
 

Enumeration Type Documentation

◆ BeaconScanAreaSize

Enumerator
ThirtyByThirty 30 

30x30 pixels

FortyByForty 40 

40x40 pixels

FiftyByFifty 50 

50x50 pixels

SixtyBySixty 60 

60x60 pixels

EightyByEighty 80 

80x80 pixels

OneHundred 100 

100x100 pixels

OneHundredFifty 150 

150x150 pixels

◆ MoveLayerAutomation

Enumerator
None 

None.

Instant 

Use instant values.

Average 

Use average values (10 frames)

◆ MoveLayerFallback

Enumerator
Restore 

Restore to default.

KeepLast 

Keep last correction.

◆ TrackerOutput

Enumerator
Input 

Input.

DetectedPixels 

Detected pixels.

TrackerArea 

Tracker area.

CenterPoint 

Center point.