Blood Vessel Detection in Images from Laser-Heated Skin

Size: px
Start display at page:

Download "Blood Vessel Detection in Images from Laser-Heated Skin"

Transcription

1 Blood Vessel Detection in Images from Laser-Heated Skin Abstract Alireza Kavianpour, Simin Shoari, Behdad Kavianpour CEIS Dept. DeVry University, Pomona, CA A computer method for recognizing blood vessels in an image constructed by infrared tomography is proposed. Blood vessels detection is important for efficient clinical treatment of a patient. A blood vessel can be model as a block in an image and hence block detection algorithm is applied on an image constructed by infrared tomography. The approach is based on the parallel calculation on hypercube. Hypercube architecture of dimension n is fine-grain architecture with 2 n processors each holding a single pixel of the image. The hypercube operates in an SIMD mode. Two algorithms for computing blocks are explained. Key Words: Block detection, blood vessel, hypercube, image processing, and parallel processing. 1 Introduction Three dimensional reconstructions of the blood vessels in an image taken from part of skin by infrared tomography is an important clinical problem. For example efficient clinical results for laser therapy is based on the selection of proper pulse durations of laser [1,2,3,9] Milner et al. [7] have shown that for efficient treatment of Port of Wine Stain (PWS) (patients with birth's mark), or removing tattoos, laser pulse durations should be approximately equal to the thermal relaxation times of the targeted PWS blood vessels. In this paper we utilize an infrared detector to measure temperature changes induced in a skin exposed to laser radiation. Heat generated due to light absorption by skin diffuses to the surface and results in increased infrared radiation emission levels. By collecting and concentrating the emitted radiation on to an infrared detector, useful information regarding the tested skin will be derived and will be used for blood vessels detection. Vessel diameter varies greatly from patient to patient and even from site to site in one patient. The value of thermal relaxation times, tau_r, is directly proportional to the square of the diameter (d) of the tested vessel and inversely proportional to the thermal diffusivity of skin, tau_r =d^2/16chi where chi is thermal diffusivity of skin (0.9x10-3 cm 2 /s). The Beckman Laser Institute and Medical Clinic in Irvine, California has a laser that user can specify pulse duration over the range of msec. With such a laser, proper selection of pulse duration of laser exposure for patients is important. In this paper we model blood vessels as blocks and hence block detection algorithm will be used. 2 Experimental Results All the experimental data used in this paper have been accomplished at The Beckman Laser Institute and Medical Clinic. In this center a 0.45 msec pulsed laser source (lambda = 585) with adjustable pulse durations is available. A high-speed Infrared Focal Plane (IR-FPA) camera system takes image of individual laser heated blood vessels. This camera acquires 217 infrared emission frames per second. The infrared signals collected by each detector element are digitized by 3.5 MHZ, 12-bit A/D converter and results are stored in computer. Figure 1 represents infrared tomography instruments. Figure 1 Infrared Radiometery instrumentation

2 Each frame has 128x128 pixels. Infrared tomography uses a fast infrared focal plane array to detect temperature rises in a substrate induced by pulse radiation. In practice, a pulsed laser is used to produce transient heating of the object under study. The temperature rise, due to the optical absorption of the pulse laser light, creates an increase in infrared emission which is measured by a fast IR-FPA. If a pulse laser source is used to irradiate the skin, an immediate increase in infrared emission will occur due to optical absorption by hemoglobin contained within the blood vessels. An Infrared tomography record of a skin in response to pulsed laser exposure is composed of a sequence of infrared emission frames that indicate localized heating of blood vessels in tested skin. The value of each pixel is presented by P(x,y,t), where x,y are coordinates and t is the measured time sequence. Sample rate is 217 frames per second. 3 Block Detection Algorithm In this section we present an algorithm for detecting connected black pixels. The input to this algorithm is n by n binary pixels. Connectivity among pixels can be defined in terms of their adjacency. Two black pixels (x 1, y 1 ) and (x 2, y 2 ) are 8-neighbor if: Max{ x 1 -x 2, y 1 -y 2 }<=1 and 4-neighbor if: x 1 -x 2 + y 1 -y 2 <= 1 Two black pixels (x 1, y 1 ) and (x k, y k ) are said to connected by 8-path (4-path) if there exists a sequence of black pixels (x p, y p ), 2<= p<=k, such that each pair of pixels (x p-1, y p-1 ) and (x p, y p ) are 8- neighbors (4-neighbors). A maximal connected region of black pixels is called a connected block. We assume a block represents a blood vessel. In this paper we use 8-neighbors method. 3.1 Depth calculation of vessels In this section depth of a vessel z will be calculated. Assume P is a set of pixels indicating vessel V. From 150 frames a curve indicating the relation between temperature change and time will be drawn. The time difference between initial jump and maximum point of this curve is called delayed thermal peak t d.using the equation z=sqrt{4chi t d }, depth of a the vessel V will be calculated, where chi is thermal diffusivity of skin 0.9x10^-3 cm^2/s. 4 Hypercube Architecture Hypercube multi-computer systems have become a subject of considerable interest to the system designers faced with challenging applications. An n-dimensional hypercube multicomputer system, or an n-cub for short, contains 2 n processors each of which is a self-contained computer with its own local memory. Each processor is assigned a unique n-bit address. Two processors are linked if and only if their addresses differ in exactly one bit position. Therefore, each processor has direct communication links to n other processors [4,5,6]. A hypercube computer with the dimension n is Single Instruction Multiple Data ( SIMD) machine. All of the processing elements in the hypercube operate in a strict SIMD mode under the direct control of a single node. Each processing element has its own memory and all of the communication links are bidirectional. The hypercube topology has been proposed as architecture for high-speed image processing where its simple geometry adapts naturally to many types of problems. 5 Simulation Program Application software called Application Visualization System (AVS) is used to process input images. Input images consist of 150 frames. The first few frames and several of last frames will not be used for processing since the early frames are totally black and last frames are white. In order to get better images with less blur and noise, longitudinal inversion algorithm is used. The new gray-level images are transforming into black and white (binary) images. 5.1 Network on AVS: To implement algorithms on binary images a network on AVS with following blocks are defined: File Description: This file reads 150 frames of input images each of size 128x128. Orthogonal Slicer: By setting a parameter one of the 150 images is selected. Crop: This file trims borders of selected image.

3 Clamp and Contrast: This file changes the graylevel image to black and white or binary images. The format of new image has been changed in order to be readable by processing program. White Image: Stores the image file on the disk. 5.2 Processing Program: The simulation program for detecting blocks was written in C language. Figures 2 and 3 illustrate the result of block detection algorithm on a binary images. (b) Frame 1 (a) Raw image Frame 4 Figure 2. Different frames from 3D tomographic CAM image

4 Table 2 Results of simulation for block detection algorithm for block B 5 Table 3 Results of simulation for block detection algorithm for block B i Figure 3. Detected blocks in frame 1 Table 1 illustrates the computer simulation results for 128x128 size binary images using Block Detection Algorithm for frame number nine. Table 2 illustrates the computer simulation results for 128x128 size binary images using Block Detection Algorithm for block number B 5. Table 3 illustrates the computer simulation results for 128x128 size binary images using Block Detection Algorithm for Different blocks. Table 1 Results of simulation for block detection algorithm for frame #9 6 Summary In this paper blood vessels are model as blocks. Parallel algorithms for detecting blood vessel on hypercube architecture are described. The result of simulation proves the usefulness of block detection algorithms in image processing and pattern recognition. 7 References [1] Elisa R, Renzo P Retianl Blood Vessel Segmentation Using Line Operators and Support Vector IEEE Trans Medical imaging, 26: , 2007 [2] M. Bern, Laser Surgery," Scientific American, pp , June 1991

5 [3] G. Bongiovanni, C. Guerra, and S. Levialdi, Computing the Hough Transform on a Pyramid Architecture," Machine Vision and Applications, vol. 3(2), pp , 1990 [4] A. Kavianpour, and N. Bagherzadeh, Circle Detection in Black and White Images, ''Patent pending, UC Case no , 1991 [5] A. Kavianpour, and N. Bagherzadeh, Finding Circular Shapes in an Image on a Pyramid Architecture, ''Pattern Recognition Letters, vol. 13, no. 12, pp , December 1992 [6] A. Kavianpour, and N. Bagherzadeh, Parallel Line Detection for Image Processing on a Pyramid Architecture'' Journal of Pattern Recognition and Artificial Intelligence} vol. 8, no. 1, pp , 1994 [8] S. Kime, L. O. Svaasand, M. H. Wilson, M. J. Schell, T. E. Milner, S. Nelson, and M. W. Berns Differential Vascular Response to Laser Photo thrombolysis, "The Journal of Investigative Dermatology vol. 103, no. 5, pp , 1994 [9] Cemil Kirbas and Francis Quek A Review of Vessel Extraction Techniques and Algorithms Vision Interfaces and Systems Laboratory (VISLab), Department of Computer Science and Engineering,Wright State University, Dayton, Ohio, January 2003 [10] Bankhead P, Scholfield CN, McGeown JG, Curtis TM Fast Retinal Vessel Detection and Measurement Using Wavelets and Edge Location Refinement. PLoS ONE 7(3): e doi: /journal.pone , 2012 [7] T. E. Milner, B. Anvari, S. Nelson, B. S. Tanenbaum, and L. O. Saasand Imaging Laser-Heated Cutaneous Chromospheres," OSA Preceding on Advanced in Optical Imagining and Photon Migration vol. 21 pp , 1994

Exercise questions for Machine vision

Exercise questions for Machine vision Exercise questions for Machine vision This is a collection of exercise questions. These questions are all examination alike which means that similar questions may appear at the written exam. I ve divided

More information

HIGH RESOLUTION COMPUTERIZED TOMOGRAPHY SYSTEM USING AN IMAGING PLATE

HIGH RESOLUTION COMPUTERIZED TOMOGRAPHY SYSTEM USING AN IMAGING PLATE HIGH RESOLUTION COMPUTERIZED TOMOGRAPHY SYSTEM USING AN IMAGING PLATE Takeyuki Hashimoto 1), Morio Onoe 2), Hiroshi Nakamura 3), Tamon Inouye 4), Hiromichi Jumonji 5), Iwao Takahashi 6); 1)Yokohama Soei

More information

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation Sensors & Transducers, Vol. 6, Issue 2, December 203, pp. 53-58 Sensors & Transducers 203 by IFSA http://www.sensorsportal.com A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition

More information

Sensors. CSE 666 Lecture Slides SUNY at Buffalo

Sensors. CSE 666 Lecture Slides SUNY at Buffalo Sensors CSE 666 Lecture Slides SUNY at Buffalo Overview Optical Fingerprint Imaging Ultrasound Fingerprint Imaging Multispectral Fingerprint Imaging Palm Vein Sensors References Fingerprint Sensors Various

More information

Evaluation of laser-based active thermography for the inspection of optoelectronic devices

Evaluation of laser-based active thermography for the inspection of optoelectronic devices More info about this article: http://www.ndt.net/?id=15849 Evaluation of laser-based active thermography for the inspection of optoelectronic devices by E. Kollorz, M. Boehnel, S. Mohr, W. Holub, U. Hassler

More information

Light has some interesting properties, many of which are used in medicine:

Light has some interesting properties, many of which are used in medicine: LIGHT IN MEDICINE Light has some interesting properties, many of which are used in medicine: 1- The speed of light changes when it goes from one material into another. The ratio of the speed of light in

More information

ME 6406 MACHINE VISION. Georgia Institute of Technology

ME 6406 MACHINE VISION. Georgia Institute of Technology ME 6406 MACHINE VISION Georgia Institute of Technology Class Information Instructor Professor Kok-Meng Lee MARC 474 Office hours: Tues/Thurs 1:00-2:00 pm kokmeng.lee@me.gatech.edu (404)-894-7402 Class

More information

IMAGE FORMATION. Light source properties. Sensor characteristics Surface. Surface reflectance properties. Optics

IMAGE FORMATION. Light source properties. Sensor characteristics Surface. Surface reflectance properties. Optics IMAGE FORMATION Light source properties Sensor characteristics Surface Exposure shape Optics Surface reflectance properties ANALOG IMAGES An image can be understood as a 2D light intensity function f(x,y)

More information

COMPUTED TOMOGRAPHY 1

COMPUTED TOMOGRAPHY 1 COMPUTED TOMOGRAPHY 1 Why CT? Conventional X ray picture of a chest 2 Introduction Why CT? In a normal X-ray picture, most soft tissue doesn't show up clearly. To focus in on organs, or to examine the

More information

Follower Robot Using Android Programming

Follower Robot Using Android Programming 545 Follower Robot Using Android Programming 1 Pratiksha C Dhande, 2 Prashant Bhople, 3 Tushar Dorage, 4 Nupur Patil, 5 Sarika Daundkar 1 Assistant Professor, Department of Computer Engg., Savitribai Phule

More information

A moment-preserving approach for depth from defocus

A moment-preserving approach for depth from defocus A moment-preserving approach for depth from defocus D. M. Tsai and C. T. Lin Machine Vision Lab. Department of Industrial Engineering and Management Yuan-Ze University, Chung-Li, Taiwan, R.O.C. E-mail:

More information

Chapter 28: The FotoFacial RF Pro Galaxy TM

Chapter 28: The FotoFacial RF Pro Galaxy TM Chapter 28: The FotoFacial RF Pro Galaxy TM Evolution of the FotoFacial RF Pro - e-max TM & Galaxy TM The FotoFacial RF Pro has become one of the most commonly performed optical-based skin rejuvenation

More information

Keywords: Thermography, Diagnosis, Image analysis, Chronic wound, Burns

Keywords: Thermography, Diagnosis, Image analysis, Chronic wound, Burns Blucher Mechanical Engineering Proceedings May 2014, vol. 1, num. 1 www.proceedings.blucher.com.br/evento/10wccm THE APPLICATION OF PASSIVE THERMOGRAPHY AND MEASUREMENT OF BURN SURFACE AREA FOR THE ASSESSMENT

More information

The Development of Surface Inspection System Using the Real-time Image Processing

The Development of Surface Inspection System Using the Real-time Image Processing The Development of Surface Inspection System Using the Real-time Image Processing JONGHAK LEE, CHANGHYUN PARK, JINGYANG JUNG Instrumentation and Control Research Group POSCO Technical Research Laboratories

More information

Observational Astronomy

Observational Astronomy Observational Astronomy Instruments The telescope- instruments combination forms a tightly coupled system: Telescope = collecting photons and forming an image Instruments = registering and analyzing the

More information

Integre Pro Scan combines pattern scanning and multi-color photocoagulation in our unique all-in-one laser/slit lamp design.

Integre Pro Scan combines pattern scanning and multi-color photocoagulation in our unique all-in-one laser/slit lamp design. Integre Pro Scan combines pattern scanning and multi-color photocoagulation in our unique all-in-one laser/slit lamp design. Multi-color scanning photocoagulation takes on a new look. Integre Pro Scan

More information

CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA

CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA 90 CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA The objective in this chapter is to locate the centre and boundary of OD and macula in retinal images. In Diabetic Retinopathy, location of

More information

Digital Image Processing

Digital Image Processing What is an image? Digital Image Processing Picture, Photograph Visual data Usually two- or three-dimensional What is a digital image? An image which is discretized, i.e., defined on a discrete grid (ex.

More information

X-ray phase-contrast imaging

X-ray phase-contrast imaging ...early-stage tumors and associated vascularization can be visualized via this imaging scheme Introduction As the selection of high-sensitivity scientific detectors, custom phosphor screens, and advanced

More information

Background. Computer Vision & Digital Image Processing. Improved Bartlane transmitted image. Example Bartlane transmitted image

Background. Computer Vision & Digital Image Processing. Improved Bartlane transmitted image. Example Bartlane transmitted image Background Computer Vision & Digital Image Processing Introduction to Digital Image Processing Interest comes from two primary backgrounds Improvement of pictorial information for human perception How

More information

Vein pattern recognition. Image enhancement and feature extraction algorithms. Septimiu Crisan, Ioan Gavril Tarnovan, Titus Eduard Crisan.

Vein pattern recognition. Image enhancement and feature extraction algorithms. Septimiu Crisan, Ioan Gavril Tarnovan, Titus Eduard Crisan. Vein pattern recognition. Image enhancement and feature extraction algorithms Septimiu Crisan, Ioan Gavril Tarnovan, Titus Eduard Crisan. Department of Electrical Measurement, Faculty of Electrical Engineering,

More information

NEURALNETWORK BASED CLASSIFICATION OF LASER-DOPPLER FLOWMETRY SIGNALS

NEURALNETWORK BASED CLASSIFICATION OF LASER-DOPPLER FLOWMETRY SIGNALS NEURALNETWORK BASED CLASSIFICATION OF LASER-DOPPLER FLOWMETRY SIGNALS N. G. Panagiotidis, A. Delopoulos and S. D. Kollias National Technical University of Athens Department of Electrical and Computer Engineering

More information

Compressive Through-focus Imaging

Compressive Through-focus Imaging PIERS ONLINE, VOL. 6, NO. 8, 788 Compressive Through-focus Imaging Oren Mangoubi and Edwin A. Marengo Yale University, USA Northeastern University, USA Abstract Optical sensing and imaging applications

More information

Better diagnosis and treatment all-in-one.

Better diagnosis and treatment all-in-one. Accessories Options duct Specifications hs-on control of the slit lamp without disturbing r view of the retina. solid state diode cavity yellow-red configuration: 5 nm 70 nm green-red configuration: 53

More information

Combined Approach for Face Detection, Eye Region Detection and Eye State Analysis- Extended Paper

Combined Approach for Face Detection, Eye Region Detection and Eye State Analysis- Extended Paper International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 9 (September 2014), PP.57-68 Combined Approach for Face Detection, Eye

More information

An Activity in Computed Tomography

An Activity in Computed Tomography Pre-lab Discussion An Activity in Computed Tomography X-rays X-rays are high energy electromagnetic radiation with wavelengths smaller than those in the visible spectrum (0.01-10nm and 4000-800nm respectively).

More information

IMAGE PROCESSING PAPER PRESENTATION ON IMAGE PROCESSING

IMAGE PROCESSING PAPER PRESENTATION ON IMAGE PROCESSING IMAGE PROCESSING PAPER PRESENTATION ON IMAGE PROCESSING PRESENTED BY S PRADEEP K SUNIL KUMAR III BTECH-II SEM, III BTECH-II SEM, C.S.E. C.S.E. pradeep585singana@gmail.com sunilkumar5b9@gmail.com CONTACT:

More information

PRELIMINARY. Specifications are at array temperature of -30 C and package ambient temperature of 23 C All values are typical

PRELIMINARY. Specifications are at array temperature of -30 C and package ambient temperature of 23 C All values are typical DAPD NIR 5x5 Array+PCB 1550 Series: Discrete Amplification Photon Detector Array Including Pre-Amplifier Board The DAPDNIR 5x5 Array 1550 series takes advantage of the breakthrough Discrete Amplification

More information

Experiment 1: Fraunhofer Diffraction of Light by a Single Slit

Experiment 1: Fraunhofer Diffraction of Light by a Single Slit Experiment 1: Fraunhofer Diffraction of Light by a Single Slit Purpose 1. To understand the theory of Fraunhofer diffraction of light at a single slit and at a circular aperture; 2. To learn how to measure

More information

A new method for segmentation of retinal blood vessels using morphological image processing technique

A new method for segmentation of retinal blood vessels using morphological image processing technique A new method for segmentation of retinal blood vessels using morphological image processing technique Roya Aramesh Faculty of Computer and Information Technology Engineering,Qazvin Branch,Islamic Azad

More information

A comparative study on probability of detection analysis of manual and automated evaluation of thermography images

A comparative study on probability of detection analysis of manual and automated evaluation of thermography images A comparative study on probability of detection analysis of manual and automated evaluation of thermography images by Yuxia Duan 1, 2, Ahmad Osman 3, Clemente Ibarra-Castanedo 2, Ulf Hassler 3, Xavier

More information

Iris Segmentation & Recognition in Unconstrained Environment

Iris Segmentation & Recognition in Unconstrained Environment www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume - 3 Issue -8 August, 2014 Page No. 7514-7518 Iris Segmentation & Recognition in Unconstrained Environment ABSTRACT

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

Image Measurement of Roller Chain Board Based on CCD Qingmin Liu 1,a, Zhikui Liu 1,b, Qionghong Lei 2,c and Kui Zhang 1,d

Image Measurement of Roller Chain Board Based on CCD Qingmin Liu 1,a, Zhikui Liu 1,b, Qionghong Lei 2,c and Kui Zhang 1,d Applied Mechanics and Materials Online: 2010-11-11 ISSN: 1662-7482, Vols. 37-38, pp 513-516 doi:10.4028/www.scientific.net/amm.37-38.513 2010 Trans Tech Publications, Switzerland Image Measurement of Roller

More information

Medical Images Analysis and Processing

Medical Images Analysis and Processing Medical Images Analysis and Processing - 25642 Emad Course Introduction Course Information: Type: Graduated Credits: 3 Prerequisites: Digital Image Processing Course Introduction Reference(s): Insight

More information

Vision 1. Physical Properties of Light. Overview of Topics. Light, Optics, & The Eye Chaudhuri, Chapter 8

Vision 1. Physical Properties of Light. Overview of Topics. Light, Optics, & The Eye Chaudhuri, Chapter 8 Vision 1 Light, Optics, & The Eye Chaudhuri, Chapter 8 1 1 Overview of Topics Physical Properties of Light Physical properties of light Interaction of light with objects Anatomy of the eye 2 3 Light A

More information

Performance Evaluation of Edge Detection Techniques for Square Pixel and Hexagon Pixel images

Performance Evaluation of Edge Detection Techniques for Square Pixel and Hexagon Pixel images Performance Evaluation of Edge Detection Techniques for Square Pixel and Hexagon Pixel images Keshav Thakur 1, Er Pooja Gupta 2,Dr.Kuldip Pahwa 3, 1,M.Tech Final Year Student, Deptt. of ECE, MMU Ambala,

More information

PET Detectors. William W. Moses Lawrence Berkeley National Laboratory March 26, 2002

PET Detectors. William W. Moses Lawrence Berkeley National Laboratory March 26, 2002 PET Detectors William W. Moses Lawrence Berkeley National Laboratory March 26, 2002 Step 1: Inject Patient with Radioactive Drug Drug is labeled with positron (β + ) emitting radionuclide. Drug localizes

More information

Superfast phase-shifting method for 3-D shape measurement

Superfast phase-shifting method for 3-D shape measurement Superfast phase-shifting method for 3-D shape measurement Song Zhang 1,, Daniel Van Der Weide 2, and James Oliver 1 1 Department of Mechanical Engineering, Iowa State University, Ames, IA 50011, USA 2

More information

Measurement overview

Measurement overview Measurement overview The EU Physical Agents (Artificial Optical Radiation) Directive Meeting Globe Room, Bushy House 23 rd May 2007 Simon Hall NPL Outline Artificial Optical Radiation Directive measurements

More information

Computer Vision. Howie Choset Introduction to Robotics

Computer Vision. Howie Choset   Introduction to Robotics Computer Vision Howie Choset http://www.cs.cmu.edu.edu/~choset Introduction to Robotics http://generalrobotics.org What is vision? What is computer vision? Edge Detection Edge Detection Interest points

More information

Lab Report 3: Speckle Interferometry LIN PEI-YING, BAIG JOVERIA

Lab Report 3: Speckle Interferometry LIN PEI-YING, BAIG JOVERIA Lab Report 3: Speckle Interferometry LIN PEI-YING, BAIG JOVERIA Abstract: Speckle interferometry (SI) has become a complete technique over the past couple of years and is widely used in many branches of

More information

Professional LED Light System. Luvis-C100 Luvis-C200 Luvis-S100 Luvis-S200

Professional LED Light System. Luvis-C100 Luvis-C200 Luvis-S100 Luvis-S200 Professional LED Light System Luvis-C100 Luvis-C200 Luvis-S100 Luvis-S200 Benefits of Luvis I. Comfortable Light Luvis uses professional LED light sources, developed for the health of users eyes, considering

More information

Low Cost Earth Sensor based on Oxygen Airglow

Low Cost Earth Sensor based on Oxygen Airglow Assessment Executive Summary Date : 16.06.2008 Page: 1 of 7 Low Cost Earth Sensor based on Oxygen Airglow Executive Summary Prepared by: H. Shea EPFL LMTS herbert.shea@epfl.ch EPFL Lausanne Switzerland

More information

Tunable wideband infrared detector array for global space awareness

Tunable wideband infrared detector array for global space awareness Tunable wideband infrared detector array for global space awareness Jonathan R. Andrews 1, Sergio R. Restaino 1, Scott W. Teare 2, Sanjay Krishna 3, Mike Lenz 3, J.S. Brown 3, S.J. Lee 3, Christopher C.

More information

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi Department of E&TC Engineering,PVPIT,Bavdhan,Pune ABSTRACT: In the last decades vehicle license plate recognition systems

More information

Sensors and Sensing Cameras and Camera Calibration

Sensors and Sensing Cameras and Camera Calibration Sensors and Sensing Cameras and Camera Calibration Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 20.11.2014

More information

3D light microscopy techniques

3D light microscopy techniques 3D light microscopy techniques The image of a point is a 3D feature In-focus image Out-of-focus image The image of a point is not a point Point Spread Function (PSF) 1D imaging 2D imaging 3D imaging Resolution

More information

Digitization and fundamental techniques

Digitization and fundamental techniques Digitization and fundamental techniques Chapter 2.2-2.6 Robin Strand Centre for Image analysis Swedish University of Agricultural Sciences Uppsala University Outline Imaging Digitization Sampling Labeling

More information

Acoustic resolution. photoacoustic Doppler velocimetry. in blood-mimicking fluids. Supplementary Information

Acoustic resolution. photoacoustic Doppler velocimetry. in blood-mimicking fluids. Supplementary Information Acoustic resolution photoacoustic Doppler velocimetry in blood-mimicking fluids Joanna Brunker 1, *, Paul Beard 1 Supplementary Information 1 Department of Medical Physics and Biomedical Engineering, University

More information

Winter College on Optics: Trends in Laser Development and Multidisciplinary Applications to Science and Industry February 2013

Winter College on Optics: Trends in Laser Development and Multidisciplinary Applications to Science and Industry February 2013 2443-28 Winter College on Optics: Trends in Laser Development and Multidisciplinary Applications to Science and Industry 4-15 February 2013 Laser Safety V. Lakshminarayanan University of Waterloo Canada

More information

Keywords: - Gaussian Mixture model, Maximum likelihood estimator, Multiresolution analysis

Keywords: - Gaussian Mixture model, Maximum likelihood estimator, Multiresolution analysis Volume 4, Issue 2, February 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Expectation

More information

CR Basics and FAQ. Overview. Historical Perspective

CR Basics and FAQ. Overview. Historical Perspective Page: 1 of 6 CR Basics and FAQ Overview Computed Radiography is a term used to describe a system that electronically records a radiographic image. Computed Radiographic systems use unique image receptors

More information

You won t be able to measure the incident power precisely. The readout of the power would be lower than the real incident power.

You won t be able to measure the incident power precisely. The readout of the power would be lower than the real incident power. 1. a) Given the transfer function of a detector (below), label and describe these terms: i. dynamic range ii. linear dynamic range iii. sensitivity iv. responsivity b) Imagine you are using an optical

More information

Fig.1.1. Block diagram for image processing system

Fig.1.1. Block diagram for image processing system APPLICATION OF IMAGE PROCESSING SYSTEM-AN INTRODUCTION & PROPOSED SYSTEM Prof. A. Sharmila Prof. P.Mahalakshmi VIT University, Vellore Abstract:-The term digital image refers to processing of a two dimensional

More information

The introduction and background in the previous chapters provided context in

The introduction and background in the previous chapters provided context in Chapter 3 3. Eye Tracking Instrumentation 3.1 Overview The introduction and background in the previous chapters provided context in which eye tracking systems have been used to study how people look at

More information

CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed Circuit Breaker

CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed Circuit Breaker 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed

More information

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 - COMPUTERIZED IMAGING Section I: Chapter 2 RADT 3463 Computerized Imaging 1 SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 COMPUTERIZED IMAGING Section I: Chapter 2 RADT

More information

Infrared Endoscopy and its Practicality for Surgery. Phys 173 June 2014 Kevin Kohler A

Infrared Endoscopy and its Practicality for Surgery. Phys 173 June 2014 Kevin Kohler A Infrared Endoscopy and its Practicality for Surgery Phys 173 June 2014 Kevin Kohler A09320836 Abstract The focus of this experiment was to see if there was a wavelength of light that would allow for surgeons

More information

LENSLESS IMAGING BY COMPRESSIVE SENSING

LENSLESS IMAGING BY COMPRESSIVE SENSING LENSLESS IMAGING BY COMPRESSIVE SENSING Gang Huang, Hong Jiang, Kim Matthews and Paul Wilford Bell Labs, Alcatel-Lucent, Murray Hill, NJ 07974 ABSTRACT In this paper, we propose a lensless compressive

More information

4.6.1 Waves in air, fluids and solids Transverse and longitudinal waves Properties of waves

4.6.1 Waves in air, fluids and solids Transverse and longitudinal waves Properties of waves 4.6 Waves Wave behaviour is common in both natural and man-made systems. Waves carry energy from one place to another and can also carry information. Designing comfortable and safe structures such as bridges,

More information

ABSTRACT 1. INTRODUCTION

ABSTRACT 1. INTRODUCTION Preprint Proc. SPIE Vol. 5076-10, Infrared Imaging Systems: Design, Analysis, Modeling, and Testing XIV, Apr. 2003 1! " " #$ %& ' & ( # ") Klamer Schutte, Dirk-Jan de Lange, and Sebastian P. van den Broek

More information

Meteosat Third Generation (MTG) Lightning Imager (LI) instrument on-ground and in-flight calibration

Meteosat Third Generation (MTG) Lightning Imager (LI) instrument on-ground and in-flight calibration Meteosat Third Generation (MTG) Lightning Imager (LI) instrument on-ground and in-flight calibration Marcel Dobber, Stephan Kox EUMETSAT (Darmstadt, Germany) 1 Contents of this presentation Meteosat Third

More information

Improved Fusing Infrared and Electro-Optic Signals for. High Resolution Night Images

Improved Fusing Infrared and Electro-Optic Signals for. High Resolution Night Images Improved Fusing Infrared and Electro-Optic Signals for High Resolution Night Images Xiaopeng Huang, a Ravi Netravali, b Hong Man, a and Victor Lawrence a a Dept. of Electrical and Computer Engineering,

More information

Development of the LBNL Positron Emission Mammography Camera

Development of the LBNL Positron Emission Mammography Camera Development of the LBNL Positron Emission Mammography Camera J.S. Huber, Member, IEEE, W.S. Choong, Member, IEEE, J. Wang, Member, IEEE, J.S. Maltz, Member, IEEE, J. Qi, Member, IEEE, E. Mandelli, Member,

More information

Chapters 1-3. Chapter 1: Introduction and applications of photogrammetry Chapter 2: Electro-magnetic radiation. Chapter 3: Basic optics

Chapters 1-3. Chapter 1: Introduction and applications of photogrammetry Chapter 2: Electro-magnetic radiation. Chapter 3: Basic optics Chapters 1-3 Chapter 1: Introduction and applications of photogrammetry Chapter 2: Electro-magnetic radiation Radiation sources Classification of remote sensing systems (passive & active) Electromagnetic

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

Automatic Electricity Meter Reading Based on Image Processing

Automatic Electricity Meter Reading Based on Image Processing Automatic Electricity Meter Reading Based on Image Processing Lamiaa A. Elrefaei *,+,1, Asrar Bajaber *,2, Sumayyah Natheir *,3, Nada AbuSanab *,4, Marwa Bazi *,5 * Computer Science Department Faculty

More information

Following are the definition of relevant parameters of blind pixel [2]:

Following are the definition of relevant parameters of blind pixel [2]: 3rd International Conference on Multimedia Technology(ICMT 2013) Algorithm of Blind Pixels Detection for IRFPA Based on Integration Time Adjustment Shaosheng DAI 1, Yongqiang LIU 2, Zhihui DU 3 and Fei

More information

Infra-Red Propagation Through Various Waveguide Inner Surface Geometries

Infra-Red Propagation Through Various Waveguide Inner Surface Geometries SRF 990301-01 Infra-Red Propagation Through Various Waveguide Inner Surface Geometries N. Jacobsen and E. Chojnacki Floyd R. Newman Laboratory of Nuclear Studies Cornell University, Ithaca, New York 14853

More information

Image Database and Preprocessing

Image Database and Preprocessing Chapter 3 Image Database and Preprocessing 3.1 Introduction The digital colour retinal images required for the development of automatic system for maculopathy detection are provided by the Department of

More information

The Effect of He-Ne and Diode Lasers on the Electrical Characteristics of Silicon Diode

The Effect of He-Ne and Diode Lasers on the Electrical Characteristics of Silicon Diode American Journal of Optics and Photonics 2018; 6(1): 8-13 http://www.sciencepublishinggroup.com/j/ajop doi: 10.11648/j.ajop.20180601.12 ISSN: 2330-8486 (Print); ISSN: 2330-8494 (Online) The Effect of He-Ne

More information

Capacitive Micromachined Ultrasonic Transducers (CMUTs) for Photoacoustic Imaging

Capacitive Micromachined Ultrasonic Transducers (CMUTs) for Photoacoustic Imaging Invited Paper Capacitive Micromachined Ultrasonic Transducers (CMUTs) for Photoacoustic Imaging Srikant Vaithilingam a,*, Ira O. Wygant a,paulinas.kuo a, Xuefeng Zhuang a, Ömer Oralkana, Peter D. Olcott

More information

Reprint (R37) DLP Products DMD-Based Hyperspectral Imager Makes Surgery Easier

Reprint (R37) DLP Products DMD-Based Hyperspectral Imager Makes Surgery Easier Reprint (R37) DLP Products DMD-Based Hyperspectral Imager Makes Surgery Easier Reprinted with permission by Dr. Karel J. Zuzak University of Texas/Arlington October 2008 Gooch & Housego 4632 36 th Street,

More information

Challenges in Imaging, Sensors, and Signal Processing

Challenges in Imaging, Sensors, and Signal Processing Challenges in Imaging, Sensors, and Signal Processing Raymond Balcerak MTO Technology Symposium March 5-7, 2007 1 Report Documentation Page Form Approved OMB No. 0704-0188 Public reporting burden for the

More information

X-rays in medical diagnostics

X-rays in medical diagnostics X-rays in medical diagnostics S.Dolanski Babić 2017/18. History W.C.Röntgen (1845-1923) discovered a new type of radiation Nature, Jan. 23. 1896.; Science, Feb.14. 1896. X- rays: Induced the ionization

More information

BASICS OF FLUOROSCOPY

BASICS OF FLUOROSCOPY Medical Physics Residents Training Program BASICS OF FLUOROSCOPY Dr. Khalid Alyousef, PhD Department of Medical Imaging King Abdulaziz Medical City- Riyadh Edison examining the hand of Clarence Dally with

More information

EC-433 Digital Image Processing

EC-433 Digital Image Processing EC-433 Digital Image Processing Lecture 2 Digital Image Fundamentals Dr. Arslan Shaukat 1 Fundamental Steps in DIP Image Acquisition An image is captured by a sensor (such as a monochrome or color TV camera)

More information

Keyword: Morphological operation, template matching, license plate localization, character recognition.

Keyword: Morphological operation, template matching, license plate localization, character recognition. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Automatic

More information

An Activity in Computed Tomography

An Activity in Computed Tomography Pre-lab Discussion An Activity in Computed Tomography X-rays X-rays are high energy electromagnetic radiation with wavelengths smaller than those in the visible spectrum (0.01-10nm and 4000-800nm respectively).

More information

Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors

Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors Jie YANG Zheng-Gang LU Ying-Kai GUO Institute of Image rocessing & Recognition, Shanghai Jiao-Tong University, China

More information

Material analysis by infrared mapping: A case study using a multilayer

Material analysis by infrared mapping: A case study using a multilayer Material analysis by infrared mapping: A case study using a multilayer paint sample Application Note Author Dr. Jonah Kirkwood, Dr. John Wilson and Dr. Mustafa Kansiz Agilent Technologies, Inc. Introduction

More information

Short Wave Infrared (SWIR) Imaging In Machine Vision

Short Wave Infrared (SWIR) Imaging In Machine Vision Short Wave Infrared (SWIR) Imaging In Machine Vision Princeton Infrared Technologies, Inc. Martin H. Ettenberg, Ph. D. President martin.ettenberg@princetonirtech.com Ph: +01 609 917 3380 Booth Hall 1 J12

More information

Image Processing. COMP 3072 / GV12 Gabriel Brostow. TA: Josias P. Elisee (with help from Dr Wole Oyekoya) Image Processing.

Image Processing. COMP 3072 / GV12 Gabriel Brostow. TA: Josias P. Elisee (with help from Dr Wole Oyekoya) Image Processing. Image Processing COMP 3072 / GV12 Gabriel Brostow TA: Josias P. Elisee (with help from Dr Wole Oyekoya) 1 2 Motivation and Goals Grounding in image processing techniques Concentrate on algorithms used

More information

Intorduction to light sources, pinhole cameras, and lenses

Intorduction to light sources, pinhole cameras, and lenses Intorduction to light sources, pinhole cameras, and lenses Erik G. Learned-Miller Department of Computer Science University of Massachusetts, Amherst Amherst, MA 01003 October 26, 2011 Abstract 1 1 Analyzing

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY LINCOLN LABORATORY 244 WOOD STREET LEXINGTON, MASSACHUSETTS

MASSACHUSETTS INSTITUTE OF TECHNOLOGY LINCOLN LABORATORY 244 WOOD STREET LEXINGTON, MASSACHUSETTS MASSACHUSETTS INSTITUTE OF TECHNOLOGY LINCOLN LABORATORY 244 WOOD STREET LEXINGTON, MASSACHUSETTS 02420-9108 3 February 2017 (781) 981-1343 TO: FROM: SUBJECT: Dr. Joseph Lin (joseph.lin@ll.mit.edu), Advanced

More information

Synchronized electronic shutter system (SESS) for thermal nondestructive evaluation Joseph N. Zalameda

Synchronized electronic shutter system (SESS) for thermal nondestructive evaluation Joseph N. Zalameda Header for SPIE use Synchronized electronic shutter system (SESS) for thermal nondestructive evaluation Joseph N. Zalameda U. S. Army Research Laboratory, Vehicle Technology Directorate Nondestructive

More information

VLSI Implementation of Impulse Noise Suppression in Images

VLSI Implementation of Impulse Noise Suppression in Images VLSI Implementation of Impulse Noise Suppression in Images T. Satyanarayana 1, A. Ravi Chandra 2 1 PG Student, VRS & YRN College of Engg. & Tech.(affiliated to JNTUK), Chirala 2 Assistant Professor, Department

More information

Chapter 2: Digital Image Fundamentals. Digital image processing is based on. Mathematical and probabilistic models Human intuition and analysis

Chapter 2: Digital Image Fundamentals. Digital image processing is based on. Mathematical and probabilistic models Human intuition and analysis Chapter 2: Digital Image Fundamentals Digital image processing is based on Mathematical and probabilistic models Human intuition and analysis 2.1 Visual Perception How images are formed in the eye? Eye

More information

Digital Camera Technologies for Scientific Bio-Imaging. Part 2: Sampling and Signal

Digital Camera Technologies for Scientific Bio-Imaging. Part 2: Sampling and Signal Digital Camera Technologies for Scientific Bio-Imaging. Part 2: Sampling and Signal Yashvinder Sabharwal, 1 James Joubert 2 and Deepak Sharma 2 1. Solexis Advisors LLC, Austin, TX, USA 2. Photometrics

More information

International Journal of Innovative Research in Engineering Science and Technology APRIL 2018 ISSN X

International Journal of Innovative Research in Engineering Science and Technology APRIL 2018 ISSN X HIGH DYNAMIC RANGE OF MULTISPECTRAL ACQUISITION USING SPATIAL IMAGES 1 M.Kavitha, M.Tech., 2 N.Kannan, M.E., and 3 S.Dharanya, M.E., 1 Assistant Professor/ CSE, Dhirajlal Gandhi College of Technology,

More information

Overview. Pinhole camera model Projective geometry Vanishing points and lines Projection matrix Cameras with Lenses Color Digital image

Overview. Pinhole camera model Projective geometry Vanishing points and lines Projection matrix Cameras with Lenses Color Digital image Camera & Color Overview Pinhole camera model Projective geometry Vanishing points and lines Projection matrix Cameras with Lenses Color Digital image Book: Hartley 6.1, Szeliski 2.1.5, 2.2, 2.3 The trip

More information

LECTURE 13 DIFFRACTION. Instructor: Kazumi Tolich

LECTURE 13 DIFFRACTION. Instructor: Kazumi Tolich LECTURE 13 DIFFRACTION Instructor: Kazumi Tolich Lecture 13 2 Reading chapter 33-4 & 33-6 to 33-7 Single slit diffraction Two slit interference-diffraction Fraunhofer and Fresnel diffraction Diffraction

More information

FLUORESCENCE MAGNETIC PARTICLE FLAW DETECTING SYSTEM BASED ON LOW LIGHT LEVEL CCD

FLUORESCENCE MAGNETIC PARTICLE FLAW DETECTING SYSTEM BASED ON LOW LIGHT LEVEL CCD FLUORESCENCE MAGNETIC PARTICLE FLAW DETECTING SYSTEM BASED ON LOW LIGHT LEVEL CCD Jingrong Zhao 1, Yang Mi 2, Ke Wang 1, Yukuan Ma 1 and Jingqiu Yang 3 1 College of Communication Engineering, Jilin University,

More information

Supplementary Figure 1. Schematic setup for preparation of a splay aligned film. (i)

Supplementary Figure 1. Schematic setup for preparation of a splay aligned film. (i) Supplementary Figures Supplementary Figure 1. Schematic setup for preparation of a splay aligned film. (i) Monomers used to fill the cell and (ii) exposed to UV light, initiating polymerization, followed

More information

Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2, b, Ma Hui2, c

Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2, b, Ma Hui2, c 3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2,

More information

Safety Issues of the Baseband IR PHY

Safety Issues of the Baseband IR PHY Aueust 1994 doc: IEEE P802.11-94/174 IEEE 802.11 Wireless Access Method and Physical Layer Specification Title: Safety Issues of the Baseband IR PHY Authors: Cipriano R. A. T. Lomba, Rui T. Valadas, A.M.

More information

NIRCam optical calibration sources

NIRCam optical calibration sources NIRCam optical calibration sources Stephen F. Somerstein, Glen D. Truong Lockheed Martin Advanced Technology Center, D/ABDS, B/201 3251 Hanover St., Palo Alto, CA 94304-1187 ABSTRACT The Near Infrared

More information

Motion Detection Keyvan Yaghmayi

Motion Detection Keyvan Yaghmayi Motion Detection Keyvan Yaghmayi The goal of this project is to write a software that detects moving objects. The idea, which is used in security cameras, is basically the process of comparing sequential

More information

Study of self-interference incoherent digital holography for the application of retinal imaging

Study of self-interference incoherent digital holography for the application of retinal imaging Study of self-interference incoherent digital holography for the application of retinal imaging Jisoo Hong and Myung K. Kim Department of Physics, University of South Florida, Tampa, FL, US 33620 ABSTRACT

More information