![]() |
BioImager
4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
|
Static Public Member Functions | |
| static void | UpdateImages () |
| static void | Initialize () |
| Initialize() is a function that initializes the BioImager UI. | |
| static void | Hide () |
| Hide() hides all the tools. | |
| static List< ToolStripMenuItem > | GetMenuItems () |
| static List< ToolStripMenuItem > | GetContextItems () |
| static ToolStripItem | GetMenuItemFromPath (string s, Function f) |
| static ToolStripItem | GetContextMenuItemFromPath (string s, Function f) |
| static ToolStripItem | GetMenuItemFromPath (string s) |
| static ToolStripItem | GetContextMenuItemFromPath (string s) |
| static void | AddMenu (string menu, Function f) |
| static void | AddContextMenu (string menu, Function f) |
| static void | AddMenu (string menu) |
| static void | AddContextMenu (string menu) |
| static void | AddROI (string an) |
Static Public Attributes | |
| static ROIManager | manager = null |
| static ChannelsTool | channelsTool = null |
| static TabsView | tabsView = null |
| static NodeView | nodeView = null |
| static Scripting | runner = null |
| static Recorder | recorder = null |
| static Imager | imager = null |
| static Tools | tools = null |
| static StackTools | stackTools = null |
| static ImageView | viewer = null |
| static StageTool | stage = null |
| static Series | seriesTool = null |
| static Recordings | recordings = null |
| static Automation | automation = null |
| static MicroscopeSetup | setup = null |
| static CellImager | cellImager = null |
| static SlideImager | slideImager = null |
| static BioConsole | console = null |
| static Light | lightTool = null |
| static Library | lib = null |
| static List< string > | recent = new List<string>() |
Properties | |
| static BioImage | Image [get] |
| static List< Channel > | Channels [get] |
| static List< ROI > | Annotations [get] |
|
static |
It takes a string and a function and adds a context menu item to the context menu
| menu | The path to the menu item. |
| Function | The function that will be called when the menu item is clicked. |
Definition at line 412 of file App.cs.
|
static |
It takes a string and a function and adds a context menu item to the context menu
| menu | The path to the menu item. |
| Function | The function that will be called when the menu item is clicked. |
|
static |
It takes a string and a function and adds the function to the menu item specified by the string
| menu | The menu path to add the menu item to. |
| Function | The function that will be called when the menu item is clicked. |
Definition at line 404 of file App.cs.
|
static |
It takes a string and a function and adds the function to the menu item specified by the string
| menu | The menu path to add the menu item to. |
| Function | The function that will be called when the menu item is clicked. |
|
static |
It takes a string, converts it to a ROI, and adds it to the list of ROIs
| an | the string representation of the ROI |
|
static |
It takes the context menu of the viewer and returns a list of all the items in the menu
Definition at line 155 of file App.cs.
|
static |
It takes a string and a function, and adds the function to the context menu at the location specified by the string
| s | The path to the item. |
| Function |
Definition at line 334 of file App.cs.
|
static |
It takes a string and a function, and adds the function to the context menu at the location specified by the string
| s | The path to the item. |
| Function |
Definition at line 226 of file App.cs.
|
static |
It takes a string and a function, and adds the function to the menu item specified by the string
| s | The path to the menu item. |
| Function |
Definition at line 281 of file App.cs.
|
static |
It takes a string and a function, and adds the function to the menu item specified by the string
| s | The path to the menu item. |
| Function |
Definition at line 172 of file App.cs.
|
static |
It takes a menu strip and returns a list of all the menu items in the menu strip
Definition at line 142 of file App.cs.
|
static |
|
static |
Initialize() is a function that initializes the BioImager UI.
Definition at line 73 of file App.cs.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticget |
|
staticget |
|
staticget |
Definition at line 54 of file App.cs.