![]() |
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.
|
Represents a Mask layer. More...
Public Member Functions | |
| bool | IsSelected (int x, int y) |
| float | GetValue (int x, int y) |
| void | SetValue (int x, int y, float val) |
| Mask (float[] fts, int width, int height, double physX, double physY) | |
| Mask (byte[] bts, int width, int height, double physX, double physY) | |
| Bitmap | GetColored (System.Drawing.Color col, bool forceUpdate=false) |
| byte[] | GetBytes () |
| void | Dispose () |
Public Attributes | |
| float | min = 0 |
Properties | |
| int | Width [get, set] |
| int | Height [get, set] |
| double | PhysicalSizeX [get, set] |
| double | PhysicalSizeY [get, set] |
| Bitmap | Bitmap [get] |
| BioImager.ROI.Mask.Mask | ( | float[] | fts, |
| int | width, | ||
| int | height, | ||
| double | physX, | ||
| double | physY | ||
| ) |
| BioImager.ROI.Mask.Mask | ( | byte[] | bts, |
| int | width, | ||
| int | height, | ||
| double | physX, | ||
| double | physY | ||
| ) |
Definition at line 603 of file Bio.cs.
| void BioImager.ROI.Mask.Dispose | ( | ) |
| byte[] BioImager.ROI.Mask.GetBytes | ( | ) |
Definition at line 684 of file Bio.cs.
| Bitmap BioImager.ROI.Mask.GetColored | ( | System.Drawing.Color | col, |
| bool | forceUpdate = false |
||
| ) |
| float BioImager.ROI.Mask.GetValue | ( | int | x, |
| int | y | ||
| ) |
| bool BioImager.ROI.Mask.IsSelected | ( | int | x, |
| int | y | ||
| ) |
| void BioImager.ROI.Mask.SetValue | ( | int | x, |
| int | y, | ||
| float | val | ||
| ) |
|
get |
Definition at line 619 of file Bio.cs.
|
getset |
|
getset |
|
getset |
|
getset |