Introduction to BioImage Analysis

Size: px
Start display at page:

Download "Introduction to BioImage Analysis"

Transcription

1 Introduction to BioImage Analysis Qi Gao CellNetworks Math-Clinic core facility

2 MATH- CLINIC Math-Clinic core facility Data analysis services on bioimage analysis & bioinformatics: 1-to-1 consultancies research collaboration courses and workshops Room 001, BioQuant (INF 267) +49 (0)

3 Agenda :00-11:20 Overview; Knowing digital images using Fiji Qi Gao 11:20-11:40 Break 11:40-13:00 Basic image processing: Pixel operations Qi Gao 13:00-14:00 Lunch break 14:00-15:40 Intro to ImageJ Macro Carlo Beretta 15:40-16:00 Break 16:00-17:30 Intro to ImageJ Macro (cont.) Carlo Beretta

4 Agenda :00-11:20 Classification (thresholding, etc.) Carlo Beretta 11:20-11:40 Break 11:40-13:00 Classification (machine learning methods) Anna Kreshuk 13:00-14:00 Lunch break 14:00-15:20 Colocalization analysis Qi Gao 15:20-15:40 Break 15:40-17:00 Colocalization analysis (cont.) Qi Gao

5 with slides and figures from Peter Bankhead Kota Miura Karl Rohr Daniel White Chong Zhang

6 Microscopy Image Analysis Computer connected to a microscope/video camera or database Processing, analysis, and interpretation of digital images

7 Terminology Terms here used synonymously for Image Analysis: Computer vision Machine vision Image understanding Scene analysis Terms for Microscopy Image Analysis: Biological image analysis Bioimage analysis

8 Goal of bioimage analysis Generate biological knowledge from images But sometimes not easy: Exploding amount of image data Large amount of data needed to draw statistically significant conclusions, but too tedious and time-consuming for humans 3D and 3D+t (over time) difficult to interpret by humans Images may contain much noise Computer-based image analysis (computer vision) is needed

9 Advantages of computer-based image analysis Automation (e.g., screening, inspection, monitoring) Visualization (making certain aspects visible in raw data) Quantification (making measurements, e.g., volume, shape, velocities) Objectivity, reproducibility (compared to humans) Higher accuracy Faster analysis Analysis of much more data

10 Applications of bioimage analysis Counting (the number of cells) Quantification (of size & shape) 3D reconstruction (of cells) Classification (of chromosomes) Quantification of (chromosome) structure Motion analysis (of cells and particles)

11 Getting to know digital (microscopy) images using Fiji

12 1.1 Digital images which are digital images?

13 Pixel picture element [figure from wikipedia]

14 Images are composed of pixels each pixel corresponds to a number larger pixel value - more photons - brighter region [figure by PB] 0 255

15 A pixel is NOT a little square!!! A pixel is a point sample. It exists only at a point. It generally lies on a grid pattern. X X X X X X X X X = [DW]

16 Look-Up Table (LUT) pixels representing color is determined by the LUT [figure by PB] 0 255

17 Look-Up Table (LUT) pixels representing color is determined by the LUT changing the LUT won t affect pixel values [figure by PB] 0 255

18 The numbers contain all information of an image an image can be displayed arbitrarily what we really care in image analysis are the numbers (pixel values) [figure by PB] 0 255

19 Do not trust your eyes! What I think I see What is actually there Green and yellow circles? A and B: which is brighter?

20 Fiji is just imagej The main window ImageJ 1.x ImageJ2

21 Fiji is just imagej

22 Fiji is just imagej Overview of the menus Help, Links Selection/ROI handling File input/output Image filters Statistics Visualization parameters Windows Plugins, Macros and Utilities [DW]

23 Fiji is just imagej The status bar (message & progress) Shows information about long-running processes. Clicking in the status bar shows information about memory consumption. [DW]

24 Set up memory

25 Install plugins download the ImageJ plugin files (xxx.jar) put the files (xxx.jar) in the plugins folder of Fiji (ImageJ) without unzip it restart Fiji (ImageJ) [ FeatureJ_.jar & imagescience.jar ]

26 Check updates Check Update Status: [Help > Update ] After confirming to be up-to-date, Click Manage Update Sites : to add optional plugins [KM]

27 Open an image, check the pixel values 1. [File -> Open -> Cell_Colony.tif] width x height (0,0) x y

28 Check and change the LUT 1. [File -> Open -> Cell_Colony.tif] 2. [Image -> Color -> Show LUT] 3. Change the LUT by [Image -> Lookup Tables -> Spectrum] 4. Check the LUT again by [Image -> Color -> Show LUT] 5. [Image -> Color -> Display LUTs] Do the pixel values also change? [KM]

29 Image depth measured intensity by detector [digitization] corresponding level in image digital intensity resolution: 10 9 real analogue intensities digital intensity resolution: [DW]

30 Bit-depth determines the dynamic range of image pixel values 1bit: 2 1 = 2 steps (segmentation) 2bit: 2 2 = 4 steps 4bit: 2 4 = 16 steps 8bit: 2 8 = 256 steps 16bit: 2 16 = 65,536 steps 32bit: 2 32 = 4,294,967,296 steps (~ limit of human eye) (intensity-based measurements) Images can contain far more different pixel values than our eyes can distinguish!

31 Image bit-depth A higher bit-depth allows pixels to have more different values 8 bit (256 values) 4 bit (16 values) 2 bit (4 values) 1 bit (2 values) [PB]

32 Reducing bit-depth will lose information data scaling: pixel values are rescaled and rounded to the nearest valid integer 16-bit image 2 16 = values 8-bit image 2 8 = 256 values Values changed by rounding [PB]

33 Choosing bit-depth during image acquisition Exciting, high-risk method Use the minimum bit-depth that gives the accuracy you need Safer method Use the maximum bit-depth you can (but that doesn t make the computer crash) [PB]

34 Convert bit-depth 16bit 8bit with scaling 1. [File -> Open -> m51.tif] then line of selection tools 2. [Analyze -> Plot Profile..] 3. [Edit -> Option -> Conversion] (ON!) 4. [Image -> Type -> 8-bit] 5. [Analyze -> Plot Profile..] without scaling 1. [File -> Open -> m51.tif] [Edit -> Selection -> Restore..] 2. [Edit -> Option -> Conversion] (OFF!) 3. [Image -> Type -> 8-bit] 4. [Analyze -> Plot Profile..] [KM]

35 Image dimension image can be multi-dimensional x, y, z coordinate color channel time point 2D: x-y 4D: x-y-z-ch 3D: x-y-ch [figure by PB]

36 ImageJ makes it (relatively) straightforward to work with images that have up to 5 dimensions Colour channels Time point z-slice [PB]

37 Stack basics Open listeriacells.stk. [Start Animation] [Stop Animation] [Animation Options] [KM]

38 Orthogonal view Open mitosis_anaphase_3d.tif [Image > Stacks > Orthogonal Views] Interactive Reslice. Drag the crossing lines. [KM]

39 3D viewer Open mitosis_anaphase_3d.tif [Plugins > 3D Viewer] rotate and zoom (wheel)! pan: shift-drag [KM]

40 Color image type composite RGB data from the microscope converted after acquisition # channels any 3 bit-depth any for each channel 8-bit for each channels adaptability special scientific softwares appearance varies most softwares appearance consistent

41 When converting a composite image to RGB, information is usually lost Convert to RGB Composite RGB 16-bit channels 8-bit channels [PB]

42 When converting a composite image to RGB, information is usually lost Convert to RGB Composite RGB 16-bit channels 8-bit channels [PB]

43 RGB image for analysis unless you are really really really sure you have not lost vital information for display journal figures, websites, presentations [PB]

44 RGB image 1. Open FluorescentCells.tif 2. [Image -> Type -> RGB Color] what is different than the original? 3. [Image -> Color -> Split Channels] [CZ]

45 Composite image Merge 3 frames [Image -> Color -> Merge Channels ]. [CZ]

46 Composite image Composite: you could process individual channels. -- Do [Image -> Color -> Channel Tool ] and try unchecking some channels! [KM]

47 Image format an image file contains 2 parts header: the metadata (data about data) image data: numbers (pixel values) ics_version 1.0 filename 3a-z-stack (cropped) layout parameters 6 layout order bits x y z channels t layout sizes parameter units relative um um um undefined s parameter scale , 462, 438, 447, 442, 451, 480, 467, 467, 440, 447, 461, 482, 493, 432, 490, 445, 459, 473, 455, 443, 443, 430, 457, 423, 442, 469, 437, 422, 438, 461, 455, 447, 446, 458, 446, 441, 477, 470, 452, 449, 461, 446, 472, 452, 461, 454, 471, 462, 464, 456, 434, 440, 446, 463, 438, 449, 483, 473, 470, 442, 438, 472, 464, 450, 454, 453, 445, 469, 441, 434, 459, 435, 465, 454, 433, 459, 427, 445, 457, 434, 424, 467, 444, 467, 458, 445, 455, 454, 436, 489, 427, 433, 466, 474, 461, 458, 449, 458, 467, 456, 464, 487, 496, 463, 453, 460, 465, 456, 464, 448, 458, 455, 476, 494, 444, 491, 420, 478, 451, 468, 465, 467, 456, 450, 460, 450, 496, 430, 486, 481, 468, 453, 477, 458, 470, 436, 476, 446, 471, 455, 440, 454, 462, 466, 463, 459, 446, 441, [figure by PB]

48 Image format in some formats, image data is compressed lossy compression may make the image no longer suitable for quantitative analysis original filtered original jpeg compressed filtered compressed [PB]

49 Metadata [open > mitosis.tif] [image -> show info ] [image -> properties ] [figure by PB]

50 Image format always keep your original files and metadata avoid using lossy compression (eg, jpeg format) save your images using tiff format

51 Draw scale bar 1. [Open > hela-cell.tif] 2. [Analysis > Tools > Scale Bar] 3. Click OK! [KM]

52 Sometimes there is no scale information

53 Adding real world scale 1. [open -> micrometer.jpg] 2. Draw line between large bars. (50µm). 3. [Analysis > Set Scale ] known distance: 50. Unit of length: µm 4. Click OK [KM]

54 1.2 Image quality good quality of images always benefit analysis images need not only proper storage high bit-depth multi-channel lossless file format but also proper acquisition high resolution low noise and blur properly distributed pixel values fast acquisition

55 Pixel size how big a structure in my image? = how big is a pixel? a pixel is a sample of intensity of a point in space pixel size is pixel spacing distance not the imaginary pixel edge length y x Yes! A pixel is NOT a little square!!! No! [DW]

56 Resolution / pixel size # of pixels in unit length Pixel size = 64.2 µm / 600 = µm 64.2 µm 600 px [figure by PB]

57 Resolution / pixel size # of pixels in unit length resolution affects spatial information Pixel size = 64.2 µm / 75 = µm 64.2 µm 75 px [figure by PB]

58 Higher resolution, more details 4 x 4 pixels 16 x 16 pixels 512 x 512 pixels 64 x 64 pixels 256 x 256 pixels [PB]

59 128 x 128 pixels 256 x 256 pixels 512 x 512 pixels 1024 x 1024 But increasing resolution doesn t add more details indefinitely 8 x 8 pixels 16 x 16 pixels 32 x 32 pixels 64 x 64 pixels

60 Why? An image we can record is the result of replacing each point with a corresponding PSF Point PSF [PB]

61 Why? An image we can record is the result of replacing each point with a corresponding PSF Point PSF [PB]

62 Noise adds randomness to the pixel values 2 main sources of noise in fluorescence microscopy photon noise - from the random emission of photons read noise - from sources in the detector (microscope) detecting more light helps to overcome both noise exposure time (ms) [PB]

63 Extra light can be obtained with costs longer exposure time loses temporal information beware of over-exposure increase the pixel size loses spatial information [PB]

64 Histogram Representation of the distribution of numerical data [figure from wikipedia]

65 Understanding histograms Find the corresponding histograms! 1. Open images 2D_Gel.tif and gel_inv.tif 2. Do [Analyze -> histogram] 3. Compare the pixel value in the image and the histogram.

66 under-/over-exposure occur when storing values too low/high for the bit-depth don t know what happens in the darkest/brightest regions

67 Which image has a better quality? a wider and evener distributed histogram means more details stored and good contrast

68 1.3 ROI (region of interest) & measurements selection tools Oval Polygon Freehand Rectangular Rounded rectangle Elliptical Line Segmented Freehand Brush Arrow

69 ROI Open any image and then Cropping. [image -> Crop]. Masking. Select a region by rectangular ROI. [Edit -> Clear outside]. [Edit -> Fill]. ( same as [Edit -> Selection -> Create Mask]) Invert ROI. [Edit -> Selection -> Make Inverse]. Redirecting ROI. Open any two images. In one of the image, select a region by rectangular ROI. Then activate the other image [Edit -> Selection -> Restore Selection]. ROI manager. [Analysis -> Tools -> Roi Manager]. Click Add button to store ROI information. Stored ROI can be saved as a file, and could be loaded again when you restart the ImageJ. [KM]

70 Intensity measurements 1. [Analyze -> Set measurements] 2. Open cells_actin.tif 3. Use Polygon ROI and select a cell. 4. [Analyze -> Measure] 5. Measure also the background. Measure Background as well Intensity = Cell - Background [KM]

71 Intensity measurements 1. [Analyze > Tools > ROI manager] 2. Open [cells_actin.tif] zoom up! ( + key) 3. Use Polygon ROI and select a cell. 4. In ROI manager, click Add. 5. Use Rectangular ROI and select background. 3. In ROI manager, click Add. Measure Background as well 7. Click Measure! Intensity = Cell - Background [KM]

Introduction to BioImage Analysis using Fiji

Introduction to BioImage Analysis using Fiji Introduction to BioImage Analysis using Fiji CellNetworks Math-Clinic core facility Qi Gao Carlo A. Beretta 12.05.2017 Math-Clinic core facility Data analysis services on bioinformatics & bioimage analysis:

More information

EPFL BIOP Image Processing Practicals R. Guiet, O. Burri

EPFL BIOP Image Processing Practicals R. Guiet, O. Burri EPFL BIOP Image Processing Practicals 23-25.03.2015 R. Guiet, O. Burri Overview DAY 1 Intensity/Histogram Look up table (LUT) Contrast Image Depth RGB images Image Math File Formats Resizing Images Regions

More information

IMAGE PROCESSING PRACTICALS

IMAGE PROCESSING PRACTICALS EPFL PTBIOP IMAGE PROCESSING PRACTICALS 14.03.2011-16.03.2011 ACKNOWLEDGEMENTS This presentation and the exercises are based on the script CMCI Image processing & Analysis Course Series I which was kindly

More information

Introduction to Image Analysis with

Introduction to Image Analysis with Introduction to Image Analysis with PLEASE ENSURE FIJI IS INSTALLED CORRECTLY! WHAT DO WE HOPE TO ACHIEVE? Specifically, the workshop will cover the following topics: 1. Opening images with Bioformats

More information

Introduction to ImageJ 8 Sept 2009

Introduction to ImageJ 8 Sept 2009 Biomedical Imaging Research Unit School of Medical Sciences Faculty of Medical and Health Sciences The University of Auckland Private Bag 92019 Auckland, NZ Ph: 373 7599 ext. 87438 http://www.auckland.ac.nz/biru/

More information

(Quantitative Imaging for) Colocalisation Analysis

(Quantitative Imaging for) Colocalisation Analysis (Quantitative Imaging for) Colocalisation Analysis or Why Colour Merge / Overlay Images are EVIL! Special course for DIGS-BB PhD program What is an Image anyway..? An image is a representation of reality

More information

Point Spread Function Estimation Tool, Alpha Version. A Plugin for ImageJ

Point Spread Function Estimation Tool, Alpha Version. A Plugin for ImageJ Tutorial Point Spread Function Estimation Tool, Alpha Version A Plugin for ImageJ Benedikt Baumgartner Jo Helmuth jo.helmuth@inf.ethz.ch MOSAIC Lab, ETH Zurich www.mosaic.ethz.ch This tutorial explains

More information

Chroma Mask. Manual. Chroma Mask. Manual

Chroma Mask. Manual. Chroma Mask. Manual Chroma Mask Chroma Mask Tooltips If you let your mouse hover above a specific feature in our software, a tooltip about this feature will appear. Load Image Here an image is loaded which has been shot in

More information

Basics of Quantitative Imaging and Image Processing Using ImageJ / Fiji. Dan White Nov 2008

Basics of Quantitative Imaging and Image Processing Using ImageJ / Fiji. Dan White Nov 2008 MPI-CBG LMF / IPF Basics of Quantitative Imaging and Image Processing Using ImageJ / Fiji Dan White Nov 2008 Before you start writing... Presentations soon available at: http://tu-dresden.de/med/ifn Light

More information

Mask Integrator. Manual. Mask Integrator. Manual

Mask Integrator. Manual. Mask Integrator. Manual Mask Integrator Mask Integrator Tooltips If you let your mouse hover above a specific feature in our software, a tooltip about this feature will appear. Load Image Load the image with the standard lighting

More information

What is a digital image?

What is a digital image? Chapter 4 What is a digital image? 4.1 How is the image represented by the computer? Pixels Images can have 2 or 3 spacial dimensions, a time dimensions and a number of colour-channels. An image is a rectilinear

More information

A guide to SalsaJ. This guide gives step-by-step instructions on how to use SalsaJ to carry out basic data analysis on astronomical data files.

A guide to SalsaJ. This guide gives step-by-step instructions on how to use SalsaJ to carry out basic data analysis on astronomical data files. A guide to SalsaJ SalsaJ is free, student-friendly software developed originally for the European Hands- On Universe (EU-HOU) project. It is designed to be easy to install and use. It allows students to

More information

Supplemental Method Information Zeiss LSM710

Supplemental Method Information Zeiss LSM710 Supplemental Method Information Zeiss LSM710 1 Under the Light Path window set up the confocal for imaging a green dye (Alexa488-EGFP). For example, set up the light path as shown here using the 488 nm

More information

Nikon. King s College London. Imaging Centre. N-SIM guide NIKON IMAGING KING S COLLEGE LONDON

Nikon. King s College London. Imaging Centre. N-SIM guide NIKON IMAGING KING S COLLEGE LONDON N-SIM guide NIKON IMAGING CENTRE @ KING S COLLEGE LONDON Starting-up / Shut-down The NSIM hardware is calibrated after system warm-up occurs. It is recommended that you turn-on the system for at least

More information

ImagesPlus Basic Interface Operation

ImagesPlus Basic Interface Operation ImagesPlus Basic Interface Operation The basic interface operation menu options are located on the File, View, Open Images, Open Operators, and Help main menus. File Menu New The New command creates a

More information

Topic 04 What is a digital image?

Topic 04 What is a digital image? Topic 04 What is a digital image? Exercise 4.1 How is the image represented by the computer - Pixels Images can have 2 or 3 spacial dimensions, a time dimensions and a number of colour-channels. An image

More information

Zeiss Axiovert 135 Fluorescence Microscope Quick Guide / Operations Manual (v. 1.0 February 09)

Zeiss Axiovert 135 Fluorescence Microscope Quick Guide / Operations Manual (v. 1.0 February 09) University of Chicago Integrated Light Microscopy Core Dr. Vytas Bindokas, Director http://digital.bsd.uchicago.edu By: Christine Labno, Assistant Director Room: AB-129 Phone: 4-9040 Zeiss Axiovert 135

More information

Adobe Photoshop CC 2018 Tutorial

Adobe Photoshop CC 2018 Tutorial Adobe Photoshop CC 2018 Tutorial GETTING STARTED Adobe Photoshop CC 2018 is a popular image editing software that provides a work environment consistent with Adobe Illustrator, Adobe InDesign, Adobe Photoshop,

More information

GXCapture 8.1 Instruction Manual

GXCapture 8.1 Instruction Manual GT Vision image acquisition, managing and processing software GXCapture 8.1 Instruction Manual Contents of the Instruction Manual GXC is the shortened name used for GXCapture Square brackets are used to

More information

Zeiss LSM 780 Protocol

Zeiss LSM 780 Protocol Zeiss LSM 780 Protocol 1) System Startup F Please note the sign-up policy. You must inform the facility at least 24 hours beforehand if you can t come; otherwise, you will receive a charge for unused time.

More information

Dr. Bob on Colocalization or MSL Experiments In Learning Colocalization Using Image J

Dr. Bob on Colocalization or MSL Experiments In Learning Colocalization Using Image J Dr. Bob on Colocalization or MSL Experiments In Learning Colocalization Using Image J Confocal microscopy is used to test whether two fluorescently labeled molecules are associated with one another. If

More information

Digital Imaging - Photoshop

Digital Imaging - Photoshop Digital Imaging - Photoshop A digital image is a computer representation of a photograph. It is composed of a grid of tiny squares called pixels (picture elements). Each pixel has a position on the grid

More information

LSM 780 Confocal Microscope Standard Operation Protocol

LSM 780 Confocal Microscope Standard Operation Protocol LSM 780 Confocal Microscope Standard Operation Protocol Basic Operation Turning on the system 1. Sign on log sheet according to Actual start time 2. Check Compressed Air supply for the air table 3. Switch

More information

CHAPTER1: QUICK START...3 CAMERA INSTALLATION... 3 SOFTWARE AND DRIVER INSTALLATION... 3 START TCAPTURE...4 TCAPTURE PARAMETER SETTINGS... 5 CHAPTER2:

CHAPTER1: QUICK START...3 CAMERA INSTALLATION... 3 SOFTWARE AND DRIVER INSTALLATION... 3 START TCAPTURE...4 TCAPTURE PARAMETER SETTINGS... 5 CHAPTER2: Image acquisition, managing and processing software TCapture Instruction Manual Key to the Instruction Manual TC is shortened name used for TCapture. Help Refer to [Help] >> [About TCapture] menu for software

More information

Optika ISview. Image acquisition and processing software. Instruction Manual

Optika ISview. Image acquisition and processing software. Instruction Manual Optika ISview Image acquisition and processing software Instruction Manual Key to the Instruction Manual IS is shortened name used for OptikaISview Square brackets are used to indicate items such as menu

More information

Photoshop 1. click Create.

Photoshop 1. click Create. Photoshop 1 Step 1: Create a new file Open Adobe Photoshop. Create a new file: File->New On the right side, create a new file of size 600x600 pixels at a resolution of 300 pixels per inch. Name the file

More information

Zeiss LSM 510 Confocor III Training Notes. Center for Cell Analysis & Modeling

Zeiss LSM 510 Confocor III Training Notes. Center for Cell Analysis & Modeling Zeiss LSM 510 Confocor III Training Notes Center for Cell Analysis & Modeling Confocor 3 Start Up Go to System Module Turn on Main Switch, System/ PC, and Components Switches Do you need the arc lamp?

More information

CTE BASIC DIGITAL PHOTOGRAPHY STUDY GUIDE

CTE BASIC DIGITAL PHOTOGRAPHY STUDY GUIDE CTE BASIC DIGITAL PHOTOGRAPHY STUDY GUIDE VOCABULARY Histogram a graph of all tones in an image Image/adjust (hue/saturation, brightness/contrast) hue: color name (like green), saturation: how opaque (rich

More information

Color and More. Color basics

Color and More. Color basics Color and More In this lesson, you'll evaluate an image in terms of its overall tonal range (lightness, darkness, and contrast), its overall balance of color, and its overall appearance for areas that

More information

μscope Microscopy Software

μscope Microscopy Software μscope Microscopy Software Pixelink μscope Essentials (ES) Software is an easy-to-use robust image capture tool optimized for productivity. Pixelink μscope Standard (SE) Software had added features, making

More information

ISCapture User Guide. advanced CCD imaging. Opticstar

ISCapture User Guide. advanced CCD imaging. Opticstar advanced CCD imaging Opticstar I We always check the accuracy of the information in our promotional material. However, due to the continuous process of product development and improvement it is possible

More information

Leica TCS SP8 Quick Start Guide

Leica TCS SP8 Quick Start Guide Leica TCS SP8 Quick Start Guide Leica TCS SP8 System Overview Start-Up Procedure 1. Turn on the CTR Control Box, EL6000 fluorescent light source for the microscope stand. 2. Turn on the Scanner Power

More information

DIGITAL-MICROSCOPY CAMERA SOLUTIONS USB 3.0

DIGITAL-MICROSCOPY CAMERA SOLUTIONS USB 3.0 DIGITAL-MICROSCOPY CAMERA SOLUTIONS USB 3.0 PixeLINK for Microscopy Applications PixeLINK will work with you to choose and integrate the optimal USB 3.0 camera for your microscopy project. Ideal for use

More information

Quick Guide for Zeiss 710 Laser Scanning Confocal MGH Cancer Center

Quick Guide for Zeiss 710 Laser Scanning Confocal MGH Cancer Center Quick Guide for Zeiss 710 Laser Scanning Confocal MGH Cancer Center For any questions or concerns, please contact: Linda Nieman lnieman@mgh.harvard.edu Office: (617) 643-9684 Cell: (512) 565-8076 Chenyue

More information

LSM 710 Confocal Microscope Standard Operation Protocol

LSM 710 Confocal Microscope Standard Operation Protocol LSM 710 Confocal Microscope Standard Operation Protocol Basic Operation Turning on the system 1. Switch on Main power switch 2. Switch on System / PC power button 3. Switch on Components power button 4.

More information

Stitching distortion-free mosaic images for QWA using PTGui. Georg von Arx

Stitching distortion-free mosaic images for QWA using PTGui. Georg von Arx Stitching distortion-free mosaic images for QWA using PTGui Georg von Arx Index A. Introduction and overview... 2 B. Taking microscopic images... 2 C. Installing PTGui... 3 D. Initial Setup... 3 E. Preparing

More information

Leica TCS SP8 Quick Start Guide

Leica TCS SP8 Quick Start Guide Leica TCS SP8 Quick Start Guide Leica TCS SP8 System Overview Start-Up Procedure 1. Turn on the CTR Control Box, Fluorescent Light for the microscope stand. 2. Turn on the Scanner Power (1) on the front

More information

Images and Graphics. 4. Images and Graphics - Copyright Denis Hamelin - Ryerson University

Images and Graphics. 4. Images and Graphics - Copyright Denis Hamelin - Ryerson University Images and Graphics Images and Graphics Graphics and images are non-textual information that can be displayed and printed. Graphics (vector graphics) are an assemblage of lines, curves or circles with

More information

CATEGORY SKILL SET REF. TASK ITEM

CATEGORY SKILL SET REF. TASK ITEM ECDL / ICDL Image Editing This module sets out essential concepts and skills relating to the ability to understand the main concepts underlying digital images and to use an image editing application to

More information

Fuzzy Image Editor. User Manual

Fuzzy Image Editor. User Manual Fuzzy Image Editor User Manual I. Installation To install the program, run Fuzzy Image Editor.msi and follow the prompts. Then go to your Program Files/Team6/FuzzyImageEditor folder, right click and run

More information

User Manual for HoloStudio M4 2.5 with HoloMonitor M4. Phase Holographic Imaging

User Manual for HoloStudio M4 2.5 with HoloMonitor M4. Phase Holographic Imaging User Manual for HoloStudio M4 2.5 with HoloMonitor M4 Phase Holographic Imaging 1 2 HoloStudio M4 2.5 Software instruction manual 2013 Phase Holographic Imaging AB 3 Contact us: Phase Holographic Imaging

More information

Swept-Field User Guide

Swept-Field User Guide Swept-Field User Guide Note: for more details see the Prairie user manual at http://www.prairietechnologies.com/resources/software/prairieview.html Please report any problems to Julie Last (jalast@wisc.edu)

More information

BZ-X800 Analyzer BZ-H4A/BZ-H4M/BZ-H4R/BZ-H4C/BZ-H4CM/BZ-H4K

BZ-X800 Analyzer BZ-H4A/BZ-H4M/BZ-H4R/BZ-H4C/BZ-H4CM/BZ-H4K 96M14854 All-in-One Fluorescence Microscope BZ-X800 Analyzer BZ-H4A/BZ-H4M/BZ-H4R/BZ-H4C/BZ-H4CM/BZ-H4K 1 Getting Started 2 Analyzer Names and Functions 3 Loading and Saving Images 4 Processing Images

More information

Module 11 Digital image processing

Module 11 Digital image processing Introduction Geo-Information Science Practical Manual Module 11 Digital image processing 11. INTRODUCTION 11-1 START THE PROGRAM ERDAS IMAGINE 11-2 PART 1: DISPLAYING AN IMAGE DATA FILE 11-3 Display of

More information

Cellular Bioengineering Boot Camp. Image Analysis

Cellular Bioengineering Boot Camp. Image Analysis Cellular Bioengineering Boot Camp Image Analysis Overview of the Lab Exercises Microscopy and Cellular Imaging The purpose of this laboratory exercise is to develop an understanding of the measurements

More information

ADOBE PHOTOSHOP CS TUTORIAL

ADOBE PHOTOSHOP CS TUTORIAL ADOBE PHOTOSHOP CS TUTORIAL A D O B E P H O T O S H O P C S Adobe Photoshop CS is a popular image editing software that provides a work environment consistent with Adobe Illustrator, Adobe InDesign, Adobe

More information

Revosoft Operators Manual

Revosoft Operators Manual 1 Revosoft Operators Manual Contents LAUNCHING REVOSOFT:... 2 Entering a New Patient:... 2 IMAGE VIEWER:... 6 Mouse Functions:... 6 Panning the image:... 6 Magnification:... 6 Annotations:... 7 Text and

More information

Solution for Image & Video Processing

Solution for Image & Video Processing Solution for Image & Video Processing December-2015 Index Q.1) a). 2-3 b). 4 (N.A.) c). 4 (N.A.) d). 4 (N.A.) e). 4-5 Q.2) a). 5 to 7 b). 7 (N.A.) Q.3) a). 8-9 b). 9 to 12 Q.4) a). 12-13 b). 13 to 16 Q.5)

More information

Title: Leica SP5 Confocal User Manual

Title: Leica SP5 Confocal User Manual Title: Leica SP5 Confocal User Manual Date of first issue: 23/10/2015 Date of review: Version: Admin For assistance or to report an issue Office: CG07 or 05 Email: Igmm-imaginghelpdesk@igmm.ed.ac.uk Website:

More information

Editing Using Photoshop CS5

Editing Using Photoshop CS5 The Photoshop CS4 Editing Workspace - shown is the document (image) window, ToolBox, Info, Navigator, History, Adjustments and Layers Palettes, Windows Menus and Options Bar (on top). USING THE LAYERS

More information

Contents STARTUP MICROSCOPE CONTROLS CAMERA CONTROLS SOFTWARE CONTROLS EXPOSURE AND CONTRAST MONOCHROME IMAGE HANDLING

Contents STARTUP MICROSCOPE CONTROLS CAMERA CONTROLS SOFTWARE CONTROLS EXPOSURE AND CONTRAST MONOCHROME IMAGE HANDLING Operations Guide Contents STARTUP MICROSCOPE CONTROLS CAMERA CONTROLS SOFTWARE CONTROLS EXPOSURE AND CONTRAST MONOCHROME IMAGE HANDLING Nikon Eclipse 90i Operations Guide STARTUP Startup Powering Up Fluorescence

More information

Adobe Photoshop CS5 Tutorial

Adobe Photoshop CS5 Tutorial Adobe Photoshop CS5 Tutorial GETTING STARTED Adobe Photoshop CS5 is a popular image editing software that provides a work environment consistent with Adobe Illustrator, Adobe InDesign, Adobe Photoshop

More information

Manual. Cell Border Tracker. Jochen Seebach Institut für Anatomie und Vaskuläre Biologie, WWU Münster

Manual. Cell Border Tracker. Jochen Seebach Institut für Anatomie und Vaskuläre Biologie, WWU Münster Manual Cell Border Tracker Jochen Seebach Institut für Anatomie und Vaskuläre Biologie, WWU Münster 1 Cell Border Tracker 1. System Requirements The software requires Windows XP operating system or higher

More information

Image Pro Ultra. Tel:

Image Pro Ultra.  Tel: Image Pro Ultra www.ysctech.com info@ysctech.com Tel: 510.226.0889 Instructions for installing YSC VIC-USB and IPU For software and manual download, please go to below links. http://ysctech.com/support/ysc_imageproultra_20111010.zip

More information

Microscopy from Carl Zeiss

Microscopy from Carl Zeiss Microscopy from Carl Zeiss Contents Page Contents... 1 Introduction... 1 Starting the System... 2 Introduction to ZEN Efficient Navigation... 5 Setting up the microscope... 10 Configuring the beam path

More information

TRAINING MANUAL. Olympus FV1000

TRAINING MANUAL. Olympus FV1000 TRAINING MANUAL Olympus FV1000 September 2014 TABLE OF CONTENTS A. Start-Up Procedure... 1 B. Visual Observation under the Microscope... 1 C. Image Acquisition... 4 A brief Overview of the Settings...

More information

By Washan Najat Nawi

By Washan Najat Nawi By Washan Najat Nawi how to get started how to use the interface how to modify images with basic editing skills Adobe Photoshop: is a popular image-editing software. Two general usage of Photoshop Creating

More information

MY ASTROPHOTOGRAPHY WORKFLOW Scott J. Davis June 21, 2012

MY ASTROPHOTOGRAPHY WORKFLOW Scott J. Davis June 21, 2012 Table of Contents Image Acquisition Types 2 Image Acquisition Exposure 3 Image Acquisition Some Extra Notes 4 Stacking Setup 5 Stacking 7 Preparing for Post Processing 8 Preparing your Photoshop File 9

More information

Zeiss LSM 880 Protocol

Zeiss LSM 880 Protocol Zeiss LSM 880 Protocol 1) System Startup Please note put sign-up policy. You must inform the facility at least 24 hours beforehand if you can t come; otherwise, you will receive a charge for unused time.

More information

Grid Assembly. User guide. A plugin developed for microscopy non-overlapping images stitching, for the public-domain image analysis package ImageJ

Grid Assembly. User guide. A plugin developed for microscopy non-overlapping images stitching, for the public-domain image analysis package ImageJ BIOIMAGING AND OPTIC PLATFORM Grid Assembly A plugin developed for microscopy non-overlapping images stitching, for the public-domain image analysis package ImageJ User guide March 2008 Introduction In

More information

Tutorial: Correcting images

Tutorial: Correcting images Welcome to Corel PHOTO-PAINT, a powerful tool for editing photos and creating bitmaps. In this tutorial, you'll learn how to perform basic image corrections to a scanned photo. This is what the image looks

More information

START-UP PROCEDURE 1 THE MICROSCOPE STAND 3 OBJECTIVES 5 STARTING WITH LAS (SOFTWARE) AND SETTING UP THE MICROSCOPE STAND 7

START-UP PROCEDURE 1 THE MICROSCOPE STAND 3 OBJECTIVES 5 STARTING WITH LAS (SOFTWARE) AND SETTING UP THE MICROSCOPE STAND 7 Leica DMI AF6000LX Table of contents START-UP PROCEDURE 1 THE MICROSCOPE STAND 3 OBJECTIVES 5 STARTING WITH LAS (SOFTWARE) AND SETTING UP THE MICROSCOPE STAND 7 ACQUIRE MODULE 6 SETTING THE LIGHTPATH 6

More information

GCS Member Photo & Image Editor

GCS Member Photo & Image Editor GCS Member Photo & Image Editor Golf Computer Systems Image Editor Version 1.12.8.00 31 August 2010 Introduction The Golf Computer Systems Membership Management System (MMS) and FACTS (Facility and Activity

More information

Science in the Classroom. Actin Network Architecture can determine Myosin Motor Activity Student Activity

Science in the Classroom. Actin Network Architecture can determine Myosin Motor Activity Student Activity Science in the Classroom Actin Network Architecture can determine Myosin Motor Activity Student Activity Learning objective In this activity, students will learn how to extract quantitative information

More information

Recitation 2 Introduction to Photoshop

Recitation 2 Introduction to Photoshop Recitation 2 Introduction to Photoshop What is Adobe Photoshop? Adobe Photoshop is a tool for creating digital graphics either by starting with a scanned photograph or artwork or by creating the graphics

More information

Applying mathematics to digital image processing using a spreadsheet

Applying mathematics to digital image processing using a spreadsheet Jeff Waldock Applying mathematics to digital image processing using a spreadsheet Jeff Waldock Department of Engineering and Mathematics Sheffield Hallam University j.waldock@shu.ac.uk Introduction When

More information

5 Minute Photoshop Edit for Underwater Photographers

5 Minute Photoshop Edit for Underwater Photographers 5 Minute Photoshop Edit for Underwater Photographers Posted by Scuba Tech Philippines Many divers don t have the luxury of using underwater strobes to provide effective directional lighting for their underwater

More information

Image Capture TOTALLAB

Image Capture TOTALLAB 1 Introduction In order for image analysis to be performed on a gel or Western blot, it must first be converted into digital data. Good image capture is critical to guarantee optimal performance of automated

More information

Use of the built-in Camera Raw plug-in to take your RAW/JPEG/TIFF file and apply basic changes

Use of the built-in Camera Raw plug-in to take your RAW/JPEG/TIFF file and apply basic changes There are a lot of different software packages available to process an image for this tutorial we are working with Adobe Photoshop CS5 on a Windows based PC. A lot of what is covered is also available

More information

Enhancement of Multispectral Images and Vegetation Indices

Enhancement of Multispectral Images and Vegetation Indices Enhancement of Multispectral Images and Vegetation Indices ERDAS Imagine 2016 Description: We will use ERDAS Imagine with multispectral images to learn how an image can be enhanced for better interpretation.

More information

LSM 510 Meta Training Notes

LSM 510 Meta Training Notes LSM 510 Meta Training Notes Turning on the system Turn on X-Cite power supply. This supplies light for epifluorescence for viewing your samples through the microscope. Turn on the remote control switch.

More information

Image Processing Tutorial Basic Concepts

Image Processing Tutorial Basic Concepts Image Processing Tutorial Basic Concepts CCDWare Publishing http://www.ccdware.com 2005 CCDWare Publishing Table of Contents Introduction... 3 Starting CCDStack... 4 Creating Calibration Frames... 5 Create

More information

LSM 510 Training Notes

LSM 510 Training Notes LSM 510 Training Notes Turning on the system Turn on the arc lamp, found on the bench top left of the microscope. This supplies light for epifluorescence for viewing your samples through the microscope.

More information

PHOTOSHOP. pixel based image editing software (pixel=picture element) several small dots or pixels make up an image.

PHOTOSHOP. pixel based image editing software (pixel=picture element) several small dots or pixels make up an image. Photoshop PHOTOSHOP pixel based image editing software (pixel=picture element) several small dots or pixels make up an image. RESOLUTION measurement of the total number of pixels displayed determines the

More information

Quick Operation Guide

Quick Operation Guide Quick Operation Guide Power ON Mounting specimens Set the specimen on the sample holder, and install the sample holder to the holder frame. Attach the holder frame to the XY stage. Type of holder Main

More information

FIJI/Image J for Quantification Hands on session

FIJI/Image J for Quantification Hands on session FIJI/Image J for Quantification Hands on session Dr Paul McMillan Biological Optical Microscopy Platform Hands on demonstrations FIJI set up Line Profile Thresholding Area of stain Cell confluence Nuclei

More information

Table of Contents 1. Image processing Measurements System Tools...10

Table of Contents 1. Image processing Measurements System Tools...10 Introduction Table of Contents 1 An Overview of ScopeImage Advanced...2 Features:...2 Function introduction...3 1. Image processing...3 1.1 Image Import and Export...3 1.1.1 Open image file...3 1.1.2 Import

More information

One method for removing and replacing the sky in an image

One method for removing and replacing the sky in an image One method for removing and replacing the sky in an image Reality versus Artistic License I am pretty sure that when Monet painted these they did not reflect reality. What I Look For I look for an image

More information

Before you start, make sure that you have a properly calibrated system to obtain high-quality images.

Before you start, make sure that you have a properly calibrated system to obtain high-quality images. CONTENT Step 1: Optimizing your Workspace for Acquisition... 1 Step 2: Tracing the Region of Interest... 2 Step 3: Camera (& Multichannel) Settings... 3 Step 4: Acquiring a Background Image (Brightfield)...

More information

Version 2 Image Clarification Tool for Avid Editing Systems. Part of the dtective suite of forensic video analysis tools from Ocean Systems

Version 2 Image Clarification Tool for Avid Editing Systems. Part of the dtective suite of forensic video analysis tools from Ocean Systems By Version 2 Image Clarification Tool for Avid Editing Systems Part of the dtective suite of forensic video analysis tools from Ocean Systems User Guide www.oceansystems.com www.dtectivesystem.com Page

More information

Manual: MasTracker for ImageJ

Manual: MasTracker for ImageJ Manual: MasTracker for ImageJ Martin Storath 3. Juli 2007 1 1 Introduction The following are instructions for the tracking plug-in MasTracker for ImageJ. MasTracker was implemented by Martin Storath as

More information

ImageJ, A Useful Tool for Image Processing and Analysis Joel B. Sheffield

ImageJ, A Useful Tool for Image Processing and Analysis Joel B. Sheffield ImageJ, A Useful Tool for Image Processing and Analysis Joel B. Sheffield Temple University Dedicated to the memory of Dan H. Moore (1909-2008) Presented at the 2008 meeting of the Microscopy and Microanalytical

More information

Photoshop Notes and Application Study Packet

Photoshop Notes and Application Study Packet Basic Parts of Photoshop Interface Photoshop Notes and Application Study Packet PANELS Photoshop Study Packet Copyright Law The World Intellectual Property Organization (WIPO) Copyright treaty restrict

More information

Photoshop Elements Hints by Steve Miller

Photoshop Elements Hints by Steve Miller 2015 Elements 13 A brief tutorial for basic photo file processing To begin, click on the Elements 13 icon, click on Photo Editor in the first box that appears. We will not be discussing the Organizer portion

More information

Using the Nikon TE2000 Inverted Microscope

Using the Nikon TE2000 Inverted Microscope Wellcome Trust Centre for Human Genetics Molecular Cytogenetics and Microscopy Core Using the Nikon TE2000 Inverted Microscope Fluorescence image acquisition using Scanalytic s IPLab software and the B&W

More information

Guidance on Using Scanning Software: Part 5. Epson Scan

Guidance on Using Scanning Software: Part 5. Epson Scan Guidance on Using Scanning Software: Part 5. Epson Scan Version of 4/29/2012 Epson Scan comes with Epson scanners and has simple manual adjustments, but requires vigilance to control the default settings

More information

Positive Pixel Count Algorithm. User s Guide

Positive Pixel Count Algorithm. User s Guide Positive Pixel Count Algorithm User s Guide Copyright 2004, 2006 2008 Aperio Technologies, Inc. Part Number/Revision: MAN 0024, Revision B Date: December 9, 2008 This document applies to software versions

More information

Zeiss 780 Training Notes

Zeiss 780 Training Notes Zeiss 780 Training Notes Turn on Main Switch, System PC and Components Switches 780 Start up sequence Do you need the argon laser (458, 488, 514 nm lines)? Yes Turn on the laser s main power switch and

More information

Importing and processing gel images

Importing and processing gel images BioNumerics Tutorial: Importing and processing gel images 1 Aim Comprehensive tools for the processing of electrophoresis fingerprints, both from slab gels and capillary sequencers are incorporated into

More information

4/9/2015. Simple Graphics and Image Processing. Simple Graphics. Overview of Turtle Graphics (continued) Overview of Turtle Graphics

4/9/2015. Simple Graphics and Image Processing. Simple Graphics. Overview of Turtle Graphics (continued) Overview of Turtle Graphics Simple Graphics and Image Processing The Plan For Today Website Updates Intro to Python Quiz Corrections Missing Assignments Graphics and Images Simple Graphics Turtle Graphics Image Processing Assignment

More information

Leica SP8 TCS Users Manual

Leica SP8 TCS Users Manual Leica SP8 TCS Users Manual Follow the procedure for start up and log on as posted in the lab. Please log on with your account only and do not share your password with anyone. We track and confirm usage

More information

Using Photoshop Elements

Using Photoshop Elements Using Photoshop Elements Created By: Rick Williams August 2004 Table of Contents Photoshop Element Tools...Page 1 Tool Descriptions... Page 3 Starting Photoshop Elements... Page 7 Resizing an Image...

More information

In Photoshop you can change the size of an image by going to:

In Photoshop you can change the size of an image by going to: Change an images size In Photoshop you can change the size of an image by going to: Image Image Size and change the dimensions of the pictures in pixels. Once you adjust the top number the bottom number

More information

Version 6. User Manual OBJECT

Version 6. User Manual OBJECT Version 6 User Manual OBJECT 2006 BRUKER OPTIK GmbH, Rudolf-Plank-Str. 27, D-76275 Ettlingen, www.brukeroptics.com All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

MC3 Motion Control System Shutter Stream Quickstart

MC3 Motion Control System Shutter Stream Quickstart MC3 Motion Control System Shutter Stream Quickstart Revised 7/6/2016 Carousel USA 6370 N. Irwindale Rd. Irwindale, CA 91702 www.carousel-usa.com Proprietary Information Carousel USA has proprietary rights

More information

Supplemental Figure 1: Histogram of 63x Objective Lens z axis Calculated Resolutions. Results from the MetroloJ z axis fits for 5 beads from each

Supplemental Figure 1: Histogram of 63x Objective Lens z axis Calculated Resolutions. Results from the MetroloJ z axis fits for 5 beads from each Supplemental Figure 1: Histogram of 63x Objective Lens z axis Calculated Resolutions. Results from the MetroloJ z axis fits for 5 beads from each lens with a 1 Airy unit pinhole setting. Many water lenses

More information

Practical work no. 3: Confocal Live Cell Microscopy

Practical work no. 3: Confocal Live Cell Microscopy Practical work no. 3: Confocal Live Cell Microscopy Course Instructor: Mikko Liljeström (MIU) 1 Background Confocal microscopy: The main idea behind confocality is that it suppresses the signal outside

More information

Training Guide for Carl Zeiss LSM 5 LIVE Confocal Microscope

Training Guide for Carl Zeiss LSM 5 LIVE Confocal Microscope Training Guide for Carl Zeiss LSM 5 LIVE Confocal Microscope AIM 4.2 Optical Imaging & Vital Microscopy Core Baylor College of Medicine (2017) Power ON Routine 1 2 Verify that main power switches on the

More information

Training Guide for Leica SP8 Confocal/Multiphoton Microscope

Training Guide for Leica SP8 Confocal/Multiphoton Microscope Training Guide for Leica SP8 Confocal/Multiphoton Microscope LAS AF v3.3 Optical Imaging & Vital Microscopy Core Baylor College of Medicine (2017) Power ON Routine 1 2 Turn ON power switch for epifluorescence

More information

ImageJ: Introduction to Image Analysis 3 May 2012 Jacqui Ross

ImageJ: Introduction to Image Analysis 3 May 2012 Jacqui Ross Biomedical Imaging Research Unit School of Medical Sciences Faculty of Medical and Health Sciences The University of Auckland Private Bag 92019 Auckland 1142, NZ Ph: 373 7599 ext. 87438 http://www.fmhs.auckland.ac.nz/sms/biru/.

More information