TEXTILE INSPECTION WITH A PARALLEL COMPUTER CLUSTER

Size: px
Start display at page:

Download "TEXTILE INSPECTION WITH A PARALLEL COMPUTER CLUSTER"

From this document you will learn the answers to the following questions:

  • What is the function of framegrabbers?

  • What does the artificial vision inspection system do to locate every single defect?

  • What are the other two types of acquisition nodes?

Transcription

1 TETILE INSPECTION WITH A PARALLEL COMPUTER CLUSTER J. Cano, J.C. Perez Cortes, J.M. Valiente, R. Paredes, J. Arlandis Instituto Tecnológico de Informática, UPV, Camino de Vera, s/n 46701, VALENCIA, SPAIN e mail: jcano@iti.upv.es Abstract In this paper a textile inspection system for quality control of the printing process is presented. A high resolution color image acquisition system provides the input data, consisting on images of a full color repetitive pattern printed onto the fabric. The system focuses on the detection of a variety of printing defects. A combination of a novel registration method and a classical feature based matching method allows the defect detection. The heavy computational processes involved in the implementation of this approach are hosted on a parallel system. 1. INTRODUCTION Quality control is one of the most difficult tasks in the high volume textile printing industry. The speed (ranging from 20 to 100 meters/minute) at which the web (up to a width of 3.20 meters) proceeds through the different printing stages makes extremely hard the inspection task by human operators. Moreover, human inspection of the printed fabric requires frequent worker replacement, due to the psychologically and visually demanding nature of the task. However, there is a major need for consistent quality inspection systems in the textile printing industry, due to the frequent appearance of repetitive defects in the printed web. Figure 1: thread printing defect. A reliable defect inspection system is most important in order to achieve a better quality of the product at the final stage. Among the most common types of defects that appear at the printing phase, we can mention the following ones: Continuous or periodic spots. The development of small adherences of threads (figure 1) or cloth shreds (figure 2), breaks or unevenness on the fibers, tint drops, etc., can give raise to repetitive stains (repetitions at a fixed length of 640 mm, the cylinder rapport length) that ruin the whole printed length during all the time they remain undetected. This kind of fault is definitely the most recurring and economically significant of all. Figure 2: cloth shred printing defect Fails on the synchronism of the printing cylinders. When a slight phase offset appears among the cylinders (figure 3), the printed areas can overlap or get apart, giving rise to an objectionable visual appearance of the result.

2 Figure 3 : color displacement printing defect Lack of dye due to blocked pipe or empty container (figure 4). If the dye supply to a cylinder decreases, the whole or a part of the design will lack the pattern corresponding to that color. This defect appears in cases where the printing pattern includes small areas for certain colors, which can pass unnoticed, ruining hundreds of meters of fabric. Figure 4 : dye fail printing defect. Defective pigment condition in one or more of the used dyes. The color achieved at the printing does not match exactly the one required by the customer order. These four kinds of defects are responsible for nearly the whole defective textile fabric after the printing stage. The artificial vision inspection system developed is able to detect three of these four different faults. The last one is the only kind of defect which still requires human intervention, due to the nature of the problem. Obviously, the performance of a human inspector is highly variable. Fatigue and loss of attention are serious problems difficult to solve, even with short working sessions. The artificial vision inspection system presented helps efficiently the human operator to promptly detect and locate every single defect even at a high printing speed with a minimum human effort. This way the quality of the product is kept under strict, predictable bounds. 2. APPROACH The method presented is based on acquiring an initial supervised template image and registering each test image against the template. Then, the test and template images can be compared using a classical feature based matching method. No restriction is placed on the complexity, number of colors or any other characteristic of the printed pattern. The proposed approach, requires the initial acquisition of a correctly printed, visually supervised template image. The quality of these first meters must be checked by the operator to guarantee a good model construction. This initial supervision does not cause any disadvantage or added cost, since it must be carried out anyway, being a part of the relatively complex startup phase of the printing process. The only new task for the operator is in this case to push a button once the printing which is coming out from the cylinders is considered correct. 2.1 Rigid global registration At least three complete periods of the design (plus some additional image rows) are read into memory in the template acquisition phase. Any test image will be subsequently registered against this template image using a simple global rigid registering method [1]. The global registration step is performed computing the best cross correlation of a previously selected window of the template image against the corresponding window of the test image at a number of possible translations. Since a moderately accurate estimation of the current position of the test image respect to the template is computed by considering the information provided by an optical encoder, the global registration is highly constrained and can thus be performed very quickly. The window which will be cross correlated can be chosen at random, but we have used a more robust alternative based on using the window with the highest variability (and the longest repetition through the rapport length). This window can be found computing an auto correlation function of this window around its initial location, and selecting the window with the clearest peak in the origin for this function. This way, low contrast areas which would not lead to clear peaks in the cross similarity function, are not taken into account. Moreover, this method contributes no additional cost to the test phase, since the window selection is performed only once, on the template image, before inspection starts. (see fig. 5) 2.2 Elastic local registration Once the test image is aligned with the template image as accurately as possible, a number of differences may remain between both. Most of these differences are caused by elastic distortions of the fabric, due to the mechanical stress incurred in its high speed movement under the camera. The correction of these differences often requires a non linear deformation of the test image. We have developed a specific procedure to perform this deformation [2].

3 RIGID GLOBAL REGISTRATION TRAIN IMAGE TEST IMAGE Approximation given by the optical encoder. Best cross correlated window Computing of the cross correlation function at a number of possible translations Best registration window Higher value of the auto correlation function than Figure 5 : global registration. 2.3 Matching The last important step in the inspection process is the matching of the test image against the template, to which it should be now perfectly aligned. A number of possible matching strategies have been proposed [1]. We have chosen a feature based technique which entails extracting a feature vector from each pixel of the test image, comparing the feature vector to the one extracted beforehand for the corresponding pixel of the template image, and deciding if the difference is under an acceptable tolerance threshold or not. The comparison is performed using a distance measure which depends on the features extracted [3]. One of the feature extraction methods with the best results is simply a reduced RGB map of the image around this pixel. Actually, only the RGB color information of some strategic pixels at the surroundings are stored at the feature vector. Figure 6 shows the composition of a feature vector for one pixel of the image. The distance measure used for the comparison between the feature vectors is the well known Minkowsky L1 (manhattan or city block) distance measure. The meaning of the distance values obtained at the comparison of the corresponding template and test feature vectors of a pixel it is simply a measure of the color difference, between the template and the test, appreciated by an ideal human eye at a specific spot of the image. 3. IMPLEMENTATION The inspection system consists of two distinct parts: the mechanical and hardware structure, responsible for the correct data acquisition, and the application software that runs on it. The inspection system makes possible the automatic search and visualization of all the defects previously described, which arise at the printing of the textile fabric. 3.1 Image acquisition For the image acquisition, four DALSA CL G pixel color line scan cameras have been used to obtain the desired resolution (four RGB images of 2000x1000 pixels approximately to scan a full rapport of the printed fabric; this makes a data size of bytes per rapport, which can be considered the unit in this application). The cameras are connected to four imaging ICPCI AMDIG framegrabbers plugged into four nodes of a computation cluster. As the fabric sheet is carried along under the cameras at high speed, a

4 linear fluorescent light system improves and stabilizes the scene illumination. Each line captured by the camera is transferred via a RS 422 connection to the framegrabber, where the lines are stored to finally compose a frame [4]. The images generated at the acquiring host node are sent to the other nodes through an internal communications network. IMAGE (i,j) 1 Figure 6: example of a feature vector 3.2 Cluster description The inspection system design also includes a computation hardware which gives support to all the processing required by the application (see figure 7). The cluster [5] implemented for this part of the inspection system is composed of 13 nodes in a 100 Mbps Ethernet dedicated local area network. The cluster is physically mounted in a rack, installed next to the printing machine. Computing nodes 2 Vij = { R(x 1 ), G(x 2 ),..., B(x 25 ) } where, Eight nodes of the cluster have dual pentium mainboards, with a symmetric multiprocessor internal arquitecture. Thus, each of these nodes is able to host the execution of two child processes of the inspection application. These nodes carry out the heaviest computational task involved. In fact, there are four virtual nodes (two real nodes running two processes per node) exclusively dedicated to process the data produced by each camera. All this 25 Train feature vector for pixel (i,j) R(p), G(p) and B(p) are the red, green and blue components of pixel p computing support is completely necessary to provide a useful response time, which must be as short as possible, taking into account the demanding nature of the task performed by the inspection system. Acquisition nodes In addition to the previous ones, there are 4 nodes of a different kind: these are the hosts of the framegrabbers that perform the function of acquiring the image data, and at the same time carry out some of the preprocessing of the images acquired. In this way, the computational load among all the machines in the inspection system is balanced. Root node There is still another last node that carries out other functions. It is responsible of postprocessing the results obtained by all the previous nodes, which helps to decide the correct information that should be supplied to the human operator. This information is transformed into a representation of the region of the image where a defect is detected, and a visual help to locate this region over all the textile fabric being inspected. It also commands a laser pointer through one of its serial ports. And it provides the user friendly interface to interact with the user. This interface consists of a 21" monitor to visualize information and a digitizing tablet to control the inspection system. 3.3 Data flow Thus, the steps followed by the program when a new test image is captured are the following: 1 The acquiring node computes the global registration of the test image against the template image. 2 The same node performs a partitioning of the test image and delivers each part, through the local network, to the corresponding processing node. 3 Each of the processing nodes tries to find any differences between the points of the test and the template images and reports them to the corresponding acquiring node with one or more sets of connected points which mark defects on the printing. 4 The acquiring node preprocesses all these sets of points, filtering the defects that doesn t meet a size criteria. Afterwards, the list of the filtered defects are sent again to the root node. 5 The root node receives a defect list from each of the acquiring nodes and only shows the user with the most important of them. 3.4 Software support and application program The software installed at all the nodes runs under the Linux operating system. By default, Linux provides a vast variety of libraries ready to be used, among them several parallel programming environments like PVM

5 (Parallel Virtual Machine) and MPI (Message Passing Interface). We chose the last one since it is recent and well supported. Using MPI [6], a complex hardware setting, where two different kinds of communications are implemented (those involving the ethernet, and those related with SMP) is seen by the software like a collection of virtual nodes easier to manage. Moreover, the developed source code is independent of the platform, thus it is easily portable to a different communications topology. The whole application software has been written in C. As commented before, the application code executes one of three possible threads, depending on the node at which it is running: There is one special thread which is only executed at node A in figure 7, providing the interface to the user, commanding the laser pointer and managing some specific circuitry related to the camera trigger frequency. There is other thread partially dedicated to the image acquisition and also cooperating in the preprocessing of the images. One of the preprocessing tasks involves the partitioning and delivering of the input data to a set of nodes. This thread it is executed at nodes B1 to B4. There is still a third thread exclusively dedicated to process the data received from the acquisition nodes. This thread is executed at nodes C1 to C16. A schematic representation of this hierarchical cluster organization it is shown in fig. 7. inspection system should warn of any defect as promptly as possible. The system has been preliminary tested for a period of 10 days, in which meters of printed fabric were inspected. Over all this testing period, the inspection system showed warnings of printing defects. After an exhaustive verification of every warning, the following results were obtained: 26% of the warnings were due to true printing defects. 9% were also correct warnings, but they were caused by factors not related with the printing phase. 65% were false warnings. The testing period was considered initially satisfactory, as nearly all the interesting printing defects were detected. Also, other defects frequently related to imperfections in the textile fabric, as holes, wrinkles and sewed areas have been detected, and are included into de 9% of the correct warnings. Nevertheless, the inspection system still needs some improvement in order to reduce the percentage of false warnings produced. This is a complex task because the difference between what is considered a true printing defect and an admissible imperfection of the printing can be very subtle. Moreover, this difference also depends on the specific printing pattern and color combination of a printing design. So it is very difficult to find a classification method which reduces the INTERFACE NODE ACQUISITION NODES CAME RA TRIGGER CIRCUITRY A LASER POINTER M ONITOR DIGITIZING TABLET IM AGES AND FUSIONED RESULTS COMPUTING NODES CAME RA CAME RA CAME RA CAME RA B 1 B 2 B 3 B 4 PARTITIONED IM AGE SEARCH RESULTS C 1 C 16 Figure 7: implementation hierarchy. 3.5 Inspection system performance The overall performance of the system is defined by two main factors: speed and accuracy. This means that the misclassification percentage and at the same time keeps the present accuracy. At this point, the main drawback of the inspection system is the long period of time needed to set up the inspection process (between 45 and 60 seconds, or 50 to 100 meters).

6 Once this initialization phase is over, the system offers an average rate of an inspection every 6 meters, which has been considered a barely performance for this application. 4. CONCLUSIONS A computer vision inspection system for quality control of the printing process has been presented. It is designed around a cluster of networked computing nodes. The input data is obtained by means of an image acquisition system based on high resolution color line scan cameras, while the processing results are translated into a graphical presentation and a laser pointer. The cluster is organized in a three level hierarchy, where the leaf nodes support the heaviest computational task, whereas the root node performs a set of different functions directly related to the user presentation with the processing results. The intermediate nodes provide the system with the input data, consisting on digital images of the scanned printing. In addition to that, they also perform a preprocessing of the images and a postprocessing of the data resulting from the inspection phase. [6] Gropp W., "Using MPI: Portable Parallel Programming with the Message Passing Interface", Cambridge, MA, MIT press, [7] Message Passing Interface Forum, "MPI: A Message Passing Interface Standard", International Journal of Supercomputer Applications, 1994, vol 8, nos 3 / 4. The preliminary results show an acceptable rate of false positives for a high accuracy setting of the system. The long processing time makes the inspection system specially useful for long printing series, helping the human inspector to avoid significant lengths of printed fabric ruined by undetected repetitive printing defects. 5. REFERENCES [1] Brown, L.G. "A Survey of Image Registration Techniques" ACM Computing Surveys, 1992, Vol. 24 No. 4. pp [2] Pérez, J.C. "An Elastic Registration Method for Quality Control of Textile Printing", Proceedings of the VIII Spanish Symposium on Pattern Recognition and Image Analysis, M.I. Torres & A. Sanfeliu (eds.). Ediciones GNB, Bilbo, 2000, pp [3] Arlandis, J. "The Continuos Distance Transformation: A Generalization of the Distance Transformation for Continuos Valued Images", Proceedings of the VIII Spanish Symposium on Pattern Recognition and Image Analysis, M.I. Torres & A. Sanfeliu (eds.). Ediciones GNB, Bilbo, 2000, pp [4] Burke, M. W. "Image Acquisition. Machine Vision Engineering" Chapman & Hall, [5] Dietz, H. "Linux Parallel Processing", SMP Linux systems and clusters of networked Linux systems, Linux Documentation, 1998.

VECTORAL IMAGING THE NEW DIRECTION IN AUTOMATED OPTICAL INSPECTION

VECTORAL IMAGING THE NEW DIRECTION IN AUTOMATED OPTICAL INSPECTION VECTORAL IMAGING THE NEW DIRECTION IN AUTOMATED OPTICAL INSPECTION Mark J. Norris Vision Inspection Technology, LLC Haverhill, MA mnorris@vitechnology.com ABSTRACT Traditional methods of identifying and

More information

Method of Mesh Fabric Defect Inspection Based on Machine Vision

Method of Mesh Fabric Defect Inspection Based on Machine Vision Method of Mesh Fabric Defect Inspection Based on Machine Vision Guodong Sun, PhD, Huan Li, Xin Dai, Daxing Zhao, PhD, Wei Feng Hubei University of Technology, Wuhan, Hubei Province CHINA Correspondence

More information

Automatic Detection of PCB Defects

Automatic Detection of PCB Defects IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 6 November 2014 ISSN (online): 2349-6010 Automatic Detection of PCB Defects Ashish Singh PG Student Vimal H.

More information

A System for Capturing High Resolution Images

A System for Capturing High Resolution Images A System for Capturing High Resolution Images G.Voyatzis, G.Angelopoulos, A.Bors and I.Pitas Department of Informatics University of Thessaloniki BOX 451, 54006 Thessaloniki GREECE e-mail: pitas@zeus.csd.auth.gr

More information

Automated Optical Inspection is one of many manufacturing test methods common in the assembly of printed circuit boards. This list includes:

Automated Optical Inspection is one of many manufacturing test methods common in the assembly of printed circuit boards. This list includes: What is AOI? Automated Optical Inspection is one of many manufacturing test methods common in the assembly of printed circuit boards. This list includes: Test methods for electronic assemblies: - FT (Functional

More information

Template-based Eye and Mouth Detection for 3D Video Conferencing

Template-based Eye and Mouth Detection for 3D Video Conferencing Template-based Eye and Mouth Detection for 3D Video Conferencing Jürgen Rurainsky and Peter Eisert Fraunhofer Institute for Telecommunications - Heinrich-Hertz-Institute, Image Processing Department, Einsteinufer

More information

Frequently Asked Questions About VisionGauge OnLine

Frequently Asked Questions About VisionGauge OnLine Frequently Asked Questions About VisionGauge OnLine The following frequently asked questions address the most common issues and inquiries about VisionGauge OnLine: 1. What is VisionGauge OnLine? VisionGauge

More information

MRC High Resolution. MR-compatible digital HD video camera. User manual

MRC High Resolution. MR-compatible digital HD video camera. User manual MRC High Resolution MR-compatible digital HD video camera User manual page 1 of 12 Contents 1. Intended use...2 2. System components...3 3. Video camera and lens...4 4. Interface...4 5. Installation...5

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

Colour Image Segmentation Technique for Screen Printing

Colour Image Segmentation Technique for Screen Printing 60 R.U. Hewage and D.U.J. Sonnadara Department of Physics, University of Colombo, Sri Lanka ABSTRACT Screen-printing is an industry with a large number of applications ranging from printing mobile phone

More information

Object Recognition and Template Matching

Object Recognition and Template Matching Object Recognition and Template Matching Template Matching A template is a small image (sub-image) The goal is to find occurrences of this template in a larger image That is, you want to find matches of

More information

Understanding Line Scan Camera Applications

Understanding Line Scan Camera Applications Understanding Line Scan Camera Applications Discover the benefits of line scan cameras, including perfect, high resolution images, and the ability to image large objects. A line scan camera has a single

More information

Industrial Vision Days 2012 Making Cameras Smarter: FPGA Based Image Pre-processing Unleashed

Industrial Vision Days 2012 Making Cameras Smarter: FPGA Based Image Pre-processing Unleashed Industrial Vision Days 2012 Making Cameras Smarter: FPGA Based Image Pre-processing Unleashed Announcement of Partnership Seite: 3 High Quality Digital Cameras and Vision Sensors Visual FPGA Programming

More information

Suggested Application Options Settings for Autodesk Inventor

Suggested Application Options Settings for Autodesk Inventor Suggested Application Options Settings for Autodesk Inventor TEL: 0165 666 24 14 support@envisageuk.com PLEASE NOTE, THIS IS ONLY A GUIDE ANY QUESTIONS AT ALL PLEASE RING The following are suggested application

More information

Users Manual Model #93711. English

Users Manual Model #93711. English Users Manual Model #93711 English Congratulations on your purchase of the Celestron NexImage 5 Solar System imaging camera. Your NexImage camera comes with the following: + NexImage 5 Camera + 1.25 nose

More information

Cellular Computing on a Linux Cluster

Cellular Computing on a Linux Cluster Cellular Computing on a Linux Cluster Alexei Agueev, Bernd Däne, Wolfgang Fengler TU Ilmenau, Department of Computer Architecture Topics 1. Cellular Computing 2. The Experiment 3. Experimental Results

More information

Automatic Labeling of Lane Markings for Autonomous Vehicles

Automatic Labeling of Lane Markings for Autonomous Vehicles Automatic Labeling of Lane Markings for Autonomous Vehicles Jeffrey Kiske Stanford University 450 Serra Mall, Stanford, CA 94305 jkiske@stanford.edu 1. Introduction As autonomous vehicles become more popular,

More information

A Comprehensive Set of Image Quality Metrics

A Comprehensive Set of Image Quality Metrics The Gold Standard of image quality specification and verification A Comprehensive Set of Image Quality Metrics GoldenThread is the product of years of research and development conducted for the Federal

More information

Vision-Based Blind Spot Detection Using Optical Flow

Vision-Based Blind Spot Detection Using Optical Flow Vision-Based Blind Spot Detection Using Optical Flow M.A. Sotelo 1, J. Barriga 1, D. Fernández 1, I. Parra 1, J.E. Naranjo 2, M. Marrón 1, S. Alvarez 1, and M. Gavilán 1 1 Department of Electronics, University

More information

Course 12 Synchronous transmission multiplexing systems used in digital telephone networks

Course 12 Synchronous transmission multiplexing systems used in digital telephone networks Course 12 Synchronous transmission multiplexing systems used in digital telephone networks o Disadvantages of the PDH transmission multiplexing system PDH: no unitary international standardization of the

More information

Create Colorful and Bright LED Light with an LED Matrix Dimmer

Create Colorful and Bright LED Light with an LED Matrix Dimmer Create Colorful and Bright LED Light with an LED Matrix Dimmer By Keith Szolusha, Applications Engineering Section Leader, Power Products, Linear Technology RGB LEDs are used in projector, architectural,

More information

Extend Table Lens for High-Dimensional Data Visualization and Classification Mining

Extend Table Lens for High-Dimensional Data Visualization and Classification Mining Extend Table Lens for High-Dimensional Data Visualization and Classification Mining CPSC 533c, Information Visualization Course Project, Term 2 2003 Fengdong Du fdu@cs.ubc.ca University of British Columbia

More information

Motion Activated Camera User Manual

Motion Activated Camera User Manual Brinno MAC200 User Manual Last Modified on 12/23/2015 7:51 pm EST Motion Activated Camera User Manual www.brinno.com Register@online http://www.brinno.com/support/register.html contact us: customerservice@brinno.com

More information

Tour of the Pantograph Planner

Tour of the Pantograph Planner (714) 989-6891 Instructions for PANTOGRAPH PLANNER The Pantograph Planner helps to free the quilter from the frustrations of positioning the rows for edge to edge quilting. This document provides step

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

Digitization of Old Maps Using Deskan Express 5.0

Digitization of Old Maps Using Deskan Express 5.0 Dražen Tutić *, Miljenko Lapaine ** Digitization of Old Maps Using Deskan Express 5.0 Keywords: digitization; scanner; scanning; old maps; Deskan Express 5.0. Summary The Faculty of Geodesy, University

More information

Laser Gesture Recognition for Human Machine Interaction

Laser Gesture Recognition for Human Machine Interaction International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-04, Issue-04 E-ISSN: 2347-2693 Laser Gesture Recognition for Human Machine Interaction Umang Keniya 1*, Sarthak

More information

Basler. Line Scan Cameras

Basler. Line Scan Cameras Basler Line Scan Cameras High-quality line scan technology meets a cost-effective GigE interface Real color support in a compact housing size Shading correction compensates for difficult lighting conditions

More information

FACE RECOGNITION BASED ATTENDANCE MARKING SYSTEM

FACE RECOGNITION BASED ATTENDANCE MARKING SYSTEM Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 2, February 2014,

More information

www.photonics.com May 2013 Color Sense Trilinear Cameras Bring Speed, Quality

www.photonics.com May 2013 Color Sense Trilinear Cameras Bring Speed, Quality www.photonics.com May 2013 Color Sense Trilinear Cameras Bring Speed, Quality Tech Feature Trilinear Cameras Offer High-Speed Color Imaging Solutions With high color quality and speed and low cost trilinear

More information

Operating System for the K computer

Operating System for the K computer Operating System for the K computer Jun Moroo Masahiko Yamada Takeharu Kato For the K computer to achieve the world s highest performance, Fujitsu has worked on the following three performance improvements

More information

Future Stars. Grade X Manual Chapter 1 Networking and Telecommunication. telecommunication. Telephones, telegrams, radios and televisions help

Future Stars. Grade X Manual Chapter 1 Networking and Telecommunication. telecommunication. Telephones, telegrams, radios and televisions help Future Stars Grade X Manual Chapter 1 Networking and Telecommunication 1. Answer the following questions. a. What is telecommunication? Ans: The transfer of information at a far distance is known as telecommunication.

More information

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network Proceedings of the 8th WSEAS Int. Conf. on ARTIFICIAL INTELLIGENCE, KNOWLEDGE ENGINEERING & DATA BASES (AIKED '9) ISSN: 179-519 435 ISBN: 978-96-474-51-2 An Energy-Based Vehicle Tracking System using Principal

More information

HIGH-PERFORMANCE INSPECTION VEHICLE FOR RAILWAYS AND TUNNEL LININGS. HIGH-PERFORMANCE INSPECTION VEHICLE FOR RAILWAY AND ROAD TUNNEL LININGS.

HIGH-PERFORMANCE INSPECTION VEHICLE FOR RAILWAYS AND TUNNEL LININGS. HIGH-PERFORMANCE INSPECTION VEHICLE FOR RAILWAY AND ROAD TUNNEL LININGS. HIGH-PERFORMANCE INSPECTION VEHICLE FOR RAILWAYS AND TUNNEL LININGS. HIGH-PERFORMANCE INSPECTION VEHICLE FOR RAILWAY AND ROAD TUNNEL LININGS. The vehicle developed by Euroconsult and Pavemetrics and described

More information

Exiqon Array Software Manual. Quick guide to data extraction from mircury LNA microrna Arrays

Exiqon Array Software Manual. Quick guide to data extraction from mircury LNA microrna Arrays Exiqon Array Software Manual Quick guide to data extraction from mircury LNA microrna Arrays March 2010 Table of contents Introduction Overview...................................................... 3 ImaGene

More information

Cisco Active Network Abstraction Gateway High Availability Solution

Cisco Active Network Abstraction Gateway High Availability Solution . Cisco Active Network Abstraction Gateway High Availability Solution White Paper This white paper describes the Cisco Active Network Abstraction (ANA) Gateway High Availability solution developed and

More information

A Pattern-Based Approach to. Automated Application Performance Analysis

A Pattern-Based Approach to. Automated Application Performance Analysis A Pattern-Based Approach to Automated Application Performance Analysis Nikhil Bhatia, Shirley Moore, Felix Wolf, and Jack Dongarra Innovative Computing Laboratory University of Tennessee (bhatia, shirley,

More information

Overview. Proven Image Quality and Easy to Use Without a Frame Grabber. Your benefits include:

Overview. Proven Image Quality and Easy to Use Without a Frame Grabber. Your benefits include: Basler runner Line Scan Cameras High-quality line scan technology meets a cost-effective GigE interface Real color support in a compact housing size Shading correction compensates for difficult lighting

More information

Module 5. Broadcast Communication Networks. Version 2 CSE IIT, Kharagpur

Module 5. Broadcast Communication Networks. Version 2 CSE IIT, Kharagpur Module 5 Broadcast Communication Networks Lesson 1 Network Topology Specific Instructional Objectives At the end of this lesson, the students will be able to: Specify what is meant by network topology

More information

An Algorithm for Classification of Five Types of Defects on Bare Printed Circuit Board

An Algorithm for Classification of Five Types of Defects on Bare Printed Circuit Board IJCSES International Journal of Computer Sciences and Engineering Systems, Vol. 5, No. 3, July 2011 CSES International 2011 ISSN 0973-4406 An Algorithm for Classification of Five Types of Defects on Bare

More information

Technical Information. Digital Signals. 1 bit. Part 1 Fundamentals

Technical Information. Digital Signals. 1 bit. Part 1 Fundamentals Technical Information Digital Signals 1 1 bit Part 1 Fundamentals t Technical Information Part 1: Fundamentals Part 2: Self-operated Regulators Part 3: Control Valves Part 4: Communication Part 5: Building

More information

RESEARCH ON SPOKEN LANGUAGE PROCESSING Progress Report No. 29 (2008) Indiana University

RESEARCH ON SPOKEN LANGUAGE PROCESSING Progress Report No. 29 (2008) Indiana University RESEARCH ON SPOKEN LANGUAGE PROCESSING Progress Report No. 29 (2008) Indiana University A Software-Based System for Synchronizing and Preprocessing Eye Movement Data in Preparation for Analysis 1 Mohammad

More information

Point of view HDMI Smart TV dongle Mini RF Keyboard

Point of view HDMI Smart TV dongle Mini RF Keyboard Point of view HDMI Smart TV dongle Mini RF Keyboard English Contents Contents... 1 General notices for use... 2 Disclaimer... 2 Box Contents... 2 1. HDMI TV dongle... 3 1.1. Product display... 3 1.2. Instructions

More information

A Method of Caption Detection in News Video

A Method of Caption Detection in News Video 3rd International Conference on Multimedia Technology(ICMT 3) A Method of Caption Detection in News Video He HUANG, Ping SHI Abstract. News video is one of the most important media for people to get information.

More information

Speed Performance Improvement of Vehicle Blob Tracking System

Speed Performance Improvement of Vehicle Blob Tracking System Speed Performance Improvement of Vehicle Blob Tracking System Sung Chun Lee and Ram Nevatia University of Southern California, Los Angeles, CA 90089, USA sungchun@usc.edu, nevatia@usc.edu Abstract. A speed

More information

JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions

JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions Edith Cowan University Research Online ECU Publications Pre. JPEG compression of monochrome D-barcode images using DCT coefficient distributions Keng Teong Tan Hong Kong Baptist University Douglas Chai

More information

language 1 (source) compiler language 2 (target) Figure 1: Compiling a program

language 1 (source) compiler language 2 (target) Figure 1: Compiling a program CS 2112 Lecture 27 Interpreters, compilers, and the Java Virtual Machine 1 May 2012 Lecturer: Andrew Myers 1 Interpreters vs. compilers There are two strategies for obtaining runnable code from a program

More information

MACHINE VISION MNEMONICS, INC. 102 Gaither Drive, Suite 4 Mount Laurel, NJ 08054 USA 856-234-0970 www.mnemonicsinc.com

MACHINE VISION MNEMONICS, INC. 102 Gaither Drive, Suite 4 Mount Laurel, NJ 08054 USA 856-234-0970 www.mnemonicsinc.com MACHINE VISION by MNEMONICS, INC. 102 Gaither Drive, Suite 4 Mount Laurel, NJ 08054 USA 856-234-0970 www.mnemonicsinc.com Overview A visual information processing company with over 25 years experience

More information

Using Data Mining for Mobile Communication Clustering and Characterization

Using Data Mining for Mobile Communication Clustering and Characterization Using Data Mining for Mobile Communication Clustering and Characterization A. Bascacov *, C. Cernazanu ** and M. Marcu ** * Lasting Software, Timisoara, Romania ** Politehnica University of Timisoara/Computer

More information

DAMAGED ROAD TUNNEL LASER SCANNER SURVEY

DAMAGED ROAD TUNNEL LASER SCANNER SURVEY University of Brescia - ITALY DAMAGED ROAD TUNNEL LASER SCANNER SURVEY Prof. Giorgio Vassena giorgio.vassena@unibs.it WORKFLOW - Demand analysis - Instruments choice - On field operations planning - Laser

More information

Controlling a Dot Matrix LED Display with a Microcontroller

Controlling a Dot Matrix LED Display with a Microcontroller Controlling a Dot Matrix LED Display with a Microcontroller By Matt Stabile and programming will be explained in general terms as well to allow for adaptation to any comparable microcontroller or LED matrix.

More information

User Manual. Instructions for installing the Sure Stitch on the Next Generation Quilting Frame. Parts Included:

User Manual. Instructions for installing the Sure Stitch on the Next Generation Quilting Frame. Parts Included: User Manual Instructions for installing the Sure Stitch on the Next Generation Quilting Frame. Parts Included: 1: Display Console 1: Control Box 2: Encoder (Wires attached) (Not Shown) 1: 5v Power Supply

More information

Statistical Modeling of Huffman Tables Coding

Statistical Modeling of Huffman Tables Coding Statistical Modeling of Huffman Tables Coding S. Battiato 1, C. Bosco 1, A. Bruna 2, G. Di Blasi 1, G.Gallo 1 1 D.M.I. University of Catania - Viale A. Doria 6, 95125, Catania, Italy {battiato, bosco,

More information

Novel Automatic PCB Inspection Technique Based on Connectivity

Novel Automatic PCB Inspection Technique Based on Connectivity Novel Automatic PCB Inspection Technique Based on Connectivity MAURO HIROMU TATIBANA ROBERTO DE ALENCAR LOTUFO FEEC/UNICAMP- Faculdade de Engenharia Elétrica e de Computação/ Universidade Estadual de Campinas

More information

Fingerprint Based Biometric Attendance System

Fingerprint Based Biometric Attendance System Fingerprint Based Biometric Attendance System Team Members Vaibhav Shukla Ali Kazmi Amit Waghmare Ravi Ranka Email Id awaghmare194@gmail.com kazmiali786@gmail.com Contact Numbers 8097031667 9167689265

More information

How To Fuse A Point Cloud With A Laser And Image Data From A Pointcloud

How To Fuse A Point Cloud With A Laser And Image Data From A Pointcloud REAL TIME 3D FUSION OF IMAGERY AND MOBILE LIDAR Paul Mrstik, Vice President Technology Kresimir Kusevic, R&D Engineer Terrapoint Inc. 140-1 Antares Dr. Ottawa, Ontario K2E 8C4 Canada paul.mrstik@terrapoint.com

More information

PCB DETECTION AND CLASSIFICATION USING DIGITAL IMAGEPROCESSING

PCB DETECTION AND CLASSIFICATION USING DIGITAL IMAGEPROCESSING PCB DETECTION AND CLASSIFICATION USING DIGITAL IMAGEPROCESSING 1 Shashikumar Vishwakarma, 2 SahilTikke, 3 Chinmay Manurkar, 4 Ankit Thanekar 1,2,3,4 Electronics and Telecommunication (B.E), KJSIEIT, (India)

More information

PRODUCT SHEET. info@biopac.com support@biopac.com www.biopac.com

PRODUCT SHEET. info@biopac.com support@biopac.com www.biopac.com EYE TRACKING SYSTEMS BIOPAC offers an array of monocular and binocular eye tracking systems that are easily integrated with stimulus presentations, VR environments and other media. Systems Monocular Part

More information

Mouse Control using a Web Camera based on Colour Detection

Mouse Control using a Web Camera based on Colour Detection Mouse Control using a Web Camera based on Colour Detection Abhik Banerjee 1, Abhirup Ghosh 2, Koustuvmoni Bharadwaj 3, Hemanta Saikia 4 1, 2, 3, 4 Department of Electronics & Communication Engineering,

More information

Scalability and Classifications

Scalability and Classifications Scalability and Classifications 1 Types of Parallel Computers MIMD and SIMD classifications shared and distributed memory multicomputers distributed shared memory computers 2 Network Topologies static

More information

STUDY AND SIMULATION OF A DISTRIBUTED REAL-TIME FAULT-TOLERANCE WEB MONITORING SYSTEM

STUDY AND SIMULATION OF A DISTRIBUTED REAL-TIME FAULT-TOLERANCE WEB MONITORING SYSTEM STUDY AND SIMULATION OF A DISTRIBUTED REAL-TIME FAULT-TOLERANCE WEB MONITORING SYSTEM Albert M. K. Cheng, Shaohong Fang Department of Computer Science University of Houston Houston, TX, 77204, USA http://www.cs.uh.edu

More information

The Scientific Data Mining Process

The Scientific Data Mining Process Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In

More information

Force measurement. Forces VECTORIAL ISSUES ACTION ET RÉACTION ISOSTATISM

Force measurement. Forces VECTORIAL ISSUES ACTION ET RÉACTION ISOSTATISM Force measurement Forces VECTORIAL ISSUES In classical mechanics, a force is defined as "an action capable of modifying the quantity of movement of a material point". Therefore, a force has the attributes

More information

Proof of the conservation of momentum and kinetic energy

Proof of the conservation of momentum and kinetic energy Experiment 04 Proof of the conservation of momentum and kinetic energy By Christian Redeker 27.10.2007 Contents 1.) Hypothesis...3 2.) Diagram...7 3.) Method...7 3.1) Apparatus...7 3.2) Procedure...7 4.)

More information

T-REDSPEED White paper

T-REDSPEED White paper T-REDSPEED White paper Index Index...2 Introduction...3 Specifications...4 Innovation...6 Technology added values...7 Introduction T-REDSPEED is an international patent pending technology for traffic violation

More information

EPSON SCANNING TIPS AND TROUBLESHOOTING GUIDE Epson Perfection 3170 Scanner

EPSON SCANNING TIPS AND TROUBLESHOOTING GUIDE Epson Perfection 3170 Scanner EPSON SCANNING TIPS AND TROUBLESHOOTING GUIDE Epson Perfection 3170 Scanner SELECT A SUITABLE RESOLUTION The best scanning resolution depends on the purpose of the scan. When you specify a high resolution,

More information

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014 Efficient Attendance Management System Using Face Detection and Recognition Arun.A.V, Bhatath.S, Chethan.N, Manmohan.C.M, Hamsaveni M Department of Computer Science and Engineering, Vidya Vardhaka College

More information

3D Scanner using Line Laser. 1. Introduction. 2. Theory

3D Scanner using Line Laser. 1. Introduction. 2. Theory . Introduction 3D Scanner using Line Laser Di Lu Electrical, Computer, and Systems Engineering Rensselaer Polytechnic Institute The goal of 3D reconstruction is to recover the 3D properties of a geometric

More information

Pipeline External Corrosion Analysis Using a 3D Laser Scanner

Pipeline External Corrosion Analysis Using a 3D Laser Scanner Pipeline Technology Conference 2013 Pipeline External Corrosion Analysis Using a 3D Laser Scanner Pierre-Hugues ALLARD, Charles MONY Creaform, www.creaform3d.com 5825 rue St-Georges, Lévis (QC), Canada,

More information

Virtual Fitting by Single-shot Body Shape Estimation

Virtual Fitting by Single-shot Body Shape Estimation Virtual Fitting by Single-shot Body Shape Estimation Masahiro Sekine* 1 Kaoru Sugita 1 Frank Perbet 2 Björn Stenger 2 Masashi Nishiyama 1 1 Corporate Research & Development Center, Toshiba Corporation,

More information

Simultaneous Gamma Correction and Registration in the Frequency Domain

Simultaneous Gamma Correction and Registration in the Frequency Domain Simultaneous Gamma Correction and Registration in the Frequency Domain Alexander Wong a28wong@uwaterloo.ca William Bishop wdbishop@uwaterloo.ca Department of Electrical and Computer Engineering University

More information

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Interneer, Inc. Updated on 2/22/2012 Created by Erika Keresztyen Fahey 2 Workflow - A102 - Basic HelpDesk Ticketing System

More information

VOLUMNECT - Measuring Volumes with Kinect T M

VOLUMNECT - Measuring Volumes with Kinect T M VOLUMNECT - Measuring Volumes with Kinect T M Beatriz Quintino Ferreira a, Miguel Griné a, Duarte Gameiro a, João Paulo Costeira a,b and Beatriz Sousa Santos c,d a DEEC, Instituto Superior Técnico, Lisboa,

More information

Introduction to Pattern Recognition

Introduction to Pattern Recognition Introduction to Pattern Recognition Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr CS 551, Spring 2009 CS 551, Spring 2009 c 2009, Selim Aksoy (Bilkent University)

More information

High speed 3D capture for Configuration Management DOE SBIR Phase II Paul Banks Paul.banks@tetravue.com

High speed 3D capture for Configuration Management DOE SBIR Phase II Paul Banks Paul.banks@tetravue.com High speed 3D capture for Configuration Management DOE SBIR Phase II Paul Banks Paul.banks@tetravue.com Advanced Methods for Manufacturing Workshop September 29, 2015 1 TetraVue does high resolution 3D

More information

Part-Based Recognition

Part-Based Recognition Part-Based Recognition Benedict Brown CS597D, Fall 2003 Princeton University CS 597D, Part-Based Recognition p. 1/32 Introduction Many objects are made up of parts It s presumably easier to identify simple

More information

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information

Using Windows Task Scheduler instead of the Backup Express Scheduler

Using Windows Task Scheduler instead of the Backup Express Scheduler Using Windows Task Scheduler instead of the Backup Express Scheduler This document contains a step by step guide to using the Windows Task Scheduler instead of the Backup Express Scheduler. Backup Express

More information

A Spectral Clustering Approach to Validating Sensors via Their Peers in Distributed Sensor Networks

A Spectral Clustering Approach to Validating Sensors via Their Peers in Distributed Sensor Networks A Spectral Clustering Approach to Validating Sensors via Their Peers in Distributed Sensor Networks H. T. Kung Dario Vlah {htk, dario}@eecs.harvard.edu Harvard School of Engineering and Applied Sciences

More information

Parallel Ray Tracing using MPI: A Dynamic Load-balancing Approach

Parallel Ray Tracing using MPI: A Dynamic Load-balancing Approach Parallel Ray Tracing using MPI: A Dynamic Load-balancing Approach S. M. Ashraful Kadir 1 and Tazrian Khan 2 1 Scientific Computing, Royal Institute of Technology (KTH), Stockholm, Sweden smakadir@csc.kth.se,

More information

Unit A451: Computer systems and programming. Section 2: Computing Hardware 4/5: Input and Output Devices

Unit A451: Computer systems and programming. Section 2: Computing Hardware 4/5: Input and Output Devices Unit A451: Computer systems and programming Section 2: Computing Hardware 4/5: Input and Output Devices Input and Output devices Candidates should be able to: (a) understand the need for input and output

More information

Automatic Recognition Algorithm of Quick Response Code Based on Embedded System

Automatic Recognition Algorithm of Quick Response Code Based on Embedded System Automatic Recognition Algorithm of Quick Response Code Based on Embedded System Yue Liu Department of Information Science and Engineering, Jinan University Jinan, China ise_liuy@ujn.edu.cn Mingjun Liu

More information

Scan to PC Desktop Professional 10 Install Instructions

Scan to PC Desktop Professional 10 Install Instructions Scan to PC Desktop Professional 10 Install Instructions Personalize your Xerox network scanning and your PDF workflow Xerox Corporation Scan to PC Desktop Professional 10 Install Instructions 1 General

More information

Scanners and How to Use Them

Scanners and How to Use Them Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Introduction A scanner is a device that converts images to a digital file you can use with your computer. There are many different types

More information

Targus Wireless Remote Presenter USER S GUIDE. Making Your Mobile Life Easier. Making Your Mobile Life Easier.

Targus Wireless Remote Presenter USER S GUIDE. Making Your Mobile Life Easier. Making Your Mobile Life Easier. Targus Wireless Remote Presenter Making Your Mobile Life Easier. Visit our Web site at: www.targus.com Features and specifications are subject to change without notice. 2003 Targus Corp. 400-0110-001B

More information

LED red (-): Measuring value < lower tolerance threshold LED red (+): Measuring value > upper tolerance threshold. Page 1/6

LED red (-): Measuring value < lower tolerance threshold LED red (+): Measuring value > upper tolerance threshold. Page 1/6 L-LAS Series L-LAS-LT-165-CL - Line laser 1 mw, laser class 2 - Visible laser line (red light 670 nm), typ. 2 mm x 3 mm - Reference distance approx. 165 mm - Measuring range typ. 65... 265 mm - Resolution

More information

How To Use Bodescan For 3D Imaging Of The Human Body

How To Use Bodescan For 3D Imaging Of The Human Body «Bodescan» THE ULTIMATE 3D SCANNER FOR DATA ACQUISITION OF HUMAN BODY A COMPREHENSIVE SYSTEM INCLUDING HARDWARE AND SOFTWARE TOOLS Page 2 of 9 Bodescan HUMAN BODY3D SCANNING HARDWARE AND SOFTWARE INCLUDED

More information

What is Visualization? Information Visualization An Overview. Information Visualization. Definitions

What is Visualization? Information Visualization An Overview. Information Visualization. Definitions What is Visualization? Information Visualization An Overview Jonathan I. Maletic, Ph.D. Computer Science Kent State University Visualize/Visualization: To form a mental image or vision of [some

More information

MACHINE VISION FOR SMARTPHONES. Essential machine vision camera requirements to fulfill the needs of our society

MACHINE VISION FOR SMARTPHONES. Essential machine vision camera requirements to fulfill the needs of our society MACHINE VISION FOR SMARTPHONES Essential machine vision camera requirements to fulfill the needs of our society INTRODUCTION With changes in our society, there is an increased demand in stateof-the art

More information

White Paper. "See" what is important

White Paper. See what is important Bear this in mind when selecting a book scanner "See" what is important Books, magazines and historical documents come in hugely different colors, shapes and sizes; for libraries, archives and museums,

More information

A Remote Maintenance System with the use of Virtual Reality.

A Remote Maintenance System with the use of Virtual Reality. ICAT 2001 December 5-7, Tokyo, JAPAN A Remote Maintenance System with the use of Virtual Reality. Moez BELLAMINE 1), Norihiro ABE 1), Kazuaki TANAKA 1), Hirokazu TAKI 2) 1) Kyushu Institute of Technology,

More information

WHITE PAPER. Are More Pixels Better? www.basler-ipcam.com. Resolution Does it Really Matter?

WHITE PAPER. Are More Pixels Better? www.basler-ipcam.com. Resolution Does it Really Matter? WHITE PAPER www.basler-ipcam.com Are More Pixels Better? The most frequently asked question when buying a new digital security camera is, What resolution does the camera provide? The resolution is indeed

More information

Separation of Dyes by Paper Chromatography

Separation of Dyes by Paper Chromatography Cautions: The FD&C food dyes used are concentrated and may stain clothing and skin. Do not ingest any of the food dyes or food samples used in this lab. Purpose: The purpose of this experiment is to determine

More information

How To Compress Video For Real Time Transmission

How To Compress Video For Real Time Transmission University of Edinburgh College of Science and Engineering School of Informatics Informatics Research Proposal supervised by Dr. Sethu Vijayakumar Optimized bandwidth usage for real-time remote surveillance

More information

Parallel Analysis and Visualization on Cray Compute Node Linux

Parallel Analysis and Visualization on Cray Compute Node Linux Parallel Analysis and Visualization on Cray Compute Node Linux David Pugmire, Oak Ridge National Laboratory and Hank Childs, Lawrence Livermore National Laboratory and Sean Ahern, Oak Ridge National Laboratory

More information

MITOSIS IN ONION ROOT TIP CELLS: AN INTRODUCTION TO LIGHT MICROSCOPY

MITOSIS IN ONION ROOT TIP CELLS: AN INTRODUCTION TO LIGHT MICROSCOPY MITOSIS IN ONION ROOT TIP CELLS: AN INTRODUCTION TO LIGHT MICROSCOPY Adapted from Foundations of Biology I; Lab 6 Introduction to Microscopy Dr. John Robertson, Westminster College Biology Department,

More information

Computer Vision for Quality Control in Latin American Food Industry, A Case Study

Computer Vision for Quality Control in Latin American Food Industry, A Case Study Computer Vision for Quality Control in Latin American Food Industry, A Case Study J.M. Aguilera A1, A. Cipriano A1, M. Eraña A2, I. Lillo A1, D. Mery A1, and A. Soto A1 e-mail: [jmaguile,aciprian,dmery,asoto,]@ing.puc.cl

More information

Large-Scale Data Sets Clustering Based on MapReduce and Hadoop

Large-Scale Data Sets Clustering Based on MapReduce and Hadoop Journal of Computational Information Systems 7: 16 (2011) 5956-5963 Available at http://www.jofcis.com Large-Scale Data Sets Clustering Based on MapReduce and Hadoop Ping ZHOU, Jingsheng LEI, Wenjun YE

More information

An Introduction to Data Mining. Big Data World. Related Fields and Disciplines. What is Data Mining? 2/12/2015

An Introduction to Data Mining. Big Data World. Related Fields and Disciplines. What is Data Mining? 2/12/2015 An Introduction to Data Mining for Wind Power Management Spring 2015 Big Data World Every minute: Google receives over 4 million search queries Facebook users share almost 2.5 million pieces of content

More information

Printed Circuit Board Defect Detection using Wavelet Transform

Printed Circuit Board Defect Detection using Wavelet Transform Research Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Amit

More information