document.getElementById("dark-theme").sheet.disabled = true;

Microscopy Image Browser Preferences

This dialog provides access to preferences of Microscopy Image Browser. Allows to modify colors of the Selection, Model and Mask layers, default behaviour of the mouse wheel and keys, settings of Undo...

Back toIndex-->User Guide-->Menu-->File Menu

Contents

Preferences

Please note, MIB stores its configuration parameters in a file that is automatically generated after closing of MIB

Locations where configuration files are stored

  • for Windows-C:\Users\Username\MATLAB\mib.mator in the Windows TEMP directory (C:\Users\User-name\AppData\Local\Temp\). The TEMP directory can be found and accessed with Windows->Start button->%TEMP% command
  • for Linux-/home/username/Matlabor local TEMP directory
  • for MacOS-/Users/username/Matlabor local TEMP directory


User Interface Tweaks

A brief demonstration is available in the following video:
https://youtu.be/qrLyrP9f018

Program Settings

Modification of Undo parameters

A brief demonstration is available in the following video:
https://youtu.be/PrY3Eo02gU8

External dirs, starts a dialog to specify installation directories for Fiji, Imaris, Omero and BMxD filters. Please refer to theSystem Requirementspages for details. If there is no need to use any of these programs, remove all text from the path edit box.

Segmentation Settings

Colors

修改默认颜色的注释,Selection, Mask, Model layers and defining color look-up table (LUT). The upper table shows the list of predefined colors for Materials of the Model layer. The lower table shows LUT for colors of the color channels to use with the LUT mode (View Settings Panel-[✓] LUT checkbox>)

A brief demonstration is available in the following video:
https://youtu.be/A5HHVd5bfJ0

  1. Modification of the Model and LUT colors。The rows in tables represent color in Red:Green:Blue format in range from 0 to 255. The colors may be modified either by updating the numbers in the tables or by clicking on a color bar (fourth column) representing the defined color.
  2. Modification of the Selection colors。Press theSelectionbutton to start the color selection dialog.
  3. Modification of the Mask colors。Press theMaskbutton to start the color selection dialog.
Some actions are available for the colors of materials. These actions are available via a popup menu called using the right mouse button click above the upper table.
  • Reverse colormapreverses the existing colormap
  • Insert colorinserts a random color to the colormap at position after the one that was selected
  • Replace with random colorreplaces the selected color with a random one
  • Swap two colorsswaps two colors between each other
  • Delete color(s)deletes the selected color from the colormap. Multiple colors could be selected using the Shift+mouse click combination
  • Import from MATLABimports a colormap from the main MATLAB workspace
  • Export to MATLABexports the colormap to the main MATLAB workspace
  • Load from a fileloads a colormap from a file. The colormap should be saved using the matlab format and cmap variable
  • Save to a filesaves the colormap to a file. The colormap is saved using the matlab format and cmap variable

Built-in color palettes

There are several built-in palettes for coloring materials of models are available. The palettes may be selected using the Palette and Number of colors comboboxes. The Default color palette was selected so that each color appears as a distinctive shade to color-blind users.

Description of palettes

The color palettes done with help of following sources:


Back toIndex-->User Guide-->Menu-->File Menu

var allDetails = document.getElementsByTagName('details'); toggle_details(0);

var allDetails = document.getElementsByTagName('details'); var contentDiv = document.getElementsByClassName("content"); contentDiv = contentDiv[0]; var returnButton = document.getElementById("return-link"); document.getElementById("iFrameBuf").style.display = "none"; if(in_iFrame()) { try{ var footerNav = parent.document.getElementsByClassName("footernav"); var tabPane = parent.document.getElementsByClassName("tab-pane");} catch(err) { var footerNav = []; var tabPane = [];}; if(!(footerNav.length) || tabPane.length) { contentDiv.style.overflowY = "scroll"; contentDiv.style.overflowX = "hidden"; contentDiv.style.position = "absolute"; contentDiv.style.width = "95%"; contentDiv.style.top = 0; contentDiv.style.bottom = 0; if (tabPane.length){ contentDiv.setAttribute("data-isMATLABCentral","1"); returnButton.style.right = "40px"; document.getElementById("tooltiptext").style.right = "92px"; } document.getElementById("iFrameBuf").style.display = "block"; } else { contentDiv.setAttribute("data-isHelpBrowser","1"); } } if (!contentDiv.getAttribute("data-isHelpBrowser") && !contentDiv.getAttribute("data-isMATLABCentral") ){ document.getElementById("anchor-offsets").sheet.disabled = true; } var jumpLinks = document.getElementsByTagName("a"); for (var i = 0; i < jumpLinks.length; i++){ href = jumpLinks[i].getAttribute("href"); if (href && href[0] == "#") { jumpLinks[i].onclick = jump_to;}}