C# Class HoloToolkit.Sharing.ImageTagManager

Inheritance: global::System.IDisposable
显示文件 Open project: OpenHID/InteractivePaint

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Create ( ) : ImageTagManager
CreateTagImage ( int tagId ) : TagImage
Dispose ( ) : void
FindTags ( byte data, int pixelWidth, int pixelHeight, int bytesPerPixel, ImageTagLocationListener locationCallback ) : bool
Update ( ) : void

Private Methods

Method Description
ImageTagManager ( global cPtr, bool cMemoryOwn )
getCPtr ( ImageTagManager obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Create() public static method

public static Create ( ) : ImageTagManager
return ImageTagManager

CreateTagImage() public method

public CreateTagImage ( int tagId ) : TagImage
tagId int
return TagImage

Dispose() public method

public Dispose ( ) : void
return void

FindTags() public method

public FindTags ( byte data, int pixelWidth, int pixelHeight, int bytesPerPixel, ImageTagLocationListener locationCallback ) : bool
data byte
pixelWidth int
pixelHeight int
bytesPerPixel int
locationCallback ImageTagLocationListener
return bool

Update() public method

public Update ( ) : void
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool