Design and Implementation of a Scanner with Stitching of Multiple Image Capture

Size: px
Start display at page:

Download "Design and Implementation of a Scanner with Stitching of Multiple Image Capture"

Transcription

1 Y.-W. Bai and C.-C. Cheng: Design and Implementation of a Scanner with Stitching of Multiple Image Capture 1501 Design and Implementation of a Scanner with Stitching of Multiple Image Capture Ying-Wen Bai and Chien-Chung Cheng Abstract Instead of the flatbed scanner which moves slowly as it scans, we propose in this paper a new design of a high-speed and low-power scanner with a stitching of multiple image capture. We divide the area to be scanned into four parts, capture each image and then stitch these into a whole. Our design uses the compact camera module (CCM) advantages of high integrity, white balance, advanced calibration, and auto exposure for color and luminance, all of which reduce the software post-processing time. To solve the light reflection problem we propose an interleaved light source compensation method. To reduce power consumption and prevent light reflection among the four scan areas, we scan the four images one by one, during which a single CCM is turned on while the others are turned off. We use field of view (FOV) calculation to obtain the overlap area used by the stitching algorithms 1. emitting diodes (LED) instead of CCFL, thus reducing both power consumption and mechanical noise [2]. This paper is organized as follows. Section II introduces the design and implementation of the image stitching scanner. Section III draws our conclusion and further work. II. DESIGN AND IMPLEMENTATION OF THE IMAGE STITCHING SCANNER The architecture of the scanner with stitching of multiple image capture is shown in Fig. 1. Our design includes four compact camera modules (CCM) which are commonly used in the camera modules of cellular phones. In addition our design includes a USB video controller and a USB 2.0 HUB. The design takes four images separately through four USB camera modules and stitches the four images in a PC. Index Terms Image Stitching, Compact Camera Module (CCM), Field of View (FOV). I. INTRODUCTION A typical flatbed scanner causes some inconvenience during use, such as low speed and high power consumption. For example, the scanner s cold cathode fluorescent lamp (CCFL) needs to be preheated for several dozen seconds until it reaches normal color temperature. While scanning, the traditionally designed scanner also produces a mechanical noise because of the stepping motor. In addition, the moving mechanical parts of the flatbed scanner may produce the phenomenon of picture discontinuity if, as a result of wear, the stepping motor loses a step. As the flatbed scanner also consumes much power, it requires an extra adaptor to maintain a sufficient supply, thus increasing the weight of the machine and making it more inconvenient. In order both to achieve a good enough picture quality and to scan at the desired speed, we propose a new design of a high-speed and low-power scanner with multiple image capture stitching by using the CCM that is commonly used in mobile phones, thus providing both a small volume (6 mm 3 ) and sufficient resolution. This new design uses the camera capture method instead of the contact image sensor (CIS) of the flatbed scanner to obtain the desired image [1]. We use four CCMs to take the four images and then stitch them into a whole. This improves the scanning speed because the scanner requires neither any moving nor any stepping motor and uses light- Fig. 1. The architecture of the scanner with stitching of multiple image capture. The USB video controller is mainly for transmitting the image which the CCM processes and then encodes in YUV 4:2:2 format. As the USB video controller exports the image to a PC without image processing, the design needs no extra memory buffer for image processing. Thus the result is an overall low hardware cost. Fig. 2 shows the USB video controller. 1 Ying-Wen Bai is with the Department of Electronic Engineering, Fu-Jen Catholic University, Taipei, Taiwan, 242, R.O.C. ( bai@ee.fju.edu.tw) Chien-Chung Cheng is a graduate student of Fu-Jen Catholic University, Taipei, Taiwan, 242, R.O.C. ( @mail.fju.edu.tw) Contributed Paper Manuscript received October 8, /08/$ IEEE Fig. 2. The architecture of the USB video controller.

2 1502 Table I shows the power consumption of the USB video controller. TABLE I POWER CONSUMPTION OF THE USB VIDEO CONTROLLER Item Voltage Current consumption Vcc-IO 3.3 V 60 ma mw Vcc-CORE 1.8 V 15 ma 2.7 mw IEEE Transactions on Consumer Electronics, Vol. 54, No. 4, NOVEMBER 2008 the white balance, and in this way the image processing time at the PC end can be reduced. In our design, the CMOS image sensor in a CCM contains an ISP (Image Signal Processor) which provides an Auto White Balance and Auto Exposure Control together with the necessary image processing functions. Fig. 3 shows the CMOS sensor hardware architecture. Currently the commonly used image sensor is one of two kinds, CCD or CMOS, which we compare below and in Table II. A. CCD image sensor The operating principle of the CCD is to store the electric charge as detected by a photo diode by way of a potential well. In order to take out the charge generated by the photo-electric effect of every photodiode, we first adjust the bias voltage of the high voltage and then remove the charge by way of transmission. Because the amount of the electric charge is small it must be enlarged during the exporting process by means of floating diffusion amplifier (FDA). The removed electric charges therefore, are compatible with the adjustable voltage level [3]. B. CMOS image sensor The CMOS image sensor process is the same as that of the general CMOS IC, and its main difference from the CCD is that for every pixel of the CMOS sensor the charge is exported by amplification after the necessary A/D conversion. Because its process is the same as that of the general CMOS IC it can deal with both the image DSP and the CMOS image sensor as one integrated IC [4]-[6]. Since the CMOS image sensor has greater sensitivity, highintegration, low cost and low power consumption, we use it. To improve the sensitivity, we enhance the luminance by means of an auxiliary light source. TABLE II COMPARISON OF CMOS AND CCD IMAGE SENSORS Item CMOS Image Sensor CCD Image Sensor Sensitivity Cost Has ADC with each pixel, which reduces the effective area of each pixel and affects the sensitivity Can be integrated with the DSP, which reduces cost Outputs the analog signal directly with a larger effective area than the CMOS image sensor Only a raw sensor, which requires AFE (Analog Front End), Back End and Vertical Driver IC for the output signal process Consumption About 200 mw About 500 mw Requirement 2 power sources 4 power sources Because the light source of the environment is quite regular, the color difference can be prevented from affecting the different camera modules by means of advance correction of Fig. 3. The architecture of the CMOS sensor. When we use 4 CCMs of 3M pixels to scan A4 size paper, the converted resolution is equivalent to 300 dpi (deducting about 25% for image overlap). This resolution is calculated based on paper size, resolution and overlap area. A4 size = inches equals dpi dpi = pixels after converting. And 3 M 4 = 12M pixels reduced by about 25% for image overlap equals = 9M pixels. Therefore, 9M M pixels are equivalent to a resolution of 300 dpi. We need the image overlap to offer enough eigenvalue for the image stitching program to reconstruct and stitch the four images. Currently we use 25% of the whole area as the overlap area to obtain 3M pixels from the CMOS image sensor with a resolution of 300 dpi. The image capture area has been found by calculating the FOV of the lens, which is 60 degrees. Our design uses four cameras and defines each image capture area as > A of an A4 paper area, with a focal length of about mm. Our calculation procedure is shown from (1) to (5), and Fig. 4 shows the relationship of both the focal length and the physical parameters. 0.5E = = mm, A = θ = 60 (1) D = tan30 = 3. 14mm (2) Q Area = 0.25 A4 size = 147.5mm 104mm (3) ( ) tan30 = 128. mm C = 6 (4) Focal Length = = mm (5)

3 Y.-W. Bai and C.-C. Cheng: Design and Implementation of a Scanner with Stitching of Multiple Image Capture 1503 Fig. 4. FOV calculation. calculation. To reduce the height, we can increase the number of CCM modules and reduce the image capture area of each CCM module to shorten the focal length. Figs. 5 and 6 and Table III show the relation between the number of cameras and the object distance. If we adopt design I as shown in Table III, we can reduce the thickness of the image stitching scanner to 64.3 mm when it is equipped with 8 cameras. Our design of the position of the light sources achieves the goal of power saving by adopting white light LEDs. However, as shown in Fig. 7, the light source may be reflected by the glass which holds the paper. Fig. 8 shows how our design avoids light reflection by obtaining the image capture through timesharing, thus reducing power consumption at the same time. Fig. 8 shows the physical arrangement of the interleaved light source. 208mm G H I 297mm A4 Paper Fig. 5. A4 paper relative to the number of cameras. Fig. 7. The white light spot from the reflection of white light LEDs. TABLE III NUMBER OF CAMERAS VS OBJECT DISTANCE Number of Design Object Distance Cameras G mm Object Distance ( mm ) H mm I mm Number of Cameras vs Object Distance Number of Cameras Fig. 6. The relation between number of cameras and object distance. The minimum height of the image stitching scanner can be decided by calculating the focal length as in the above CMOS CCM Fig. 8. The design improved to deal with the reflection problem. The image stitching procedure consist of three parts: The first is the geometrical registration. This step consists mainly of the inputting of the image, thus causing the scale to be adjusted to reach the same level, after which we obtain the characteristics value of the sewing-up area and sew it up by using the algorithm of the feature base [7]. The second part is the procedure of stitching the overlapping areas of the images by using the blend algorithm. The third is the photometric registration, which is mainly the even melting of the differences between color and luminance among the different images. The algorithm SIFT (Scale Invariant Feature Transform) is used in the shareware Auto Stitch. SIFT adapts the Feature Base Method. Compared to the Direct Method which considers the whole picture as characteristics, the Feature Base Method only considers specific characteristics of the picture.

4 1504 SIFT creates the scale spaces using the Difference of Gaussian (DoG) filter. The calculation includes the comparison of the 2 continuous scale spaces and the finding of the extrema by utilizing the DoG process which requires 2 continuous images smaller than 2 σ and larger thanσ. Each image must be processed by Gaussian filtering. Step 1: Convolution with a variable-scale Gaussian L(x, y, σ ) = G(x, y, σ ) I(x, y) 1 (6) G(x, y, σ ) = y )/ (2 )e -(x + σ πσ Step 2: Difference of the DoG filter G(x, y,kσ ) - G(x, y, σ ) (7) Step 3: Convolution with the DoG filter D(x, y, σ ) = [G(x, y,kσ ) - G(x, y, σ )] I(x.y) (8) = L(x, y,kσ ) - L(x, y, σ ) SIFT calculates the scale space extrema by using (6), (7) and (8). To obtain the extrema, the black spot pixel needs to be compared with the other 8 pixels in the same scale space and also with the corresponding 9 2 pixels in the correlative scale-space. We use (9) to calculate the gradient of the neighborhood of the extrema and use (10) to find the spanning angle as the reference for stitching the images. 2 2 m(x, y) = [L(x + 1, y)- L(x -1, y)] + [L(x,y + 1) - L(x,y -1)] (9) -1 θ (x, y) = tan 2{[L(x,y + 1) - L(x,y -1)/L(x + 1, y)- L(x -1, y)]} (10) By using the gradient characteristics to indicate the parameter of direction, the characteristics of the image are not changed even when the image rotates. Fig. 9 shows the flowchart of the image stitching scanner. The first step captures the images, the second loads the images, the third, known as SIFT feature matching, finds the major characteristics of the images for image matching, the fourth adjusts the bundle, the fifth blends the multi-band, and the final step compresses the images. IEEE Transactions on Consumer Electronics, Vol. 54, No. 4, NOVEMBER 2008 The system carries out the image stitching procedure by using the shared software Auto Stitch [8], [9]. This procedure uses the SIFT algorithm to detect the image characteristics [10], [11]. Figs. 10 A-D show the four images captured from the 4 CCMs respectively. We see the result in the whole sewing-up area in Fig. 11a. After enlarging the result by 800 % as shown in Fig. 11b, the whole picture shows smooth boundaries between the four original images. A B C D Fig. 10. A, B, C, D The clockwise direction of a picture. Fig. 11a. The white circle shows the stitching area. Fig. 11b. 800 % enlargement in the white circle of Fig. 5a shows no obvious stitches. Fig. 9. The flowchart of the image stitching scanner. Fig. 12 shows the inside arrangement of the prototype of the image stitching scanner. We use a traditional scanner or a flatbed scanner and add the A, B, C, and D cameras with the related chips. Fig. 13 shows the dimensions of the prototype of the image stitching scanner. The length and width of our design are similar to that of the flatbed scanner, but our design is thicker in comparison. Table IV shows the comparison of the scanning speed, the power consumption, the resolution, the audible noise and the weight between the traditional flatbed scanner and our design. Our design has many advantages over the flatbed scanner, including high-speed scanning, low power consumption and an absence of preheating and noise.

5 Y.-W. Bai and C.-C. Cheng: Design and Implementation of a Scanner with Stitching of Multiple Image Capture 1505 Camera B Camera C very quiet during operation. However, there still are many problems to be addressed, such as the improvement of the resolution beyond 300 dpi and a reduction of the height of the prototype machine to less than 140 mm. In the future we will design an all-in-one image stitching scanner which can be used without a PC. Fig. 12. The inside arrangement of the prototype of the image stitching scanner. Fig. 13. The dimensions of the prototype for the image stitching scanner. TABLE IV COMPARISON BETWEEN FLATBED SCANNER AND OUR IMAGE STITCHING SCANNER Item Product A Image Stitching Scanner Scanning Speed Camera A Pre-scan: 7 secs Scan: 20 secs (Condition: 300dpi, A4) Camera D Pre-scan: 2 secs Scan: 2 secs (Condition: 300dpi, A4) Consumption 16 W 1.5 W Audible Noise Yes No Preheating Yes No Dimension L=430 mm, W=280 mm, L=400 mm, W=270 mm, H=57 mm H=140 mm Weight 2.6 kg 1.8 kg III. CONCLUSION In this paper we have designed and implemented an image stitching scanner which scans an A4 picture within 2 seconds and only consumes 0.9 W, and is supported by a single USB port [2]. In comparison with the flatbed scanner our design is REFERENCES [1] H. Kakinuma, M. Mohri, M. Sakamoto, H. Sawai, S. Shibata, Y. Kasuya, Y. Ohnuki and W. Chonan, Direct-contact type image sensors using a novel amorphous-silicon photodiode array, IEEE Electron Device Letters, vol. 12, issue 8, pp , Aug [2] Universal Serial Bus Specification, [3] P. P. Suni, CCD Wafer Scale Integration, Seventh Annual IEEE International Conference on Wafer Scale Integration, pp , Jan [4] Hung-Lung Tu and Wen-Hung Su, CMOS image sensors using feedback reset circuits for high speed operation, 8th International Conference on Solid-State and Integrated Circuit Technology, pp , Oct [5] Jen-Chuan Wang, Der-Song Su, Den-Jen Hwung and Ji-Chien Lee, A single-chip CCD signal processor for digital still cameras, IEEE Transaction on Consumer Electronics, vol. 40, issue 3, pp , Aug [6] M. A. Bayoumi, VLSI architectures for DSP applications: current trends, Proceedings of the 35 th Midwest Symposium on Circuits and Systems, vol.1, pp , 9-12 Aug [7] O. Chum, T. Werner and J. Matas, Two-view geometry estimation unaffected by a dominant plane, IEEE Computer Society Conference on Computer Vision and Pattern Recognition, vol.1, pp , June [8] M. Brown and D. G. Lowe, Autostitch V2.187-DEMO VERISION copyright 2004, University of British Columbia, [9] Jun Luo, Y.Ma, E. Takikawa, S. Lao, M. Kawade and Bao-Liang Lu, Person-Specific SIFT Feature for Face Recognition, IEEE International Conference on Acoustic, Speech and Signal Processing 2007, vol. 2, pp. II II-596, April [10] M. Brown and D. G. Lowe, Recognizing Panoramas, Proceedings of Ninth IEEE International Conference on Computer Vision, vol. 2, pp , Oct [11] A. E. Abdel-Hakim and A. A. Farag, CSIFT: A SIFT Descriptor with Color Invariant Characteristics, 2006 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, vol. 2, pp , Ying-Wen Bai is a professor in the Department of Electronic Engineering at Fu-Jen Catholic University. His research focuses on mobile computing and microcomputer system design. Ying-Wen Bai obtained his M.S. and Ph.D. degrees in electrical engineering from Columbia University, New York, in 1991 and 1993, respectively. Between 1993 and 1995, he worked at the Institute for Information Industry, Taiwan. Chien-Chung Cheng is currently studying toward the M.S. degree in Electronic Engineering at Fu-Jen Catholic University, Taiwan. His received his A. E. in Electrical Engineering from Lunghwa University of Science and Technology, Taiwan, in He serves as Supervisor in Chicony Electronics Co., Ltd., Taiwan. His major research is focus on camera module design.

Highest Resolution: 5400 dpi (optical) Finest Image Quality due to employing sophisticated Grain Dissolver Comfortability: Digital ICE Manual Focus

Highest Resolution: 5400 dpi (optical) Finest Image Quality due to employing sophisticated Grain Dissolver Comfortability: Digital ICE Manual Focus Highest Resolution: 5400 dpi (optical) Finest Image Quality due to employing sophisticated Grain Dissolver Comfortability: Digital ICE Manual Focus Button Quick Scan Button Refined Design Dual Interfaces:

More information

UXGA CMOS Image Sensor

UXGA CMOS Image Sensor UXGA CMOS Image Sensor 1. General Description The BF2205 is a highly integrated UXGA camera chip which includes CMOS image sensor (CIS). It is fabricated with the world s most advanced CMOS image sensor

More information

VGA CMOS Image Sensor BF3905CS

VGA CMOS Image Sensor BF3905CS VGA CMOS Image Sensor 1. General Description The BF3905 is a highly integrated VGA camera chip which includes CMOS image sensor (CIS), image signal processing function (ISP) and MIPI CSI-2(Camera Serial

More information

VGA CMOS Image Sensor

VGA CMOS Image Sensor VGA CMOS Image Sensor BF3703 Datasheet 1. General Description The BF3703 is a highly integrated VGA camera chip which includes CMOS image sensor (CIS) and image signal processing function (ISP). It is

More information

Computational Sensors

Computational Sensors Computational Sensors Suren Jayasuriya Postdoctoral Fellow, The Robotics Institute, Carnegie Mellon University Class Announcements 1) Vote on this poll about project checkpoint date on Piazza: https://piazza.com/class/j6dobp76al46ao?cid=126

More information

SURVEILLANCE SYSTEMS WITH AUTOMATIC RESTORATION OF LINEAR MOTION AND OUT-OF-FOCUS BLURRED IMAGES. Received August 2008; accepted October 2008

SURVEILLANCE SYSTEMS WITH AUTOMATIC RESTORATION OF LINEAR MOTION AND OUT-OF-FOCUS BLURRED IMAGES. Received August 2008; accepted October 2008 ICIC Express Letters ICIC International c 2008 ISSN 1881-803X Volume 2, Number 4, December 2008 pp. 409 414 SURVEILLANCE SYSTEMS WITH AUTOMATIC RESTORATION OF LINEAR MOTION AND OUT-OF-FOCUS BLURRED IMAGES

More information

White Paper Focusing more on the forest, and less on the trees

White Paper Focusing more on the forest, and less on the trees White Paper Focusing more on the forest, and less on the trees Why total system image quality is more important than any single component of your next document scanner Contents Evaluating total system

More information

Image Capture TOTALLAB

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

More information

Phase One 190MP Aerial System

Phase One 190MP Aerial System White Paper Phase One 190MP Aerial System Introduction Phase One Industrial s 100MP medium format aerial camera systems have earned a worldwide reputation for its high performance. They are commonly used

More information

Charged Coupled Device (CCD) S.Vidhya

Charged Coupled Device (CCD) S.Vidhya Charged Coupled Device (CCD) S.Vidhya 02.04.2016 Sensor Physical phenomenon Sensor Measurement Output A sensor is a device that measures a physical quantity and converts it into a signal which can be read

More information

Design and Implementation of an Integrated Man-Machine Interface by Touch Panel for an Embedded Electronic Measurement System

Design and Implementation of an Integrated Man-Machine Interface by Touch Panel for an Embedded Electronic Measurement System VECIMS 008 IEEE International Conference on Virtual Environments, Human-Computer Interfaces, and Measurement Systems Istambul, Turkey, 4-6 July 008 Design and Implementation of an Integrated Man-Machine

More information

VGA CMOS Image Sensor BF3005CS

VGA CMOS Image Sensor BF3005CS VGA CMOS Image Sensor 1. General Description The BF3005 is a highly integrated VGA camera chip which includes CMOS image sensor (CIS), image signal processing function (ISP), TV-encoder. It is fabricated

More information

A wide-range all-digital duty-cycle corrector with output clock phase alignment in 65 nm CMOS technology

A wide-range all-digital duty-cycle corrector with output clock phase alignment in 65 nm CMOS technology A wide-range all-digital duty-cycle corrector with output clock phase alignment in 65 nm CMOS technology Ching-Che Chung 1a), Duo Sheng 2, and Sung-En Shen 1 1 Department of Computer Science & Information

More information

NTSC/PAL CMOS Image Sensor. BF3009CL Datasheet

NTSC/PAL CMOS Image Sensor. BF3009CL Datasheet NTSC/PAL CMOS Image Sensor Datasheet 1. General Description The BF3009 is a highly integrated VGA(PAL/NTSC) camera chip which includes CMOS image sensor (CIS), image signal processing function (ISP), TV-encoder

More information

ICM532A CIF CMOS image sensor with USB output. Data Sheet

ICM532A CIF CMOS image sensor with USB output. Data Sheet ICM532A CIF CMOS image sensor with USB output Data Sheet IC Media Corporation 545 East Brokaw Road San Jose, CA 95112, U.S.A. Phone: (408) 451-8838 Fax: (408) 451-8839 IC Media Technology Corporation 6F,

More information

Introduction to Computer Vision

Introduction to Computer Vision Introduction to Computer Vision CS / ECE 181B Thursday, April 1, 2004 Course Details HW #0 and HW #1 are available. Course web site http://www.ece.ucsb.edu/~manj/cs181b Syllabus, schedule, lecture notes,

More information

Outdoor Image Recording and Area Measurement System

Outdoor Image Recording and Area Measurement System Proceedings of the 7th WSEAS Int. Conf. on Signal Processing, Computational Geometry & Artificial Vision, Athens, Greece, August 24-26, 2007 129 Outdoor Image Recording and Area Measurement System CHENG-CHUAN

More information

WITH the rapid evolution of liquid crystal display (LCD)

WITH the rapid evolution of liquid crystal display (LCD) IEEE JOURNAL OF SOLID-STATE CIRCUITS, VOL. 43, NO. 2, FEBRUARY 2008 371 A 10-Bit LCD Column Driver With Piecewise Linear Digital-to-Analog Converters Chih-Wen Lu, Member, IEEE, and Lung-Chien Huang Abstract

More information

The new Konica Minolta DiMAGE Scan Dual IV film scanner

The new Konica Minolta DiMAGE Scan Dual IV film scanner The new Konica Minolta DiMAGE Scan Dual IV film scanner Mississauga, Ontario, January 7 th, 2004: Konica Minolta Camera, Inc. introduces the DiMAGE Scan Dual IV film scanner as a successor model of their

More information

Nikon COOLSCAN V ED Major Features

Nikon COOLSCAN V ED Major Features Nikon COOLSCAN V ED Major Features 4,000-dpi true optical-resolution scanning, 14-bit A/D converter featuring 16-/8-bit output for clear, colorful images Exclusive Scanner Nikkor ED high-performance lens

More information

NEW Product Summary EPSON Perfection V30 Launch Date January RRP inc VAT 68.50

NEW Product Summary EPSON Perfection V30 Launch Date January RRP inc VAT 68.50 ReadyScan LED Technology The Perfection V30 is a CCD scanner powered by ReadyScan LED Technology, which is ideal for users who enjoy efficient, high quality scans. Mercury-Free Scanning with the V30 is

More information

CMOS MT9D111Camera Module 1/3.2-Inch 2-Megapixel Module Datasheet

CMOS MT9D111Camera Module 1/3.2-Inch 2-Megapixel Module Datasheet CMOS MT9D111Camera Module 1/3.2-Inch 2-Megapixel Module Datasheet Rev 1.0, Mar 2013 Table of Contents 1 Introduction... 2 2 Features... 2 3 Block Diagram... 3 4 Application... 4 5 Pin Definition... 6 6

More information

An Embedded System for Tracking Human Motion and Humanoid Interfaces

An Embedded System for Tracking Human Motion and Humanoid Interfaces ORIGINAL ARTICLE SPECIAL ISSUE: Intelligent Robotics (1/2) Guest edited by Yi-Hung Liu An Embedded System for Tracking Human Motion and Humanoid Interfaces Ming-June Tsai 1, Hung-Wen Lee 1, *, Trinh-Ngoc

More information

Efficient Construction of SIFT Multi-Scale Image Pyramids for Embedded Robot Vision

Efficient Construction of SIFT Multi-Scale Image Pyramids for Embedded Robot Vision Efficient Construction of SIFT Multi-Scale Image Pyramids for Embedded Robot Vision Peter Andreas Entschev and Hugo Vieira Neto Graduate School of Electrical Engineering and Applied Computer Science Federal

More information

CMOS OV7725 Camera Module 1/4-Inch 0.3-Megapixel Module Datasheet

CMOS OV7725 Camera Module 1/4-Inch 0.3-Megapixel Module Datasheet CMOS OV7725 Camera Module 1/4-Inch 0.3-Megapixel Module Datasheet Rev 2.0, June 2015 Table of Contents 1 Introduction... 2 2 Features... 3 3 Key Specifications... 3 4 Application... 3 5 Pin Definition...

More information

UM-Based Image Enhancement in Low-Light Situations

UM-Based Image Enhancement in Low-Light Situations UM-Based Image Enhancement in Low-Light Situations SHWU-HUEY YEN * CHUN-HSIEN LIN HWEI-JEN LIN JUI-CHEN CHIEN Department of Computer Science and Information Engineering Tamkang University, 151 Ying-chuan

More information

Column-Parallel Architecture for Line-of-Sight Detection Image Sensor Based on Centroid Calculation

Column-Parallel Architecture for Line-of-Sight Detection Image Sensor Based on Centroid Calculation ITE Trans. on MTA Vol. 2, No. 2, pp. 161-166 (2014) Copyright 2014 by ITE Transactions on Media Technology and Applications (MTA) Column-Parallel Architecture for Line-of-Sight Detection Image Sensor Based

More information

Design of an Efficient Edge Enhanced Image Scalar for Image Processing Applications

Design of an Efficient Edge Enhanced Image Scalar for Image Processing Applications Design of an Efficient Edge Enhanced Image Scalar for Image Processing Applications 1 Rashmi. H, 2 Suganya. S 1 PG Student [VLSI], Dept. of ECE, CMRIT, Bangalore, Karnataka, India 2 Associate Professor,

More information

Nikon SUPER COOLSCAN 5000 ED Major Features

Nikon SUPER COOLSCAN 5000 ED Major Features Nikon SUPER COOLSCAN 5000 ED Major Features 4,000-dpi true optical-resolution scanning, 16-bit A/D converter featuring 16-/8-bit output for crisp, color-true images Exclusive Scanner Nikkor ED high-performance

More information

The future of the broadloom inspection

The future of the broadloom inspection Contact image sensors realize efficient and economic on-line analysis The future of the broadloom inspection In the printing industry the demands regarding the product quality are constantly increasing.

More information

Specification. Product Model: JDEPC-OV04. Camera Board s Version: VER:1.01. Camera Board s Dimension: 60*9.0mm MANUFACTURER

Specification. Product Model: JDEPC-OV04. Camera Board s Version: VER:1.01. Camera Board s Dimension: 60*9.0mm MANUFACTURER Specification Product Model: JDEPC-OV04 Camera Board s Version: VER:1.01 Camera Board s Dimension: 60*9.0mm USER MANUFACTURER Quality Project Approved by Prepared by Checked by Approved by 1 Content Content...

More information

Simultaneous geometry and color texture acquisition using a single-chip color camera

Simultaneous geometry and color texture acquisition using a single-chip color camera Simultaneous geometry and color texture acquisition using a single-chip color camera Song Zhang *a and Shing-Tung Yau b a Department of Mechanical Engineering, Iowa State University, Ames, IA, USA 50011;

More information

Differences Between the A101f/fc and the A102f/fc

Differences Between the A101f/fc and the A102f/fc Differences Between the A101f/fc and the A102f/fc Version 1.1, October 13, 2003 Introduction Basler is introducing a new megapixel camera family at the Vision Show 2003 (October 21-23). As you know, the

More information

Dual-fisheye Lens Stitching for 360-degree Imaging & Video. Tuan Ho, PhD. Student Electrical Engineering Dept., UT Arlington

Dual-fisheye Lens Stitching for 360-degree Imaging & Video. Tuan Ho, PhD. Student Electrical Engineering Dept., UT Arlington Dual-fisheye Lens Stitching for 360-degree Imaging & Video Tuan Ho, PhD. Student Electrical Engineering Dept., UT Arlington Introduction 360-degree imaging: the process of taking multiple photographs and

More information

A Study on Comparator and Offset Calibration Techniques in High Speed Nyquist ADCs. Chi Hang Chan, Ivor

A Study on Comparator and Offset Calibration Techniques in High Speed Nyquist ADCs. Chi Hang Chan, Ivor A Study on Comparator and Offset Calibration Techniques in High Speed Nyquist ADCs by Chi Hang Chan, Ivor Master in Electrical and Electronics Engineering 2011 Faculty of Science and Technology University

More information

Technological Advances in General Lighting. New Lightmeter for Solid State Lighting. State-of-the-Art LED Illuminance Meter

Technological Advances in General Lighting. New Lightmeter for Solid State Lighting. State-of-the-Art LED Illuminance Meter 1 BTS256-E Preliminary Datasheet Technological Advances in General Lighting The latest trends in general lighting involve replacing traditional light sources with SSL Solid State Lighting for energy savings,

More information

Digital Portable Overhead Document Camera LV-1010

Digital Portable Overhead Document Camera LV-1010 Digital Portable Overhead Document Camera LV-1010 Instruction Manual 1 Content I Product Introduction 1.1 Product appearance..3 1.2 Main functions and features of the product.3 1.3 Production specifications.4

More information

Camera Overview. Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis. Digital Cameras for Microscopy

Camera Overview. Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis. Digital Cameras for Microscopy Digital Cameras for Microscopy Camera Overview For Materials Science Microscopes Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis Passionate about Imaging: Olympus Digital

More information

Part Number SuperPix TM image sensor is one of SuperPix TM 2 Mega Digital image sensor series products. These series sensors have the same maximum ima

Part Number SuperPix TM image sensor is one of SuperPix TM 2 Mega Digital image sensor series products. These series sensors have the same maximum ima Specification Version Commercial 1.7 2012.03.26 SuperPix Micro Technology Co., Ltd Part Number SuperPix TM image sensor is one of SuperPix TM 2 Mega Digital image sensor series products. These series sensors

More information

Design and Implementation of a PIR Luminaire with Zero Standby Power Using a Photovoltaic Array in Enough Daylight

Design and Implementation of a PIR Luminaire with Zero Standby Power Using a Photovoltaic Array in Enough Daylight C.-H. Tsai et al.: Design and Implementation of a PIR Luminaire with Zero Standby Power Using a Photovoltaic Array in Enough Daylight 499 Design and Implementation of a PIR Luminaire with Zero Standby

More information

Video Synthesis System for Monitoring Closed Sections 1

Video Synthesis System for Monitoring Closed Sections 1 Video Synthesis System for Monitoring Closed Sections 1 Taehyeong Kim *, 2 Bum-Jin Park 1 Senior Researcher, Korea Institute of Construction Technology, Korea 2 Senior Researcher, Korea Institute of Construction

More information

Book Cover Recognition Project

Book Cover Recognition Project Book Cover Recognition Project Carolina Galleguillos Department of Computer Science University of California San Diego La Jolla, CA 92093-0404 cgallegu@cs.ucsd.edu Abstract The purpose of this project

More information

LENSES. INEL 6088 Computer Vision

LENSES. INEL 6088 Computer Vision LENSES INEL 6088 Computer Vision Digital camera A digital camera replaces film with a sensor array Each cell in the array is a Charge Coupled Device light-sensitive diode that converts photons to electrons

More information

High Performance Imaging Using Large Camera Arrays

High Performance Imaging Using Large Camera Arrays High Performance Imaging Using Large Camera Arrays Presentation of the original paper by Bennett Wilburn, Neel Joshi, Vaibhav Vaish, Eino-Ville Talvala, Emilio Antunez, Adam Barth, Andrew Adams, Mark Horowitz,

More information

PLazeR. a planar laser rangefinder. Robert Ying (ry2242) Derek Xingzhou He (xh2187) Peiqian Li (pl2521) Minh Trang Nguyen (mnn2108)

PLazeR. a planar laser rangefinder. Robert Ying (ry2242) Derek Xingzhou He (xh2187) Peiqian Li (pl2521) Minh Trang Nguyen (mnn2108) PLazeR a planar laser rangefinder Robert Ying (ry2242) Derek Xingzhou He (xh2187) Peiqian Li (pl2521) Minh Trang Nguyen (mnn2108) Overview & Motivation Detecting the distance between a sensor and objects

More information

Camera Overview. Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis. Digital Cameras for Microscopy

Camera Overview. Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis. Digital Cameras for Microscopy Digital Cameras for Microscopy Camera Overview For Materials Science Microscopes Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis Passionate about Imaging: Olympus Digital

More information

EPSON Perfection Scanner Parts. Scanner Specifications. Basic Specifications

EPSON Perfection Scanner Parts. Scanner Specifications. Basic Specifications 0 7 45 EPSON Perfection 1200 Scanner Parts transportation lock* Start button document cover operate light carriage (in the home position) document table operate button 1200U/1200U PHOTO/1200S front view

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

A Total Solution For Herbarium Specimen Digitization and Archive Management

A Total Solution For Herbarium Specimen Digitization and Archive Management ObjectScan 1600 A Total Solution For Herbarium Specimen Digitization and Archive Management On-top scan design protects fragile plant specimen 1,600-dpi color CCD provides high-resolution image Adjustable

More information

ULS24 Frequently Asked Questions

ULS24 Frequently Asked Questions List of Questions 1 1. What type of lens and filters are recommended for ULS24, where can we source these components?... 3 2. Are filters needed for fluorescence and chemiluminescence imaging, what types

More information

Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2010 Humanoid League

Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2010 Humanoid League Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2010 Humanoid League Chung-Hsien Kuo 1, Hung-Chyun Chou 1, Jui-Chou Chung 1, Po-Chung Chia 2, Shou-Wei Chi 1, Yu-De Lien 1 1 Department

More information

Technical Explanation for Displacement Sensors and Measurement Sensors

Technical Explanation for Displacement Sensors and Measurement Sensors Technical Explanation for Sensors and Measurement Sensors CSM_e_LineWidth_TG_E_2_1 Introduction What Is a Sensor? A Sensor is a device that measures the distance between the sensor and an object by detecting

More information

USB Line Camera 8M. Coptonix GmbH

USB Line Camera 8M. Coptonix GmbH USB Line Camera 8M Coptonix GmbH Luxemburger Str. 31 D 13353 Berlin Phone: +49 (0)30 61 74 12 48 Fax: +49 (0)30 61 74 12 47 www.coptonix.com support@coptonix.com 2 The USB Line Camera 8M is an easy to

More information

DIGITAL IMAGING. Handbook of. Wiley VOL 1: IMAGE CAPTURE AND STORAGE. Editor-in- Chief

DIGITAL IMAGING. Handbook of. Wiley VOL 1: IMAGE CAPTURE AND STORAGE. Editor-in- Chief Handbook of DIGITAL IMAGING VOL 1: IMAGE CAPTURE AND STORAGE Editor-in- Chief Adjunct Professor of Physics at the Portland State University, Oregon, USA Previously with Eastman Kodak; University of Rochester,

More information

4.5.1 Mirroring Gain/Offset Registers GPIO CMV Snapshot Control... 14

4.5.1 Mirroring Gain/Offset Registers GPIO CMV Snapshot Control... 14 Thank you for choosing the MityCAM-C8000 from Critical Link. The MityCAM-C8000 MityViewer Quick Start Guide will guide you through the software installation process and the steps to acquire your first

More information

SUPRA Optix 3D Optical Profiler

SUPRA Optix 3D Optical Profiler SUPRA Optix 3D Optical Profiler Scanning White-light Interferometric Microscope SWIM Series Applications The SUPRA Optix is the latest development in the field of Scanning White-light Interferometry. With

More information

Compact camera module testing equipment with a conversion lens

Compact camera module testing equipment with a conversion lens Compact camera module testing equipment with a conversion lens Jui-Wen Pan* 1 Institute of Photonic Systems, National Chiao Tung University, Tainan City 71150, Taiwan 2 Biomedical Electronics Translational

More information

Camera Overview. Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis. Digital Cameras for Microscopy

Camera Overview. Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis. Digital Cameras for Microscopy Digital Cameras for Microscopy Camera Overview For Materials Science Microscopes Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis Passionate about Imaging: Olympus Digital

More information

Vision Review: Image Processing. Course web page:

Vision Review: Image Processing. Course web page: Vision Review: Image Processing Course web page: www.cis.udel.edu/~cer/arv September 7, Announcements Homework and paper presentation guidelines are up on web page Readings for next Tuesday: Chapters 6,.,

More information

AN oscilloscope is a measurement tool for analog waveforms

AN oscilloscope is a measurement tool for analog waveforms IEEE TRANSACTIONS ON INSTRUMENTATION AND MEASUREMENT, VOL. 54, NO. 1, FEBRUARY 2005 45 Loss Waveform Interval for the Data Buffering of a Multiple-Channel Microcomputer-Based Oscilloscope System Ying-Wen

More information

Automatic optical measurement of high density fiber connector

Automatic optical measurement of high density fiber connector Key Engineering Materials Online: 2014-08-11 ISSN: 1662-9795, Vol. 625, pp 305-309 doi:10.4028/www.scientific.net/kem.625.305 2015 Trans Tech Publications, Switzerland Automatic optical measurement of

More information

Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32

Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32 Sensors & Transducers 204 by IFSA Publishing, S. L. http://www.sensorsportal.com Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32 Zhong XIAOLING, Guo YONG, Zhang WEI, Xie XINGHONG,

More information

A pix 4-kfps 14-bit Digital-Pixel PbSe-CMOS Uncooled MWIR Imager

A pix 4-kfps 14-bit Digital-Pixel PbSe-CMOS Uncooled MWIR Imager IEEE International Symposium on Circuits & Systems ISCAS 2018 Florence, Italy May 27-30 1/26 A 128 128-pix 4-kfps 14-bit Digital-Pixel PbSe-CMOS Uncooled MWIR Imager R. Figueras 1, J.M. Margarit 1, G.

More information

510 IEEE SENSORS JOURNAL, VOL. 4, NO. 4, AUGUST 2004

510 IEEE SENSORS JOURNAL, VOL. 4, NO. 4, AUGUST 2004 510 IEEE SENSORS JOURNAL, VOL. 4, NO. 4, AUGUST 2004 A Low-Photocurrent CMOS Retinal Focal-Plane Sensor With a Pseudo-BJT Smoothing Network and an Adaptive Current Schmitt Trigger for Scanner Applications

More information

DECODING SCANNING TECHNOLOGIES

DECODING SCANNING TECHNOLOGIES DECODING SCANNING TECHNOLOGIES Scanning technologies have improved and matured considerably over the last 10-15 years. What initially started as large format scanning for the CAD market segment in the

More information

QHY367C. User s Manual Rev. 1.3

QHY367C. User s Manual Rev. 1.3 User s Manual Rev. 1.3 This document is an online document. You may save this PDF file or print it out. QHYCCD reserves the right to change this user manual without prior notice. Package Contents please

More information

LED Tester BTS256-LED

LED Tester BTS256-LED 1 LED Tester BTS256-LED The BTS256-LED tester is one of the most compact light measurement devices with integrated integrating sphere for high accuracy measurement of luminous flux, spectral and color

More information

An Efficient DTBDM in VLSI for the Removal of Salt-and-Pepper Noise in Images Using Median filter

An Efficient DTBDM in VLSI for the Removal of Salt-and-Pepper Noise in Images Using Median filter An Efficient DTBDM in VLSI for the Removal of Salt-and-Pepper in Images Using Median filter Pinky Mohan 1 Department Of ECE E. Rameshmarivedan Assistant Professor Dhanalakshmi Srinivasan College Of Engineering

More information

On-Chip Binary Image Processing with CMOS Image Sensors

On-Chip Binary Image Processing with CMOS Image Sensors On-Chip Binary Image Processing with CMOS Image Sensors Canaan S. Hong 1, Richard Hornsey 2 University of Waterloo, Waterloo, Ontario, Canada ABSTRACT In this paper, we demonstrate a CMOS active pixel

More information

Masatoshi Ishikawa, Akio Namiki, Takashi Komuro, and Idaku Ishii

Masatoshi Ishikawa, Akio Namiki, Takashi Komuro, and Idaku Ishii 1ms Sensory-Motor Fusion System with Hierarchical Parallel Processing Architecture Masatoshi Ishikawa, Akio Namiki, Takashi Komuro, and Idaku Ishii Department of Mathematical Engineering and Information

More information

On-Line, Low-Cost and Pc-Based Fingerprint Verification System Based on Solid- State Capacitance Sensor

On-Line, Low-Cost and Pc-Based Fingerprint Verification System Based on Solid- State Capacitance Sensor On-Line, Low-Cost and Pc-Based Fingerprint Verification System Based on Solid- State Capacitance Sensor Mohamed. K. Shahin *, Ahmed. M. Badawi **, and Mohamed. S. Kamel ** *B.Sc. Design Engineer at International

More information

Simple Impulse Noise Cancellation Based on Fuzzy Logic

Simple Impulse Noise Cancellation Based on Fuzzy Logic Simple Impulse Noise Cancellation Based on Fuzzy Logic Chung-Bin Wu, Bin-Da Liu, and Jar-Ferr Yang wcb@spic.ee.ncku.edu.tw, bdliu@cad.ee.ncku.edu.tw, fyang@ee.ncku.edu.tw Department of Electrical Engineering

More information

Digital Photogrammetry. Presented by: Dr. Hamid Ebadi

Digital Photogrammetry. Presented by: Dr. Hamid Ebadi Digital Photogrammetry Presented by: Dr. Hamid Ebadi Background First Generation Analog Photogrammetry Analytical Photogrammetry Digital Photogrammetry Photogrammetric Generations 2000 digital photogrammetry

More information

ABSTRACT. Section I Overview of the µdss

ABSTRACT. Section I Overview of the µdss An Autonomous Low Power High Resolution micro-digital Sun Sensor Ning Xie 1, Albert J.P. Theuwissen 1, 2 1. Delft University of Technology, Delft, the Netherlands; 2. Harvest Imaging, Bree, Belgium; ABSTRACT

More information

ALTHOUGH zero-if and low-if architectures have been

ALTHOUGH zero-if and low-if architectures have been IEEE JOURNAL OF SOLID-STATE CIRCUITS, VOL. 40, NO. 6, JUNE 2005 1249 A 110-MHz 84-dB CMOS Programmable Gain Amplifier With Integrated RSSI Function Chun-Pang Wu and Hen-Wai Tsao Abstract This paper describes

More information

Image acquisition. In both cases, the digital sensing element is one of the following: Line array Area array. Single sensor

Image acquisition. In both cases, the digital sensing element is one of the following: Line array Area array. Single sensor Image acquisition Digital images are acquired by direct digital acquisition (digital still/video cameras), or scanning material acquired as analog signals (slides, photographs, etc.). In both cases, the

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May ISSN International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May-2013 363 Home Surveillance system using Ultrasonic Sensors K.Rajalakshmi 1 R.Chakrapani 2 1 Final year ME(VLSI DESIGN),

More information

Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2014 Humanoid League

Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2014 Humanoid League Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2014 Humanoid League Chung-Hsien Kuo, Yu-Cheng Kuo, Yu-Ping Shen, Chen-Yun Kuo, Yi-Tseng Lin 1 Department of Electrical Egineering, National

More information

How is the Digital Image Generated? Image Acquisition Devices

How is the Digital Image Generated? Image Acquisition Devices In order for image analysis to be performed on a 2D gel, it must first be converted into digital data. Good image capture is critical to guarantee optimal performance of automated image analysis packages

More information

CMOS Today & Tomorrow

CMOS Today & Tomorrow CMOS Today & Tomorrow Uwe Pulsfort TDALSA Product & Application Support Overview Image Sensor Technology Today Typical Architectures Pixel, ADCs & Data Path Image Quality Image Sensor Technology Tomorrow

More information

Volume III July, 2009

Volume III July, 2009 July, 009 1 Bit Grayscale Camera for Industrial Application he electronics of the new 1 bit T Grayscale Camera is capable of capturing the gray image with 1 bit grayscale (4096 levels). The resolution

More information

Putting It All Together: Computer Architecture and the Digital Camera

Putting It All Together: Computer Architecture and the Digital Camera 461 Putting It All Together: Computer Architecture and the Digital Camera This book covers many topics in circuit analysis and design, so it is only natural to wonder how they all fit together and how

More information

Calibration-Based Auto White Balance Method for Digital Still Camera *

Calibration-Based Auto White Balance Method for Digital Still Camera * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 26, 713-723 (2010) Short Paper Calibration-Based Auto White Balance Method for Digital Still Camera * Department of Computer Science and Information Engineering

More information

PHASE-LOCKED loops (PLLs) are widely used in many

PHASE-LOCKED loops (PLLs) are widely used in many IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 58, NO. 3, MARCH 2011 149 Built-in Self-Calibration Circuit for Monotonic Digitally Controlled Oscillator Design in 65-nm CMOS Technology

More information

CREATING A COMPOSITE

CREATING A COMPOSITE CREATING A COMPOSITE In a digital image, the amount of detail that a digital camera or scanner captures is frequently called image resolution, however, this should be referred to as pixel dimensions. This

More information

Available online at ScienceDirect. Ehsan Golkar*, Anton Satria Prabuwono

Available online at   ScienceDirect. Ehsan Golkar*, Anton Satria Prabuwono Available online at www.sciencedirect.com ScienceDirect Procedia Technology 11 ( 2013 ) 771 777 The 4th International Conference on Electrical Engineering and Informatics (ICEEI 2013) Vision Based Length

More information

Overview 256 channel Silicon Photomultiplier large area using matrix readout system The SensL Matrix detector () is the largest area, highest channel

Overview 256 channel Silicon Photomultiplier large area using matrix readout system The SensL Matrix detector () is the largest area, highest channel 技股份有限公司 wwwrteo 公司 wwwrteo.com Page 1 Overview 256 channel Silicon Photomultiplier large area using matrix readout system The SensL Matrix detector () is the largest area, highest channel count, Silicon

More information

Automatic inspection system for measurement of lens field curvature by means of computer vision

Automatic inspection system for measurement of lens field curvature by means of computer vision Indian Journal of Pure & Applied Physics Vol. 47, October 2009, pp. 708-714 Automatic inspection system for measurement of lens field curvature by means of computer vision Chern-Sheng Lin 1, Jung-Ming

More information

SpheroCam HDR. Image based lighting with. Capture light perfectly SPHERON VR. 0s 20s 40s 60s 80s 100s 120s. Spheron VR AG

SpheroCam HDR. Image based lighting with. Capture light perfectly SPHERON VR. 0s 20s 40s 60s 80s 100s 120s. Spheron VR AG Image based lighting with SpheroCam HDR Capture light perfectly 0 60 120 180 240 300 360 0s 20s 40s 60s 80s 100s 120s SPHERON VR high dynamic range imaging Spheron VR AG u phone u internet Hauptstraße

More information

Super High Vertical Resolution Non-Contact 3D Surface Profiler BW-S500/BW-D500 Series

Super High Vertical Resolution Non-Contact 3D Surface Profiler BW-S500/BW-D500 Series Super High Vertical Resolution Non-Contact 3D Surface Profiler BW-S500/BW-D500 Series Nikon's proprietary scanning-type optical interference measurement technology achieves 1pm* height resolution. * Height

More information

Vandal Proof Camera: v-cam 500 (D-WDR, 650 TVL, Sony Effio-E, 0.05 lx) Vandal Proof Camera: v-cam 500 (D-WDR, 650 TVL, Sony Effio-E, 0.

Vandal Proof Camera: v-cam 500 (D-WDR, 650 TVL, Sony Effio-E, 0.05 lx) Vandal Proof Camera: v-cam 500 (D-WDR, 650 TVL, Sony Effio-E, 0. Vandal Proof Camera: v-cam 500 (D-WDR, 650 TVL, Sony Effio-E, 0.05 lx) Code: M10772 View of the camera View of the inside. Visible OSD keypad (on the left picture) and lens locking screws (on the right).

More information

1982 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 24, NO. 11, NOVEMBER 2014

1982 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 24, NO. 11, NOVEMBER 2014 1982 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 24, NO. 11, NOVEMBER 2014 VLSI Implementation of an Adaptive Edge-Enhanced Color Interpolation Processor for Real-Time Video Applications

More information

A New network multiplier using modified high order encoder and optimized hybrid adder in CMOS technology

A New network multiplier using modified high order encoder and optimized hybrid adder in CMOS technology Inf. Sci. Lett. 2, No. 3, 159-164 (2013) 159 Information Sciences Letters An International Journal http://dx.doi.org/10.12785/isl/020305 A New network multiplier using modified high order encoder and optimized

More information

ScientificCMOSReal-ColorCamera. Dhyana 400DC

ScientificCMOSReal-ColorCamera. Dhyana 400DC ScientificCMOSReal-ColorCamera Dhyana400DC ScientificGradeCamera Forthefirsttimewithtruecolor Bycombiningtheirlegendarycolorprocessingtechnologywiththecapabilitiesofthe latestgenerationscmossensors Tucsenhavecreatedaparadigmshiftincolor

More information

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network 436 JOURNAL OF COMPUTERS, VOL. 5, NO. 9, SEPTEMBER Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network Chung-Chi Wu Department of Electrical Engineering,

More information

Scanner Parts. Scanner Specifications. General. Mechanical. Epson Perfection V200 Photo. P Power/ ] Start button Status light. { Copy button.

Scanner Parts. Scanner Specifications. General. Mechanical. Epson Perfection V200 Photo. P Power/ ] Start button Status light. { Copy button. Scanner Parts { Copy button Scan to E-mail button a b P Power/ ] Start button Status light c e d a Scan to PDF button Film holder Scanner Specifications General Scanner type Flatbed color Photoelectric

More information

Vision-Guided Motion. Presented by Tom Gray

Vision-Guided Motion. Presented by Tom Gray Vision-Guided Motion Presented by Tom Gray Overview Part I Machine Vision Hardware Part II Machine Vision Software Part II Motion Control Part IV Vision-Guided Motion The Result Harley Davidson Example

More information

Improved SIFT Matching for Image Pairs with a Scale Difference

Improved SIFT Matching for Image Pairs with a Scale Difference Improved SIFT Matching for Image Pairs with a Scale Difference Y. Bastanlar, A. Temizel and Y. Yardımcı Informatics Institute, Middle East Technical University, Ankara, 06531, Turkey Published in IET Electronics,

More information

Study of High Speed Buffer Amplifier using Microwind

Study of High Speed Buffer Amplifier using Microwind Study of High Speed Buffer Amplifier using Microwind Amrita Shukla M Tech Scholar NIIST Bhopal, India Puran Gaur HOD, NIIST Bhopal India Braj Bihari Soni Asst. Prof. NIIST Bhopal India ABSTRACT This paper

More information

Perception. Introduction to HRI Simmons & Nourbakhsh Spring 2015

Perception. Introduction to HRI Simmons & Nourbakhsh Spring 2015 Perception Introduction to HRI Simmons & Nourbakhsh Spring 2015 Perception my goals What is the state of the art boundary? Where might we be in 5-10 years? The Perceptual Pipeline The classical approach:

More information