Logitech E3500 Plus
Logitech Quickcam E 3500 Plus Web cameraLogitech - PC Compatible - 1.3 megapixel - 640 x 480
The perfect way to keep in touch with friends and family, the Logitech QuickCam E 3500 Plus is an easy-to-use webcam that features 1.3-megapixel photos and RightLight technology for enhanced image quality - even in dim light. Plus, its built-in microphone with RightSound technology ensures the whole family can enjoy crystal-clear conversations without annoying background noise. A universal monitor clip/base attaches securely to ultra-thin notebook monitors and desktop monitors alike, or can be p... Read more [ Report abuse or wrong photo | Share your Logitech E3500 Plus photo ]
Manual
Preview of first few manual pages (at low quality). Check before download. Click to enlarge.
Download
(English)Logitech E3500 Plus, size: 2.1 MB |
Logitech E3500 Plus
Video review
Test on My New Webcam Logitech E3500
User reviews and opinions
| cocodrilo88 |
8:40pm on Thursday, October 28th, 2010 ![]() |
| Excellent quality and works with Vista and Skype I have Vista and wanted a cheap, but decent webcam to work in Skype and Live Messenger. | |
| lukaswayne9 |
6:10pm on Thursday, May 27th, 2010 ![]() |
| Easy to set up not the best pic. but good for the price Picture quality Supporting clip not very secure on edge of screen | |
| DaNewb |
2:45pm on Wednesday, April 7th, 2010 ![]() |
| I actually want to give both the webcam and Logitech generally a review here. Firstly the webcam. I have no complaints. | |
Comments posted on www.ps2netdrivers.net are solely the views and opinions of the people posting them and do not necessarily reflect the views or opinions of us.
Documents

CURRENCY RECOGNITION AND CONVERTER SYSTEM
NURLAILA BINTI HAMAN
This thesis is submitted as partial fulfillment of the requirements for the award of the Bachelor of Electrical Engineering (Hons.) (Electronics)
Faculty of Electrical & Electronics Engineering Universiti Malaysia Pahang
OCTOBER, 2008
ACKNOWLEGDEMENT
Assalamualaikum w.b.t. In the name of Allah, the Most Gracious, the Ever Merciful. Praise is to Allah, ord of the Universe and Peace and Prayers be upon His Final Prophet and Messenger Muhammad s.a.w.
I am greatly indebted to my supervisor, Mr. Reza Ezuan Bin Samin for his advice, ideas, guidance throughout my project. Thanks a lot to him.
I also would like to express my gratitude to my parents and all my family for the moral support and motivation from the beginning until now. Without them I would never come this far. Thank you very much.
Special thanks to FKEE staffs for helping me to complete my project. Suggestion and criticisms from my friends have always been helpful in finding solutions to my problems. Thank you all.
Finally, I would like to express my thanks to those who involves directly or indirectly in completion of my project.
ABSTRACT
The ease with we recognize a face, understand spoken words, read handwritten characters, identify our car keys in our pocket by feel, and decide whether an apple is ripe by it smells belies the astoundingly complex processes that underlie these acts of pattern recognition. As for currency recognition and converter system is an image processing technology that is used to identify currency amount and converts it into the other currencies as the users need. The purpose of currency recognition and converters is accurately to recognize the currencies and convert the currency immediately into the other currency. It can helps human in order to live a better life. The system based on the computer communicates with web cam, catches video frames which include a visible image of currency amount and processes them. Various methodologies are used on the surface of the image. The selected area of the image is processed and analyzed with their parameters. Once the image of the currency amount was detected, its digit is recognized it will display on the user interfaced. This program will be developed using MATLAB. MATLAB is a high performance language for technical computing.
ABSTRAK
Dalam menjalani kehidupan seharian, kita sangat mudah untuk mengenal wajah manusia, memahami segala perbualan sesama kita, mengenali tulisan yang tertera, mengenal kunci kereta, sehinggalah boleh mengetahui sama ada buah itu masak atau tidak. Ini semua adalah salah satu proses mengenali corak atau rentak suasana yang di sekeliling kita. Begitu juga dengan sistem mengenali matawang dan menukarkannya ke matawang asing yang merupakan salah satu aplikasi pemprosessan imej yang dibina untuk mengenal nilai matawang serta menukarkannya kepada matawang asing. Kegunaan program ini adalah untuk memudahkan kerja kerja manusia dalam proses pengecaman nilai matawang serta menukarkannya kepada matawang lain dengan lebih efektif. Ini boleh membantu manusia untuk menjalankan kerja kerja seharian dengan lebih cepat dan lancar. Sistem ini memproses imej duit yang diterima daripada kamera dan mengekstrak data pada imej tersebut. Seterusnya, imej ini akan terus diproses dan dibezakan antara satu sama lain melalui parameter yang telah didapati bagi setiap imej. Apabila imej itu telah dikenalpasti, nilai matawang tersebut akan dipaparkan pada skrin pengantara dengan pengguna (GUI) dan seterusnya pengguna boleh menukarkan nilai wang tersebut kepada matawang asing. Pengguna boleh memilih matawang asing mengikut senarai matawang yang tertera pada GUI tersebut. Program ini dihasilkan nenggunakan perisian MATLAB.
TABLE OF CONTENTS
CHAPTER
DECLARATION DEDICATION ACKNOWLEGDEMENT ABSTRACT ABSTRAK TABLE OF CONTENTS LIST OF FIGURES LIST OF TABLES
ii iii iv v vi vii x xii
INTRODUCTION 1.1 Background 1.2 Image Processing 1.3 Artificial Neural Network System 1.4 Problem Statement 1.5 Project Objectives 1.6Project Scopes 1.7 Structure of Proposed System 1.8 Thesis Organizations
LITERATURE REVIEW 2.1 Introduction 2.2 Neural Network System 2.3 Images Representation
METHODOLOGY 3.1 Introduction 3.2 Image Processing Phase 3.3 Neural Network Phase 3.4 Development of Converter System 3.5 Display The Amount of The Currency 3.6 Block Diagram of The Currency Recognition And Converter System 3.7 Flowchart of The Currency Recognition And Converter System 3.8 Software and Hardware
RESULT AND DISCUSSION 4.1 Introduction 4.2 Result of The Captured Image 4.3 Results From Image Processing Phase 4.4 Parameters 4.5 Discussion
CONCLUSION AND RECOMMENDATION 5.1 Introduction 5.2 Conclusion 5.3 Costing and Commercilization 5.4 Recommendation For Further Works
REFERENCES APPENDICES A - B
LIST OF FIGURES
FIGURE 3.1 3.2 3.3 4.1 4.2 4.3 4.4 4.5 4.6 4.7 Image Acquisition Setup
PAGE 23 23
Currency Recognition and Converter system Model Design of Graphical User Interfaced imaqhwinfo function is used to get info for webcam Function that is used to captured image using webcam Function to convert RGB image into grayscale image RGB image captured using webcam Image obtained after rgb2gray function Image tool function to find coordinate of interest region Function to crop the image after the coordinate have been specified Image obtained after the cropping function execute Function for Opening Method and erosion of the image Image obtained after the Opening Method function executed Image obtained after the erosion function executed Function for thresholding Image obtained after the thresholding function execute Function for imcomplement method
4.8 4.9 4.10 4.11 4.12 4.13 4.14
Image obtained after the imcomplement function execute
GUI view with the amount display and converted amount
LIST OF TABLES
TABLE 3.1 3.2 4.1 4.2 4.3 4.4 Software Items Hardware Items
PAGE 32
Image captured using webcam Results of Boundary Parameters for RM1 and RM5 Results of Boundary Parameters for RM10 and RM50 Results of Area Parameters for RM1, RM5, RM10 and RM50 Overall cost involve in the project
CHAPTER 1
INTRODUCTION
Background
This chapter explains the background of implementation between hardware, image processing, and neural network, for each par of the currency recognition system.
This thesis presents currency recognition as an application of computer vision. Computer vision is a process of using a computer to extract high level information from a digital image.
Image Processing
Image processing is any form of signal processing for which the input is an image, such as photographs or frames of video. The output of image processing can be either an image or a set of characteristics or parameters related to the image. Most image processing techniques involve treating the image as a two-dimensional signal and applying standard signal-processing techniques to it.
Image processing usually refers to digital image processing, but optical and analog image processing are also possible.
Artificial Neural Network System
An artificial neural network (ANN), also called a simulated neural network (SNN) or commonly just neural network (NN) is an interconnected group of artificial neurons that uses a mathematical or computational model for information processing based on a connectionist approach to computation. In most cases an ANN is an adaptive system that changes its structure based on external or internal information that flows through the network.
Problem Statement
Currency Recognition and converter system is implemented to reduce human power to automatically recognize the amount of currency and convert it into the other currency without human supervision. Previously, human is needed to recognize the amount of the currency and convert it manually. So this project is developed to replace human power to recognize the amount of the currency.
Project Objectives
The objectives to develop this system are: Develop the program that can determined the amount of paper currency using neural network The system able to convert the currency from Ringgit Malaysia into other currencies after the amount have been determined
Project Scopes
The scope of this project is to develop a currency recognition and converter system by using image processing and neural network. In other to implement this system we have to use MATLAB Toolbox to achieve the objectives of the project. Thus, the focuses of this project are:
i. To implement the system in order to recognize the currency amount. ii. To integrate hardware and software. iii. Extract the data from the currency image by using digital image processing toolbox. iv. Recognize the image of the currency amount by using neural network technique, using a feed-forward network with 3 layers
Structure of Proposed System
To achieve all the project objectives, the system must have a few stages. The stages are: Image Acquisition The money tested in this project was Ringgit Malaysia 1, 5, 10 and 50. This amount of currency is used because it is easy to get a sample. The image was captured using a PC camera with 1.3 megapixels (Logitech QuickCam E3500 Plus). Data Extraction Currency extraction is the key in a currency recognition system, which influences the accuracy of the system significantly. This is a very critical stage. Currency Segmentation Currency segmentation takes the region of interest and attempts to divide it into individual characters. Currency recognition Currency recognition is the last phase in currency recognition system. This stage will involve neural network system to recognize the isolated characters.
Thesis Organizations
Chapter 1: Explains the background of the image processing, neural network, objectives of the project and structures of the project. Chapter 2: Focus on the previous projects contributions to this project. A brief literature review of the techniques used in Currency Recognition System Chapter 3: Explains and discuss details about image processing process and neural network system. It discusses the brief review of how the morphology works in this project. Chapter 4: Discuss on experimental analysis and results obtained at different stages under different conditions are discussed. Chapter 5: Discuss on the conclusion for this project. This chapter also discuss on the problem encounter and recommendation for this project for future development or modification.
CHAPTER 2
LITERATURE REVIEW
Introduction
This chapter will discuss about the previous project that have been dine by others. Beside that, it gives basic knowledge about image processing and neural network.
Neural Network System
Up until now, we have developed banking machine for various kinds of paper currency using neural networks (NNs). In this paper, we report an enhanced neuro recognition system to increase the more number of recognition patterns using axis symmetrical mask and two image sensors. One sensor purpose is discrimination for a known image and another one is exclusion for an unknown image. Concretely, we implement the proposed method to an experimental system, which has two sensors. In addition, they are arranged on the up side and down side of the aisle, respectively.
Finally, we apply this proposed method to Euro currency, which will be delivered in 2002 year, using its dummy. The effectiveness of the proposed method is shown, numerically [1]. Nowadays, neural networks (NNs) are widely used in many fields of engineering and the most famous application is pattern recognition. In our previous researches, a banknote recognition system using a NN has been developed for various applications in worldwide banking systems such as banknote readers and sorters. In this paper, a new kind of banknotes, Thai banknotes, are being proposed as the object of recognition. First, the slab values, which are digitized characteristics of banknote by the mask set, are extracted from each banknote image. These slab values are summation of non masked pixel values of each banknote. Second, slab values are inputted to the NN to execute its learning and recognition process. Third, for commercial usability, the NN algorithm is implemented on the DSP unit in order to execute the continuous learning and recognition. We show the recognition ability of the proposed system and its possibility for self refreshed function on the DSP unit using Thai banknotes [2]. Standard back propagation is a gradient descent algorithm. It was created using the Window Hoof learning rule. The rule is the network weights and biases are updated or generated in the direction of the negative gradient of the performance function. The performance function is measured by MSE (mean square error)---the average squared error between the network outputs and the target outputs. This network can be used to approximate a general function. It can approximate equally well function with a finite number of discontinuous [3].
Images Representation
A digital image is a representation of a two-dimensional image using ones and zeros (binary). Depending on whether or not the image resolution is fixed, it may be of vector or raster type. Without qualifications, the term "digital image" usually refers to raster images[4]. Raster images can be created by a variety of input devices and techniques, such as digital cameras, scanners, coordinate-measuring machines, seismographic profiling, airborne radar, and more. They can also be synthesized from arbitrary non-image data, such as mathematical functions or three-dimensional geometric models; the latter being a major sub-area of computer graphics. The field of digital image processing is the study of algorithms for their transformation[4]. An image is stored as a matrix using standard MATLAB matrix conversions. There are five types of images supported by MATLAB: Intensity images RGB images Binary images Indexed images
Intensity Images
Intensity images are the simplest format for grayscale images. An intensity image is a data matrix, whose values represent intensities within some range[5].
RGB Images
The RGB color model is an additive color model in which red, green, and blue light are added together in various ways to reproduce a broad array of colors. The name of the model comes from the initials of the three additive primary colors, red, green, and blue[6]. RGB is a device-dependent color space: different devices detect or reproduce a given RGB value differently, since the color elements (such as phosphors or dyes) and their response to the individual R, G, and B levels vary from manufacturer to manufacturer, or even in the same device over time. Thus an RGB value does not define the same color across devices without some kind of color management[6]. The main purpose of the RGB color model is for the sensing, representation, and display of images in electronic systems, such as televisions and computers, though it has also been used in conventional photography. Before the electronic age, the RGB color model already had a solid theory behind it, based in human perception of colors[6].
Binary Images
A binary image is a digital image that has only two possible values for each pixel. Typically the two colors used for a binary image are black and white though any two colors can be used. The color used for the object(s) in the image is the foreground color while the rest of the image is the background color[7]. Binary images are also called bi-level or two-level. (The names black-and-white, B&W, monochrome or monochromatic are often used for this concept, but may also designate any images that have only one sample per pixel, such as grayscale images.) In Photoshop parlance, a binary image is the same as an image in "Bitmap" mode[7]. Binary images often arise in digital image processing as masks or as the result of certain operations such as segmentation, thresholding, and dithering. Some input/output devices, such as laser printers, fax machines, and bi-level computer displays, can only handle bi-level images[7].
Indexed Images
In computing, indexed color is a technique to manage digital images' colors in a limited fashion, in order to save computer's memory and file storage, while speeding up display refresh and telecom transfers. When an image is encoded this way, the color information is not directly carried by the image pixel data, but it is stored into a separate piece of data called a palette: an array of color elements, in which every element, a color, is indexed by its position within the array. This way, each pixel does not contain the full information to represent its color, but only its index into the palette. This technique is sometimes referred as pseudocolor or indirect color, as colors are addressed indirectly[8].
CHAPTER 3
METHODOLOGY
In this chapter, the process of recognition phase will be discussed. It will cover about software process, analysis, design and development of the project. It also will explain about the software and hardware that will be used in this project. There are two phases in this project which are image processing phase and neural network phase.
Image Processing Phase
For the image processing program the system required various methodologies to process he desired image. The methodology include convert the image, crop the region of interest (ROI), dilation method, erosion method, threshold, compliment the image and applied some parameters to calculate the value of area boundaries to distinguish each character of number in the image.
Image Acquisition
The money tested in this project was Ringgit Malaysia 1, 5, 10 and 50. This amount of currency is used because it is easy to get a sample. The image was captured using a webcam with 1.3 megapixels (Logitech QuickCam E3500 Plus). The images were taken under natural daylight or with lighting from pendaflour lamp.
Figure 3.1: Image Acquisition Setup
Figure 3.2: Currency Recognition and Converter system Model
Captured Images
As the first step in the flow chart, the image of the money was captured by using webcam.
Developed Data Extraction Program
The extraction program is build by using MATLAB. The function and algorithms must be working sequence to get correct flow and results for the data extraction using image processing toolbox in MATLAB. This stage includes many steps and it is a key step in currency recognition system, which influences the accuracy of the system significantly. This is very critical stages and need a long time to go through.
Neural Network Phase
The second part is by using the fed forward Neural Network that consists of three layers that are input layers, hidden layers and output layers. The inputs are fed into the input layer and get multiplied by interconnection weights as they are passed from the input layer to the first hidden layer. Within the first hidden layer, they get summed then processed by a nonlinear function (usually the hyperbolic tangent). As the processed data leaves the first hidden layer, again it gets multiplied by interconnection weights, then summed and processed by the second hidden layer. Finally the data is multiplied by interconnection weights then processed one last time within the output layer to produce the neural network output.
Development of Converter System
The value of each currency is different from each other according to their parameters of boundaries and areas. This is easy to distinguish them from each other. The Ringgit Malaysia will convert into US Dollar, Baht and Rupiah.
The conversion rates are always changing time by time. The weakness for this project is the rates of the converter have to be updated daily by manually. For further improvement, this project has to implement with web base so that the rates of the conversion system are up to date.
Display The Amount Of The Currency
The recognition amount of the currency and the converted amount are displayed on the Graphical User Interface (GUI). GUI is type of user interface which allows people to interact with the software or device. This will helps users to easily used this program. It also provided user friendly environment.
Figure 3.3: Design of Graphical User Interfaced
Technical specifications
Full description
The perfect way to keep in touch with friends and family, the Logitech QuickCam E 3500 Plus is an easy-to-use webcam that features 1.3-megapixel photos and RightLight technology for enhanced image quality - even in dim light. Plus, its built-in microphone with RightSound technology ensures the whole family can enjoy crystal-clear conversations without annoying background noise. A universal monitor clip/base attaches securely to ultra-thin notebook monitors and desktop monitors alike, or can be placed on flat surfaces.
| General | |
| Device Type | Web camera |
| Camera | |
| Type | Color |
| Video Capture | 640 x 480 @ 30 fps |
| Audio Support | Yes : built-in microphone |
| Features | RightLight technology, RightSound technology |
| Lens Construction | |
| Focus Adjustment | Manual |
| Interfaces | |
| Computer Interface | Hi-Speed USB |
| Expansion / Connectivity | |
| Interfaces | 1 x Hi-Speed USB - 4 pin USB Type A |
| Miscellaneous | |
| Included Accessories | Headset, flat panel monitor clip |
| Cables Included | 1 x USB cable - 6 ft |
| Software / System Requirements | |
| OS Required | Microsoft Windows XP SP2, Microsoft Windows Vista |
| Peripheral / Interface Devices | CD-ROM |
| System Requirements Details | Windows Vista - Pentium 4 - 2.4 GHz - RAM 512 MB - HD 250 MB Windows XP SP2 - Pentium III - 700 MHz - RAM 256 MB - HD 250 MB |
| Manufacturer Warranty | |
| Service & Support | 2 years warranty |
| Service & Support Details | Limited warranty - 2 years |
| Universal Product Identifiers | |
| Brand | Logitech |
| Part Number | 960-000190 |
| GTIN | 00978550501370 |
Tags
WM1001ECO Media 4800 BW7-raid TDP-T250 System Selphy ES2 WMR200 SGH-F488 Software 46 SPB Server Webobjects 5 2610 GPS Nikkor Evolution H5315 VG0001 Yamaha TD-2 Asus K8V NS-P430 SD-35 ICF-CD73V 502 W SUP 016 Microwave Oven Apple Emac Pilotime Igo 8 Jornada 680 Champ XD ALL-IN-wonder 9800 EW6011 Classic BR-6218MG DPF-1030 VGN-AR71S 191K2 LQ-570 C-50 Zoom SR-70 RDR-VX530 VA-10 Tablet 8 ZE4500 Continental 2001 HX260S RD2765 500-S LAV41380 ENP-2120A DB248R FP202W GR-313SSF CCD-TRV14E CF19E22 E1020 PCG-TR5MP DCC951-00S LE40A626 Workstation RF62qepn GZ-MG20EK Master 100 Aerox50-2006 TS150CR Digital Samsung 760 Scbt222 Charger Slim Tens ZCG567GW Ekhbrd011AAY1 UC3030A FE-140 Model 1091 MG8150 ASF64010 Corsa Atlanta 8240 SA7000C 31340-8 F-Z93L HT-K25 TL-SC3130G UX-B700 Yamaha D-65 NS-P220 Review A8R32-mvp-DLX MDX-F5800 PSR18 PX-712UF VC-5853 DVM-1800 Impact FOR Ps3 Edition Prego DA5 ZCV661MW 29PT8520 CDX-S2220
manuel d'instructions, Guide de l'utilisateur | Manual de instrucciones, Instrucciones de uso | Bedienungsanleitung, Bedienungsanleitung | Manual de Instruções, guia do usuário | инструкция | návod na použitie, Užívateľská príručka, návod k použití | bruksanvisningen | instrukcja, podręcznik użytkownika | kullanım kılavuzu, Kullanım | kézikönyv, használati útmutató | manuale di istruzioni, istruzioni d'uso | handleiding, gebruikershandleiding
Sitemap
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101








