After the image is aquired, a imageprocessor can handle it before it is displayed or saved. Imageprocessors are performed in the order that they are added
Namespace:
CoreDevicesAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void AddImageProcessor( string ProcessorName, ImageProcessorStep ProcessorStep ) |
Visual Basic (Declaration) |
---|
Public Sub AddImageProcessor ( _ ProcessorName As String, _ ProcessorStep As ImageProcessorStep _ ) |
Visual C++ |
---|
public: virtual void AddImageProcessor( String^ ProcessorName, ImageProcessorStep^ ProcessorStep ) sealed |
Parameters
- ProcessorName
- Type: System..::.String
[Missing <param name="ProcessorName"/> documentation for "M:CoreDevices.EasyCore.AddImageProcessor(System.String,CoreDevices.ImageProcessorStep)"]
- ProcessorStep
- Type: CoreDevices..::.ImageProcessorStep
[Missing <param name="ProcessorStep"/> documentation for "M:CoreDevices.EasyCore.AddImageProcessor(System.String,CoreDevices.ImageProcessorStep)"]