![]() |
BioImager
3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
|
Public Member Functions | |
| RoiEncoder (String path) | |
| RoiEncoder (FileStream f) | |
| void | write (ROI roi) |
Static Public Member Functions | |
| static bool | save (ROI roi, String path) |
| BioImager.ImageJ.RoiEncoder.RoiEncoder | ( | String | path | ) |
Creates an RoiEncoder using the specified path.
Definition at line 1076 of file ImageJ.cs.
| BioImager.ImageJ.RoiEncoder.RoiEncoder | ( | FileStream | f | ) |
Creates an RoiEncoder using the specified OutputStream.
Definition at line 1082 of file ImageJ.cs.
|
static |
Saves the specified ROI as a file, returning 'true' if successful.
Definition at line 1088 of file ImageJ.cs.
References BioImager.ImageJ.RoiEncoder.write().
| void BioImager.ImageJ.RoiEncoder.write | ( | ROI | roi | ) |
Save the Roi to the file of stream.
Definition at line 1103 of file ImageJ.cs.
References BioImager.ImageJ.RoiEncoder.write().
Referenced by BioImager.ImageJ.RoiEncoder.save(), and BioImager.ImageJ.RoiEncoder.write().