CellSpecks: A Software for Automated Detection and Analysis of Calcium

Size: px
Start display at page:

Download "CellSpecks: A Software for Automated Detection and Analysis of Calcium"

Transcription

1 Biophysical Journal, Volume 115 Supplemental Information CellSpecks: A Software for Automated Detection and Analysis of Calcium Channels in Live Cells Syed Islamuddin Shah, Martin Smith, Divya Swaminathan, Ian Parker, Ghanim Ullah, and Angelo Demuro

2 Supplementary Information Text 1 CellSpecks: A Software for Automated Detection and Analysis of Calcium Channels in Live Cells Syed Islamuddin Shah, Martin Smith, Divya Swaminathan, Ian Parker, Ghanim Ullah, and Angelo Demuro A Comment on the Algorithm of CellSpecks For automated detection and analysis of hundreds, sometimes thousands of functional Ca 2+ channels imaged simultaneously at the single channel and millisecond resolution, we developed a Java-based fluorescent detection software called CellSpecks. Our goal is to ease the handling of a large data set, routinely generated during TIRFM, and facilitate the detection of channels with low open probability and brief open time, otherwise challenging and time consuming when done manually. CellSpecks opens files by using either the Bio-Formats library for Metamorph stack files (.stk movie file) or.tiff sequential image files. During the opening of the image files, the onedimensional data array produced by these libraries for each frame is converted into a twodimensional array and the resulting 2D frames are stored as a stack object in memory called Original stack. After cloning (copying) the Original stack, the program generates Blur (smooth), Noise, and Signal stacks (after performing noise-subtraction) as described in the main text. For each of these tasks, CellSpecks analyzes each pixel independently using its intensity values over time employing multithreading capability of java to speed up processing of the multi gigabyte stacks. We generate as many threads as there are pixels in a movie frame and the time trace of each pixel is processed by the thread allocated to it in order to perform various tasks including noise detection, signal isolation, and event detection and attribution. Three primary methods for managing efficient thread pooling were examined both experimentally in the context of the program and in a simulated benchmarking environment. We found that the CPU bound performance differences between the three methods (operation nesting, semaphore thread-count mediation, and JVM thread-count mediation) are less important than ensuring efficient RAM usage and using the solution that most resembles the problem. Channel Locations

3 After constructing a list of events, CellSpecks performs a series of steps to generate a list of channel locations. In order to locate channels, as a first pass, a two-dimensional image g(x, y) is generated after summing the intensity values of the Signal stack over time for each pixel and normalizing by the highest intensity value recorded over the entire stack. The local maxima of a pixel (x,y) with respect to a 2x2 neighboring grid in g(x, y) is interpreted as likely channel location and added to a list of temporary channel objects. At this stage channel objects have probable channel locations but no events associated with them. The map g(x, y ) is biased towards high fluorescence as some channel openings are brief or have small amplitudes, and it is possible that g(x, y) does not capture all channel locations. These remaining channels are included as explained below. We next use the Eventlist to dynamically link events to channel locations and using event position and intensity attributes revised and add channel locations to the channel object. This process takes into account that as the coordinates of a channel are dynamically generated from their constituent events, events early in the stack can determine location of channels to which nearby larger, later events may be assigned. The first part of this channel assignment procedure is to determine the nearest neighboring channel for each event. Events are linked to channels one by one, either to the closest known channel, if there exists one with which it overlaps, or to a new channel location which is then added to the channel list. Whether or not the event is added to the existing channels list depends on two criteria: The first criteria consists of a binary overlap verification that checks whether or not the coordinates of the event and channel in consideration when rounded to the nearest pixel in space are equal. Event locations are calculated from their constituent EventPartStack using a mean of the EventPartStack coordinates weighted by intensity, as given in Equation 1. e X = 2 ' % & ( & &40 & )*+ ( ( & ) & Є [0, 2] 2 ' & ( & &40)*+ (( & ) & Є [0, 2], (1) where X is the x-location of the event and x 6 is x-coordinate of the i th pixel of event e. I 6 and p 6 are the relative (obtained by sum of intensities over time divided by global maximum) and absolute intensities of the pixels in the event and P is the number of EventPartStacks for the event. The X coordinate for the location of a channel (C) is similarly calculated using a mean of the coordinates of the channel s constituent events weighted by each event s total intensity, as in Equation 2.

4 C X = ; < &40(: & (%) & (= & (>)) ) )*+ = & > & Є [0, ;] ; < & (= & (>)) &40 )*+ = & + & Є [0, ;]. (2) Where E is the number of events in the channel and e i (x) is calculated from equation 1 for i th event and v i (e i (x)) represents the total intensity of the i th event calculated as the sum of the intensity measured for all the pixels (P) constituting event e i in space and time, i.e. A v 6 e 6 ). (3) Equations equivalent to 1 and 2 are used to calculate the y coordinates e(y) of each event and C(y) of each channel respectively. The second criteria for event-channel association takes into account the relative intensity of event e at channel location C calculated as I D e(x, t), e(y, t), C(x), C(y) = OPQ ( IJKL= M4K(=N IJKL= 2 &40 G & (:,H) G & :,H M4K(=N & Є 0, 2 ), (4) where P is the total number of EventPartStacks that constitute event e, the numerator sums intensity of all EventPartStacks over the duration of an event and the denominator is the maximum summed intensity of a constituent EventPartStack. This relative intensity calculation is used to determine an overlap likelihood using the following equation: o e x, e y, C x, C(y) = G T :(%,U),:(V,U),H(%),H(V) H(%)W:(%) X H(V)W:(V). (5) If o e x, e y, C x, C(y) > 0.1, then event is added to channel C otherwise a new channel with current event is added in the channels list. This second approach is an arbitrary but consistent threshold: the relative intensity of an event at the center of the channel multiplied by the inverse of distance between the event and channel centers must be greater than 0.1. As the distance between the center of the channel and the center of the event must be at most 2, (opposite corners of the same pixel), this threshold limits the intensity of the event at the location of the channel center to at least ( a.b ) (or 14.1%) of the maximum intensity in that event. The b required relative intensity can be less than 14.1% if the distance between the channel and event centers are less than 2. But these centers are determined by an intensity weighted coordinate calculation anyway, so it is extremely unlikely that a relative intensity of less than 14.1% will occur, given that these coordinates are calculated at sub-pixel resolutions.

5 Finally, channels containing no events (those channels added using the weight array but found to not accurately represent real channel locations) are removed. At the end of this process, channel locations are adjusted (using equation 4) for the actual events they contain and any channels found to be within the same pixel are combined. Synthetic data set To validate the accuracy of the algorithm, we generated a synthetic data set of 50 channels randomly distributed on a grid of 128 x 128 pixels for a total duration of 2 seconds in a sequence of 1000 tiff images. We deliberately randomized the opening and closing of these channels as well as their open and close dwell-times to mimic experimental conditions and to test the robustness of CellSpecks. First, we randomly select the number of open events for each channel between 5 and 15. Second, open times for these events are randomly generated anywhere between 11 and 50 frames. To keep channel flux tractable, fluorescence of zero (intensity units) represents a closed channel whereas an open channel was assigned a fluorescence of 200 (in line with the frequently observed intensity values when the channel is open). To make the channel signal realistic, noise derived from normal distribution was superimposed on each channel s time-trace as well as all other pixels in the image frame. The mean and standard deviation was adjusted to give a signal-to-noise ratio ranging from 5 to 40. Also in line with experimental observations, fluorescence from an open channel s location is allowed to spread to the nearest neighbor pixels. The code generating this data is available from authors upon request.

6 Flowchart 1: Noise detection and subtraction algorithm.

7 Signal Stack - SS Initialize EventPartStack (for each pixel in space and time of SS) Link EventPartStack elements to non-zero intensity pixels (left, right, up, down, previous, and next links) Generate Eventlist by adding to it isolated blocks of EventPartStack (screen for small events with intensity < 50 or duration < 10 frames) Event location (e(x), e(y)) calculation (Eq. 1) Channel List with associated events Flowchart 2: Event detection and association of events with channels algorithm.

The KNIME Image Processing Extension User Manual (DRAFT )

The KNIME Image Processing Extension User Manual (DRAFT ) The KNIME Image Processing Extension User Manual (DRAFT ) Christian Dietz and Martin Horn February 6, 2014 1 Contents 1 Introduction 3 1.1 Installation............................ 3 2 Basic Concepts 4

More information

8.2 IMAGE PROCESSING VERSUS IMAGE ANALYSIS Image processing: The collection of routines and

8.2 IMAGE PROCESSING VERSUS IMAGE ANALYSIS Image processing: The collection of routines and 8.1 INTRODUCTION In this chapter, we will study and discuss some fundamental techniques for image processing and image analysis, with a few examples of routines developed for certain purposes. 8.2 IMAGE

More information

Fig Color spectrum seen by passing white light through a prism.

Fig Color spectrum seen by passing white light through a prism. 1. Explain about color fundamentals. Color of an object is determined by the nature of the light reflected from it. When a beam of sunlight passes through a glass prism, the emerging beam of light is not

More information

4th Grade Mathematics Mathematics CC

4th Grade Mathematics Mathematics CC Course Description In Grade 4, instructional time should focus on five critical areas: (1) attaining fluency with multi-digit multiplication, and developing understanding of dividing to find quotients

More information

A k-mean characteristic function to improve STA/LTA detection

A k-mean characteristic function to improve STA/LTA detection A k-mean characteristic function to improve STA/LTA detection Jubran Akram*,1, Daniel Peter 1, and David Eaton 2 1 King Abdullah University of Science and Technology (KAUST), Saudi Arabia 2 University

More information

Diocese of Erie Mathematics Curriculum Third Grade August 2012

Diocese of Erie Mathematics Curriculum Third Grade August 2012 Operations and Algebraic Thinking 3.OA Represent and solve problems involving multiplication and division 1 1. Interpret products of whole numbers. Interpret 5x7 as the total number of objects in 5 groups

More information

Image analysis. CS/CME/BIOPHYS/BMI 279 Fall 2015 Ron Dror

Image analysis. CS/CME/BIOPHYS/BMI 279 Fall 2015 Ron Dror Image analysis CS/CME/BIOPHYS/BMI 279 Fall 2015 Ron Dror A two- dimensional image can be described as a function of two variables f(x,y). For a grayscale image, the value of f(x,y) specifies the brightness

More information

Techniques for Generating Sudoku Instances

Techniques for Generating Sudoku Instances Chapter Techniques for Generating Sudoku Instances Overview Sudoku puzzles become worldwide popular among many players in different intellectual levels. In this chapter, we are going to discuss different

More information

TenMarks Curriculum Alignment Guide: EngageNY/Eureka Math, Grade 7

TenMarks Curriculum Alignment Guide: EngageNY/Eureka Math, Grade 7 EngageNY Module 1: Ratios and Proportional Relationships Topic A: Proportional Relationships Lesson 1 Lesson 2 Lesson 3 Understand equivalent ratios, rate, and unit rate related to a Understand proportional

More information

Optimization of Tile Sets for DNA Self- Assembly

Optimization of Tile Sets for DNA Self- Assembly Optimization of Tile Sets for DNA Self- Assembly Joel Gawarecki Department of Computer Science Simpson College Indianola, IA 50125 joel.gawarecki@my.simpson.edu Adam Smith Department of Computer Science

More information

Content Area: Mathematics- 3 rd Grade

Content Area: Mathematics- 3 rd Grade Unit: Operations and Algebraic Thinking Topic: Multiplication and Division Strategies Multiplication is grouping objects into sets which is a repeated form of addition. What are the different meanings

More information

Chapter 8 Traffic Channel Allocation

Chapter 8 Traffic Channel Allocation Chapter 8 Traffic Channel Allocation Prof. Chih-Cheng Tseng tsengcc@niu.edu.tw http://wcnlab.niu.edu.tw EE of NIU Chih-Cheng Tseng 1 Introduction What is channel allocation? It covers how a BS should assign

More information

Comparison between Open CV and MATLAB Performance in Real Time Applications MATLAB)

Comparison between Open CV and MATLAB Performance in Real Time Applications MATLAB) Anaz: Comparison between Open CV and MATLAB Performance in Real Time -- Comparison between Open CV and MATLAB Performance in Real Time Applications Ammar Sameer Anaz Diyaa Mehadi Faris ammar3303@gmail.com

More information

Reference Manual SPECTRUM. Signal Processing for Experimental Chemistry Teaching and Research / University of Maryland

Reference Manual SPECTRUM. Signal Processing for Experimental Chemistry Teaching and Research / University of Maryland Reference Manual SPECTRUM Signal Processing for Experimental Chemistry Teaching and Research / University of Maryland Version 1.1, Dec, 1990. 1988, 1989 T. C. O Haver The File Menu New Generates synthetic

More information

Digital Image Processing. Lecture # 3 Image Enhancement

Digital Image Processing. Lecture # 3 Image Enhancement Digital Image Processing Lecture # 3 Image Enhancement 1 Image Enhancement Image Enhancement 3 Image Enhancement 4 Image Enhancement Process an image so that the result is more suitable than the original

More information

1.Discuss the frequency domain techniques of image enhancement in detail.

1.Discuss the frequency domain techniques of image enhancement in detail. 1.Discuss the frequency domain techniques of image enhancement in detail. Enhancement In Frequency Domain: The frequency domain methods of image enhancement are based on convolution theorem. This is represented

More information

Voice Activity Detection

Voice Activity Detection Voice Activity Detection Speech Processing Tom Bäckström Aalto University October 2015 Introduction Voice activity detection (VAD) (or speech activity detection, or speech detection) refers to a class

More information

4 th Grade Curriculum Map

4 th Grade Curriculum Map 4 th Grade Curriculum Map 2017-18 MONTH UNIT/ CONTENT CORE GOALS/SKILLS STANDARDS WRITTEN ASSESSMENTS ROUTINES RESOURCES VOCABULARY September Chapter 1 8 days NUMBERS AND OPERATIONS IN BASE TEN WORKING

More information

7 th grade Math Standards Priority Standard (Bold) Supporting Standard (Regular)

7 th grade Math Standards Priority Standard (Bold) Supporting Standard (Regular) 7 th grade Math Standards Priority Standard (Bold) Supporting Standard (Regular) Unit #1 7.NS.1 Apply and extend previous understandings of addition and subtraction to add and subtract rational numbers;

More information

CS 229 Final Project: Using Reinforcement Learning to Play Othello

CS 229 Final Project: Using Reinforcement Learning to Play Othello CS 229 Final Project: Using Reinforcement Learning to Play Othello Kevin Fry Frank Zheng Xianming Li ID: kfry ID: fzheng ID: xmli 16 December 2016 Abstract We built an AI that learned to play Othello.

More information

Integrating Phased Array Path Planning with Intelligent Satellite Scheduling

Integrating Phased Array Path Planning with Intelligent Satellite Scheduling Integrating Phased Array Path Planning with Intelligent Satellite Scheduling Randy Jensen 1, Richard Stottler 2, David Breeden 3, Bart Presnell 4, and Kyle Mahan 5 Stottler Henke Associates, Inc., San

More information

IMAGE PROCESSING PROJECT REPORT NUCLEUS CLASIFICATION

IMAGE PROCESSING PROJECT REPORT NUCLEUS CLASIFICATION ABSTRACT : The Main agenda of this project is to segment and analyze the a stack of image, where it contains nucleus, nucleolus and heterochromatin. Find the volume, Density, Area and circularity of the

More information

GRADE 3 TEKS ALIGNMENT CHART

GRADE 3 TEKS ALIGNMENT CHART GRADE 3 TEKS ALIGNMENT CHART TEKS 3.2.A compose and decompose numbers up to,000 as the sum of so many ten thousands, so many thousands, so many hundreds, so many tens, and so many ones using objects, pictorial

More information

Grade 4 Mathematics Indiana Academic Standards Crosswalk

Grade 4 Mathematics Indiana Academic Standards Crosswalk Grade 4 Mathematics Indiana Academic Standards Crosswalk 2014 2015 The Process Standards demonstrate the ways in which students should develop conceptual understanding of mathematical content and the ways

More information

Combinational logic: Breadboard adders

Combinational logic: Breadboard adders ! ENEE 245: Digital Circuits & Systems Lab Lab 1 Combinational logic: Breadboard adders ENEE 245: Digital Circuits and Systems Laboratory Lab 1 Objectives The objectives of this laboratory are the following:

More information

Mathematics Expectations Page 1 Grade 04

Mathematics Expectations Page 1 Grade 04 Mathematics Expectations Page 1 Problem Solving Mathematical Process Expectations 4m1 develop, select, and apply problem-solving strategies as they pose and solve problems and conduct investigations, to

More information

Digital Image Processing 3/e

Digital Image Processing 3/e Laboratory Projects for Digital Image Processing 3/e by Gonzalez and Woods 2008 Prentice Hall Upper Saddle River, NJ 07458 USA www.imageprocessingplace.com The following sample laboratory projects are

More information

Designing Information Devices and Systems I Fall 2016 Babak Ayazifar, Vladimir Stojanovic Homework 11

Designing Information Devices and Systems I Fall 2016 Babak Ayazifar, Vladimir Stojanovic Homework 11 EECS 16A Designing Information Devices and Systems I Fall 2016 Babak Ayazifar, Vladimir Stojanovic Homework 11 This homework is due Nov 15, 2016, at 1PM. 1. Homework process and study group Who else did

More information

EFFECTS OF PHASE AND AMPLITUDE ERRORS ON QAM SYSTEMS WITH ERROR- CONTROL CODING AND SOFT DECISION DECODING

EFFECTS OF PHASE AND AMPLITUDE ERRORS ON QAM SYSTEMS WITH ERROR- CONTROL CODING AND SOFT DECISION DECODING Clemson University TigerPrints All Theses Theses 8-2009 EFFECTS OF PHASE AND AMPLITUDE ERRORS ON QAM SYSTEMS WITH ERROR- CONTROL CODING AND SOFT DECISION DECODING Jason Ellis Clemson University, jellis@clemson.edu

More information

For more information on the Common Core State Standards, visit Beast Academy Grade 4 Chapters 1-12:

For more information on the Common Core State Standards, visit   Beast Academy Grade 4 Chapters 1-12: Beast Academy Scope and Sequence for Grade 4 (books 4A through 4D). The content covered in Beast Academy Grade 4 is loosely based on the standards created by the Common Core State Standards Initiative.

More information

COS 126 Atomic Theory of Matter

COS 126 Atomic Theory of Matter COS 126 Atomic Theory of Matter Goal of the Assignment Calculate Avogadro s number Using Einstein s equations Using fluorescent imaging Input data Sequence of images Each image is a rectangle of pixels

More information

Filters. Materials from Prof. Klaus Mueller

Filters. Materials from Prof. Klaus Mueller Filters Materials from Prof. Klaus Mueller Think More about Pixels What exactly a pixel is in an image or on the screen? Solid square? This cannot be implemented A dot? Yes, but size matters Pixel Dots

More information

NEW HIERARCHICAL NOISE REDUCTION 1

NEW HIERARCHICAL NOISE REDUCTION 1 NEW HIERARCHICAL NOISE REDUCTION 1 Hou-Yo Shen ( 沈顥祐 ), 1 Chou-Shann Fuh ( 傅楸善 ) 1 Graduate Institute of Computer Science and Information Engineering, National Taiwan University E-mail: kalababygi@gmail.com

More information

Analysis of Microprocessor Based Protective Relay s (MBPR) Differential Equation Algorithms

Analysis of Microprocessor Based Protective Relay s (MBPR) Differential Equation Algorithms WWWJOURNALOFCOMPUTINGORG 21 Analysis of Microprocessor Based Protective Relay s (MBPR) Differential Equation Algorithms Bruno Osorno Abstract This paper analyses and explains from the systems point of

More information

Third Grade Mathematics Scope and Sequence

Third Grade Mathematics Scope and Sequence Third Grade Mathematics Scope and Sequence Quarter 1 Domain Operations & Algebraic Thinking Numbers & Operation in Base Ten Standard 3.OA.1 Interpret products of whole numbers, e.g., interpret 5 x 7 as

More information

Second Quarter Benchmark Expectations for Units 3 and 4. Represent multiplication as equal groups with arrays.

Second Quarter Benchmark Expectations for Units 3 and 4. Represent multiplication as equal groups with arrays. Mastery Expectations For the Third Grade Curriculum In Third Grade, Everyday Mathematics focuses on procedures, concepts, and s in four critical areas: Understanding of division and strategies within 100.

More information

Comparison Between Scrambled and X-Y Crosswire Readout Techniques

Comparison Between Scrambled and X-Y Crosswire Readout Techniques Comparison Between Scrambled and X-Y Crosswire When reading out a large number of detector elements, such as a multipixel SPM array, it is often desirable to use some form of multiplexing in order to reduce

More information

4 th Grade Mathematics Learning Targets By Unit

4 th Grade Mathematics Learning Targets By Unit INSTRUCTIONAL UNIT UNIT 1: WORKING WITH WHOLE NUMBERS UNIT 2: ESTIMATION AND NUMBER THEORY PSSA ELIGIBLE CONTENT M04.A-T.1.1.1 Demonstrate an understanding that in a multi-digit whole number (through 1,000,000),

More information

NOTES: SIGNED INTEGERS DAY 1

NOTES: SIGNED INTEGERS DAY 1 NOTES: SIGNED INTEGERS DAY 1 MULTIPLYING and DIVIDING: Same Signs (POSITIVE) + + = + positive x positive = positive = + negative x negative = positive Different Signs (NEGATIVE) + = positive x negative

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

Math Mammoth Grade 4. Class Description:

Math Mammoth Grade 4. Class Description: Math Mammoth Grade 4 Class Description: In the fourth grade, students focus on multi-digit multiplication and division, and a start to studying fractions and decimals, accompanied by studies in geometry

More information

Image analysis. CS/CME/BioE/Biophys/BMI 279 Oct. 31 and Nov. 2, 2017 Ron Dror

Image analysis. CS/CME/BioE/Biophys/BMI 279 Oct. 31 and Nov. 2, 2017 Ron Dror Image analysis CS/CME/BioE/Biophys/BMI 279 Oct. 31 and Nov. 2, 2017 Ron Dror 1 Outline Images in molecular and cellular biology Reducing image noise Mean and Gaussian filters Frequency domain interpretation

More information

Aesthetically Pleasing Azulejo Patterns

Aesthetically Pleasing Azulejo Patterns Bridges 2009: Mathematics, Music, Art, Architecture, Culture Aesthetically Pleasing Azulejo Patterns Russell Jay Hendel Mathematics Department, Room 312 Towson University 7800 York Road Towson, MD, 21252,

More information

Focus on Mathematics

Focus on Mathematics Focus on Mathematics Year 4 Pre-Learning Tasks Number Pre-learning tasks are used at the start of each new topic in Maths. The children are grouped after the pre-learning task is marked to ensure the work

More information

MILITARY PRODUCTION MINISTRY Training Sector. Using and Interpreting Information. Lecture 6. Flow Charts.

MILITARY PRODUCTION MINISTRY Training Sector. Using and Interpreting Information. Lecture 6. Flow Charts. MILITARY PRODUCTION MINISTRY Training Sector Using and Interpreting Information Lecture 6 Saturday, March 19, 2011 2 What is the Flow Chart? The flow chart is a graphical or symbolic representation of

More information

The bottom number in the fraction is called the denominator. The top number is called the numerator.

The bottom number in the fraction is called the denominator. The top number is called the numerator. For Topics 8 and 9, the students should know: Fractions are a part of a whole. The bottom number in the fraction is called the denominator. The top number is called the numerator. Equivalent fractions

More information

Image analysis. CS/CME/BioE/Biophys/BMI 279 Oct. 31 and Nov. 2, 2017 Ron Dror

Image analysis. CS/CME/BioE/Biophys/BMI 279 Oct. 31 and Nov. 2, 2017 Ron Dror Image analysis CS/CME/BioE/Biophys/BMI 279 Oct. 31 and Nov. 2, 2017 Ron Dror 1 Outline Images in molecular and cellular biology Reducing image noise Mean and Gaussian filters Frequency domain interpretation

More information

Project One Report. Sonesh Patel Data Structures

Project One Report. Sonesh Patel Data Structures Project One Report Sonesh Patel 09.06.2018 Data Structures ASSIGNMENT OVERVIEW In programming assignment one, we were required to manipulate images to create a variety of different effects. The focus of

More information

Fast Placement Optimization of Power Supply Pads

Fast Placement Optimization of Power Supply Pads Fast Placement Optimization of Power Supply Pads Yu Zhong Martin D. F. Wong Dept. of Electrical and Computer Engineering Dept. of Electrical and Computer Engineering Univ. of Illinois at Urbana-Champaign

More information

System and method for subtracting dark noise from an image using an estimated dark noise scale factor

System and method for subtracting dark noise from an image using an estimated dark noise scale factor Page 1 of 10 ( 5 of 32 ) United States Patent Application 20060256215 Kind Code A1 Zhang; Xuemei ; et al. November 16, 2006 System and method for subtracting dark noise from an image using an estimated

More information

Design of Temporally Dithered Codes for Increased Depth of Field in Structured Light Systems

Design of Temporally Dithered Codes for Increased Depth of Field in Structured Light Systems Design of Temporally Dithered Codes for Increased Depth of Field in Structured Light Systems Ricardo R. Garcia University of California, Berkeley Berkeley, CA rrgarcia@eecs.berkeley.edu Abstract In recent

More information

STEM Spectrum Imaging Tutorial

STEM Spectrum Imaging Tutorial STEM Spectrum Imaging Tutorial Gatan, Inc. 5933 Coronado Lane, Pleasanton, CA 94588 Tel: (925) 463-0200 Fax: (925) 463-0204 April 2001 Contents 1 Introduction 1.1 What is Spectrum Imaging? 2 Hardware 3

More information

Digital Image Watermarking by Spread Spectrum method

Digital Image Watermarking by Spread Spectrum method Digital Image Watermarking by Spread Spectrum method Andreja Samčovi ović Faculty of Transport and Traffic Engineering University of Belgrade, Serbia Belgrade, november 2014. I Spread Spectrum Techniques

More information

Organizing Gray Code States for Maximum Error Tolerance

Organizing Gray Code States for Maximum Error Tolerance Organizing Gray Code States for Maximum Error Tolerance NICHOLAS HARKIOLAKIS School of Electrical and Computer Engineering National Technical University of Athens 9 Iroon Politechniou St., 57 8 Athens

More information

4th Grade Emphasis Standards

4th Grade Emphasis Standards PARCC Emphasis Standards References Module(s) Tested (Max. 2) Module(s) Taught NOT Tested (No Max.) NUMBER AND OPERATIONS IN BASE TEN OA 4.OA.1 4.OA.1 (A) 4.OA.1 (B) 4.OA.2 4.OA.2 (A) 4.OA.2 (B) Use the

More information

An ordered collection of counters in rows or columns, showing multiplication facts.

An ordered collection of counters in rows or columns, showing multiplication facts. Addend A number which is added to another number. Addition When a set of numbers are added together. E.g. 5 + 3 or 6 + 2 + 4 The answer is called the sum or the total and is shown by the equals sign (=)

More information

Standards for Mathematical Practice

Standards for Mathematical Practice Common Core State Standards Mathematics Student: Teacher: 1. Make sense of problems and persevere in solving them. 2. Reason abstractly and quantitatively Standards for Mathematical Practice 3. Construct

More information

CoE4TN4 Image Processing. Chapter 3: Intensity Transformation and Spatial Filtering

CoE4TN4 Image Processing. Chapter 3: Intensity Transformation and Spatial Filtering CoE4TN4 Image Processing Chapter 3: Intensity Transformation and Spatial Filtering Image Enhancement Enhancement techniques: to process an image so that the result is more suitable than the original image

More information

ELECTRONICS ADVANCED SUPPLEMENTARY LEVEL

ELECTRONICS ADVANCED SUPPLEMENTARY LEVEL ELECTRONICS ADVANCED SUPPLEMENTARY LEVEL AIMS The general aims of the subject are : 1. to foster an interest in and an enjoyment of electronics as a practical and intellectual discipline; 2. to develop

More information

MRI Grid. The MRI Grid is a tool in MRI Cell Image Analyzer, that can be used to associate measurements with labeled positions on a board.

MRI Grid. The MRI Grid is a tool in MRI Cell Image Analyzer, that can be used to associate measurements with labeled positions on a board. Abstract The is a tool in MRI Cell Image Analyzer, that can be used to associate measurements with labeled positions on a board. Illustration 2: A grid on a binary image. Illustration 1: The interface

More information

Flux Calibration Monitoring: WFC3/IR G102 and G141 Grisms

Flux Calibration Monitoring: WFC3/IR G102 and G141 Grisms Instrument Science Report WFC3 2014-01 Flux Calibration Monitoring: WFC3/IR and Grisms Janice C. Lee, Norbert Pirzkal, Bryan Hilbert January 24, 2014 ABSTRACT As part of the regular WFC3 flux calibration

More information

DIGITAL IMAGE PROCESSING Quiz exercises preparation for the midterm exam

DIGITAL IMAGE PROCESSING Quiz exercises preparation for the midterm exam DIGITAL IMAGE PROCESSING Quiz exercises preparation for the midterm exam In the following set of questions, there are, possibly, multiple correct answers (1, 2, 3 or 4). Mark the answers you consider correct.

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

Computational Complexity of Multiuser. Receivers in DS-CDMA Systems. Syed Rizvi. Department of Electrical & Computer Engineering

Computational Complexity of Multiuser. Receivers in DS-CDMA Systems. Syed Rizvi. Department of Electrical & Computer Engineering Computational Complexity of Multiuser Receivers in DS-CDMA Systems Digital Signal Processing (DSP)-I Fall 2004 By Syed Rizvi Department of Electrical & Computer Engineering Old Dominion University Outline

More information

ThermaViz. Operating Manual. The Innovative Two-Wavelength Imaging Pyrometer

ThermaViz. Operating Manual. The Innovative Two-Wavelength Imaging Pyrometer ThermaViz The Innovative Two-Wavelength Imaging Pyrometer Operating Manual The integration of advanced optical diagnostics and intelligent materials processing for temperature measurement and process control.

More information

Chapter 17. Shape-Based Operations

Chapter 17. Shape-Based Operations Chapter 17 Shape-Based Operations An shape-based operation identifies or acts on groups of pixels that belong to the same object or image component. We have already seen how components may be identified

More information

MATHEMATICS ON THE CHESSBOARD

MATHEMATICS ON THE CHESSBOARD MATHEMATICS ON THE CHESSBOARD Problem 1. Consider a 8 8 chessboard and remove two diametrically opposite corner unit squares. Is it possible to cover (without overlapping) the remaining 62 unit squares

More information

Visual Search using Principal Component Analysis

Visual Search using Principal Component Analysis Visual Search using Principal Component Analysis Project Report Umesh Rajashekar EE381K - Multidimensional Digital Signal Processing FALL 2000 The University of Texas at Austin Abstract The development

More information

GRADE LEVEL: FOURTH GRADE SUBJECT: MATH DATE: Read (in standard form) whole numbers. whole numbers Equivalent Whole Numbers

GRADE LEVEL: FOURTH GRADE SUBJECT: MATH DATE: Read (in standard form) whole numbers. whole numbers Equivalent Whole Numbers CRAWFORDSVILLE COMMUNITY SCHOOL CORPORATION 1 GRADE LEVEL: FOURTH GRADE SUBJECT: MATH DATE: 2019 2020 GRADING PERIOD: QUARTER 1 MASTER COPY 1 20 19 NUMBER SENSE Whole Numbers 4.NS.1: Read and write whole

More information

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC ROBOT VISION Dr.M.Madhavi, MED, MVSREC Robotic vision may be defined as the process of acquiring and extracting information from images of 3-D world. Robotic vision is primarily targeted at manipulation

More information

Math + 4 (Red) SEMESTER 1. { Pg. 1 } Unit 1: Whole Number Sense. Unit 2: Whole Number Operations. Unit 3: Applications of Operations

Math + 4 (Red) SEMESTER 1.  { Pg. 1 } Unit 1: Whole Number Sense. Unit 2: Whole Number Operations. Unit 3: Applications of Operations Math + 4 (Red) This research-based course focuses on computational fluency, conceptual understanding, and problem-solving. The engaging course features new graphics, learning tools, and games; adaptive

More information

Image Classification (Decision Rules and Classification)

Image Classification (Decision Rules and Classification) Exercise #5D Image Classification (Decision Rules and Classification) Objective Choose how pixels will be allocated to classes Learn how to evaluate the classification Once signatures have been defined

More information

G51PGP: Software Paradigms. Object Oriented Coursework 4

G51PGP: Software Paradigms. Object Oriented Coursework 4 G51PGP: Software Paradigms Object Oriented Coursework 4 You must complete this coursework on your own, rather than working with anybody else. To complete the coursework you must create a working two-player

More information

Checkerboard Tracker for Camera Calibration. Andrew DeKelaita EE368

Checkerboard Tracker for Camera Calibration. Andrew DeKelaita EE368 Checkerboard Tracker for Camera Calibration Abstract Andrew DeKelaita EE368 The checkerboard extraction process is an important pre-preprocessing step in camera calibration. This project attempts to implement

More information

CHAPTER 4 FIELD PROGRAMMABLE GATE ARRAY IMPLEMENTATION OF FIVE LEVEL CASCADED MULTILEVEL INVERTER

CHAPTER 4 FIELD PROGRAMMABLE GATE ARRAY IMPLEMENTATION OF FIVE LEVEL CASCADED MULTILEVEL INVERTER 87 CHAPTER 4 FIELD PROGRAMMABLE GATE ARRAY IMPLEMENTATION OF FIVE LEVEL CASCADED MULTILEVEL INVERTER 4.1 INTRODUCTION The Field Programmable Gate Array (FPGA) is a high performance data processing general

More information

NSCAS - Math Table of Specifications

NSCAS - Math Table of Specifications NSCAS - Math Table of Specifications MA 3. MA 3.. NUMBER: Students will communicate number sense concepts using multiple representations to reason, solve problems, and make connections within mathematics

More information

TDI2131 Digital Image Processing

TDI2131 Digital Image Processing TDI2131 Digital Image Processing Image Enhancement in Spatial Domain Lecture 3 John See Faculty of Information Technology Multimedia University Some portions of content adapted from Zhu Liu, AT&T Labs.

More information

CC Geometry H Aim #3: How do we rotate points 90 degrees on the coordinate plane? Do Now:

CC Geometry H Aim #3: How do we rotate points 90 degrees on the coordinate plane? Do Now: CC Geometry H Aim #3: How do we rotate points 90 degrees on the coordinate plane? Do Now: 1. a. Write the equation of the line that has a slope of m = and passes through the point (0, 3). Graph this equation

More information

Image processing for gesture recognition: from theory to practice. Michela Goffredo University Roma TRE

Image processing for gesture recognition: from theory to practice. Michela Goffredo University Roma TRE Image processing for gesture recognition: from theory to practice 2 Michela Goffredo University Roma TRE goffredo@uniroma3.it Image processing At this point we have all of the basics at our disposal. We

More information

Patterns in Fractions

Patterns in Fractions Comparing Fractions using Creature Capture Patterns in Fractions Lesson time: 25-45 Minutes Lesson Overview Students will explore the nature of fractions through playing the game: Creature Capture. They

More information

UNIT-IV Combinational Logic

UNIT-IV Combinational Logic UNIT-IV Combinational Logic Introduction: The signals are usually represented by discrete bands of analog levels in digital electronic circuits or digital electronics instead of continuous ranges represented

More information

Background Dirty Paper Coding Codeword Binning Code construction Remaining problems. Information Hiding. Phil Regalia

Background Dirty Paper Coding Codeword Binning Code construction Remaining problems. Information Hiding. Phil Regalia Information Hiding Phil Regalia Department of Electrical Engineering and Computer Science Catholic University of America Washington, DC 20064 regalia@cua.edu Baltimore IEEE Signal Processing Society Chapter,

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Lecture # 5 Image Enhancement in Spatial Domain- I ALI JAVED Lecturer SOFTWARE ENGINEERING DEPARTMENT U.E.T TAXILA Email:: ali.javed@uettaxila.edu.pk Office Room #:: 7 Presentation

More information

An improved strategy for solving Sudoku by sparse optimization methods

An improved strategy for solving Sudoku by sparse optimization methods An improved strategy for solving Sudoku by sparse optimization methods Yuchao Tang, Zhenggang Wu 2, Chuanxi Zhu. Department of Mathematics, Nanchang University, Nanchang 33003, P.R. China 2. School of

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

Computer Vision. Non linear filters. 25 August Copyright by NHL Hogeschool and Van de Loosdrecht Machine Vision BV All rights reserved

Computer Vision. Non linear filters. 25 August Copyright by NHL Hogeschool and Van de Loosdrecht Machine Vision BV All rights reserved Computer Vision Non linear filters 25 August 2014 Copyright 2001 2014 by NHL Hogeschool and Van de Loosdrecht Machine Vision BV All rights reserved j.van.de.loosdrecht@nhl.nl, jaap@vdlmv.nl Non linear

More information

prf_estimate.pl David Makovoz, 10/15/04 Table of Contents

prf_estimate.pl David Makovoz, 10/15/04 Table of Contents prf_estimate.pl 1 prf_estimate.pl David Makovoz, 10/15/04 Table of Contents prf_estimate.pl... 1 1 Overview... Input....1 Input Data.... Namelist Configuration file... 3.3 Quality Control Mask Images...

More information

Monrovia School District Grade Five Common Core Math Pacing

Monrovia School District Grade Five Common Core Math Pacing Trimester 2 retest (optional) November 27 Monrovia School District Grade Five ommon ore Math acing 2017-2018 Trimester 2 retest Exam Use the information as an additional pacing tool to guide instruction.

More information

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods 19 An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods T.Arunachalam* Post Graduate Student, P.G. Dept. of Computer Science, Govt Arts College, Melur - 625 106 Email-Arunac682@gmail.com

More information

Frequency Hopping Pattern Recognition Algorithms for Wireless Sensor Networks

Frequency Hopping Pattern Recognition Algorithms for Wireless Sensor Networks Frequency Hopping Pattern Recognition Algorithms for Wireless Sensor Networks Min Song, Trent Allison Department of Electrical and Computer Engineering Old Dominion University Norfolk, VA 23529, USA Abstract

More information

Non Linear Image Enhancement

Non Linear Image Enhancement Non Linear Image Enhancement SAIYAM TAKKAR Jaypee University of information technology, 2013 SIMANDEEP SINGH Jaypee University of information technology, 2013 Abstract An image enhancement algorithm based

More information

Second Quarter Benchmark Expectations for Units 3 and 4

Second Quarter Benchmark Expectations for Units 3 and 4 Mastery Expectations For the Fourth Grade Curriculum In Fourth Grade, Everyday Mathematics focuses on procedures, concepts, and s in three critical areas: Understanding and fluency with multi-digit multiplication,

More information

WFC3 TV3 Testing: IR Channel Nonlinearity Correction

WFC3 TV3 Testing: IR Channel Nonlinearity Correction Instrument Science Report WFC3 2008-39 WFC3 TV3 Testing: IR Channel Nonlinearity Correction B. Hilbert 2 June 2009 ABSTRACT Using data taken during WFC3's Thermal Vacuum 3 (TV3) testing campaign, we have

More information

Locating Molecules Using GSD Technology Project Folders: Organization of Experiment Files...1

Locating Molecules Using GSD Technology Project Folders: Organization of Experiment Files...1 .....................................1 1 Project Folders: Organization of Experiment Files.................................1 2 Steps........................................................................2

More information

Analysis of Data Chemistry 838

Analysis of Data Chemistry 838 Chemistry 838 Thomas V. Atkinson, Ph.D. Senior Academic Specialist Department of Chemistry Michigan State University East Lansing, MI 4884 TABLE OF CONTENTS TABLE OF CONTENTS...1 TABLE OF TABLES...1 TABLE

More information

Winner-Take-All Networks with Lateral Excitation

Winner-Take-All Networks with Lateral Excitation Analog Integrated Circuits and Signal Processing, 13, 185 193 (1997) c 1997 Kluwer Academic Publishers, Boston. Manufactured in The Netherlands. Winner-Take-All Networks with Lateral Excitation GIACOMO

More information

STRATEGY AND COMPLEXITY OF THE GAME OF SQUARES

STRATEGY AND COMPLEXITY OF THE GAME OF SQUARES STRATEGY AND COMPLEXITY OF THE GAME OF SQUARES FLORIAN BREUER and JOHN MICHAEL ROBSON Abstract We introduce a game called Squares where the single player is presented with a pattern of black and white

More information

Math 259 Winter Recitation Handout 6: Limits in Two Dimensions

Math 259 Winter Recitation Handout 6: Limits in Two Dimensions Math 259 Winter 2009 Recitation Handout 6: its in Two Dimensions As we have discussed in lecture, investigating the behavior of functions with two variables, f(x, y), can be more difficult than functions

More information

Patterns, Functions & Algebra

Patterns, Functions & Algebra Patterns, Functions & Algebra A B A B Y=x +30-(x-2) X=2(y +5) Vocabulary List Patterns, Relations and Functions Equation- an equation is a mathematical statement, in symbols, that two things are the same

More information

Real- Time Computer Vision and Robotics Using Analog VLSI Circuits

Real- Time Computer Vision and Robotics Using Analog VLSI Circuits 750 Koch, Bair, Harris, Horiuchi, Hsu and Luo Real- Time Computer Vision and Robotics Using Analog VLSI Circuits Christof Koch Wyeth Bair John. Harris Timothy Horiuchi Andrew Hsu Jin Luo Computation and

More information