C# Class WaveMeter.Controller

Mostrar archivo Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
ImageController IMAQ.CameraController
Imageviewer IMAQ.ImageViewerWindow
window ControlWindow

Public Methods

Method Description
CameraSnapshot ( ) : void
CameraStream ( ) : void
Displyfit ( ) : void
DisposeImages ( ) : void
Getthedistance ( ) : double
SaveImage ( string path ) : void
SaveImageWithDialog ( ) : void
Start ( ) : void
StartCameraControl ( ) : void
StopCameraStream ( ) : void
StoreImageDataWithDialog ( ) : void
calculation ( double data ) : void
displyData ( ) : void

Method Details

CameraSnapshot() public method

public CameraSnapshot ( ) : void
return void

CameraStream() public method

public CameraStream ( ) : void
return void

Displyfit() public method

public Displyfit ( ) : void
return void

DisposeImages() public method

public DisposeImages ( ) : void
return void

Getthedistance() public method

public Getthedistance ( ) : double
return double

SaveImage() public method

public SaveImage ( string path ) : void
path string
return void

SaveImageWithDialog() public method

public SaveImageWithDialog ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartCameraControl() public method

public StartCameraControl ( ) : void
return void

StopCameraStream() public method

public StopCameraStream ( ) : void
return void

StoreImageDataWithDialog() public method

public StoreImageDataWithDialog ( ) : void
return void

calculation() public method

public calculation ( double data ) : void
data double
return void

displyData() public method

public displyData ( ) : void
return void

Property Details

ImageController public_oe property

public CameraController,IMAQ ImageController
return IMAQ.CameraController

Imageviewer public_oe property

public ImageViewerWindow,IMAQ Imageviewer
return IMAQ.ImageViewerWindow

window public_oe property

public ControlWindow,WaveMeter window
return ControlWindow