|
|
|
- Clement Chapman
- 9 years ago
- Views:
Transcription
1 Computer Vision Research at Faculty of Electrical Engineering Osijek Ivan Aleksi, Robert Cupec, Damir Filko, Irena Galić, Željko Hocenski, Tomislav Keser, Tomislav Matić, Emmanuel Karlo Nyarko, Snježana Rimac-Drlje First Croatian Computer Vision Workshop, CCVW
2 Contents of the Presentation Underwater surface reconstruction Visual quality control based on computer vision Robot localization based on planar surfaces detected by 3D camera 2.5D mesh segmentation to approximately convex surfaces PDE image compression Video quality evaluation First Croatian Computer Vision Workshop, CCVW
3 Ivan Aleksi, dipl.ing. Prof. Dr.-Ing. Dieter Kraus Prof. Dr. Sc. Željko Hocenski Underwater Surface Reconstruction First Croatian Computer Vision Workshop, CCVW
4 2D/3D Underwater Object Reconstruction Example of underwater inspection mission. Underwater Surface Reconstruction 4
5 Range-finding in 1D beams Find appropriate time (range) sample in each 1D beam that corresponds to the first significant signal change denoting that an object is present. Beams Range Range Underwater Surface Reconstruction 5
6 Reconstructed 3D Object Visualization 3D visualization with Point Cloud Library (PCL). On the dry end (monitor) user can view reco-nstructed 3D object as a 6D Point Cloud. Point Cloud = [3D location, color, range, intensity] Underwater Surface Reconstruction 6
7 2D plane pointcloud projection (2D image) 2D image of reconstructed pointcloud. Underwater Surface Reconstruction 7
8 HOCHSCHULE BREMEN - ERASMUS PROGRAMM Institut fur Wasserschall, Sonartechnik und Signaltheorie Department for Computer and Programming Engineering prof.dr.sc. Željko Hocenski doc.dr.sc. Tomislav Keser Visual Quality Control Based on Computer Vision Applied on Ceramic Tiles Visual Quality Inspection and Classification First Croatian Computer Vision Workshop, CCVW
9 VISUAL INSPECTION Visual Quality Control Based on Computer Vision 9
10 Concept and Goals Replace man as visual controller with an automated system. Improve visual perception rate and rise detection accuracy. Rise system durability and availability. Lower production costs; Lower ratio of falsely detected defects. Rise classification accuracy. Visual Quality Control Based on Computer Vision 10
11 System structure and relations Structure section are Object image capturing utilize digital line scan camera or cameras Image data crunching utilize appropriate set of algorithms for tile fault detection, localization and quantization. Visual Quality Control Based on Computer Vision 11
12 Types of Defects what to search for? There are two types of defects: Geometry related defects type of defects tightly related to geometry properties of tile, such: width, heigth, edge linearity, surface planarity and warping ratio Surface related defects Morphological defects planar type of defects, such: spotted dots, blobs, textural inconsistence, tonality, other morph featured defects. Geometrical surface defects - defects that are significantly noticeable and have measurable 3D components, such: spotted dots, lumps, bumps, 3D texture morph defects. Visual Quality Control Based on Computer Vision 12
13 Quality Estimation rules, is there any? Quality estimation bases on: Presence and amount of geometry related and surface related defects Subjective opinion of visual analyzer After all Classification rules are very stretchable! Solution -> Neural Network Classificator. Object image after preprocessing Geometry analysis Teaching Sequence Surface analysis Neural Network Classificator Subjective oriented classification set of rules 1st class 2nd class 3rd class Waste Visual Quality Control Based on Computer Vision 13
14 Industrial plant prototype Visual Quality Control Based on Computer Vision 14 14
15 Robot Localization Based on Planar Surfaces Detected by 3D Camera Robert Cupec, Emmanuel Karlo Nyarko, Damir Filko Ivan Petrović (FER, Zagreb) view B view A Fast Pose Tracking Based on Ranked 3D Planar Patch Correspondences, 10th IFAC Symposium on Robot Control (SYROCO), Dubrovnik, Croatia, 2012 Task given sensor data acquired by a 3D camera from 2 different views, determine the relative pose of these two views First Croatian Computer Vision Workshop, CCVW
16 Concept extraction of 3D planar patches matching of 3D planar patches accross views generating pose hypotheses selecting the best hypothesis Robot Localization Based on Planar Surfaces Detected by 3D Camera 16
17 Extraction of Planar Patches from 3D Point Cloud Microsoft Kinect 3D camera 3D point cloud RGB image depth image Robot Localization Based on Planar Surfaces Detected by 3D Camera 17
18 Extraction of Planar Patches from 3D Point Cloud iterative Delaunay triangulation + merging of triangles [Schmitt, Chen (1991)] set of 3D planar surface patches segmented depth image 3D model consisting of planar patches Robot Localization Based on Planar Surfaces Detected by 3D Camera 18
19 Matching of Planar Patches Problem no descriptors like in the case of point-features large number of combinations large number of hypotheses high computational reqirements Robot Localization Based on Planar Surfaces Detected by 3D Camera 19
20 Generate pose hypotheses by building a tree structure Tree structure: Node pair of matched surfaces from Q Path from a leaf node to the root node pose hypothesis Node is assigned the pose obtaned by EKF update of the pose assigned to the parent node Robot Localization Based on Planar Surfaces Detected by 3D Camera 20
21 Generate pose hypotheses by building a tree structure More probable hypotheses are generated before the less probable ones Robot Localization Based on Planar Surfaces Detected by 3D Camera 21
22 Experimental Evaluation Robot Localization Based on Planar Surfaces Detected by 3D Camera 22
23 the estimated relative pose is compared to the pose obtained by odometry Robot Localization Based on Planar Surfaces Detected by 3D Camera 23
24 surface detection time (s) surface detection time (s) Robot Localization Based on Planar Surfaces Detected by 3D Camera 24
25 image registration time (s) Robot Localization Based on Planar Surfaces Detected by 3D Camera 25
26 Comparison with the method presented in Pathak et al. (2010) Pathak et al. (2010) Proposed method Image resolution No. of samples Mean surface detect. time (ms) Mean registration time (ms) 159.8* 6.30 *Mean image registration time is calculated for the situation where 50% of the total number of planar surfaces obtained was used in image registration. Robot Localization Based on Planar Surfaces Detected by 3D Camera 26
27 SACS Segmentation to Approximately Convex Surfaces R. Cupec, E. K. Nyarko, D. Filko D. Fast 2.5D Mesh Segmentation to Approximately Convex Surfaces, Proceedings of the 5th European Conference on Mobile Robots, Örebro, Švedska, str Create a 2.5D mesh of the range image using iterative Delaunay triangulation [Schmitt & Chen, 1991]. 2. Starting from the largest triangle, perform region growing by successively appending adjacent triangles as long as the obtained triangle set represents an approximately convex surface. 3. Remove all triangles belonging to the obtained segment from the further processing. 4. Repeat from step 2 until all triangles are considered. RGB image Triangulation Depth image Segmentation First Croatian Computer Vision Workshop, CCVW
28 Experimantal Evaluation Camera image Manually created ground truth PCL Our method Fast 2.5D Mesh Segmentation to Approximately Convex Surfaces 28
29 We evaluated developed segmentation by using V-measure [Rosenberg & Hirschberg, 2007] across 12 scenes and comparing our method to the segmentation obtained by implemented tools from Point Cloud Library (PCL). Fast 2.5D Mesh Segmentation to Approximately Convex Surfaces 29
30 Execution time of the proposed method (SACS) and PCL in seconds. SACS Exec. mesh time segment. total building PCL min max average Fast 2.5D Mesh Segmentation to Approximately Convex Surfaces 30
31 PDE IMAGE COMPRESSION Irena Galić First Croatian Computer Vision Workshop, CCVW
32 Introduction PDEs for Image Compression: diffusion-like partial differential equations (PDEs) for image compression driving inpainting to the extreme keep only a small fraction of the pixels encode the selected data in an efficient way reconstruct the remaining data with PDE-based interpolation PDE Image Compression 32
33 PDE Compression Coding: adaptive triangulation that can be coded in a binary tree BTTC (Distasi et al. 1997) split area along one diagonal into two triangles if plane on a each triangle approximates image not well enough: subdivide the triangle adaptive error threshold EED in the encoding step brightness rescaling specific quantisation strategy PDE Image Compression 33
34 Decoding: PDE Compression sparse image is recovered from the binary tree representation reconstructing missing data by Edge-enhancing diffusion (EED)(Weickert 1996) Lu=div(g( u σ u σt ) u). sparse image reconstructed image PDE Image Compression 34
35 10:1 0,8 bpp 20:1 0,4 bpp 40:1 0,2 bpp 80:1 0,1 bpp 160:1 0,05 bpp JPEG 2000 JPEG EEDC PDE Image Compression 35
36 Comparison of compression methods PDE Image Compression 36
37 Comparison of compression methods PDE Image Compression 37
38 References I. Galić, B. Zovko-Cihlar, S. Rimac-Drlje: Computer image quality selection between JPEG, JPEG 2000 and PDE compression. Proc. 19th International Conference on Systems, Signals and Image Processing (IWSSIP), Wien, Austria, IEEE Austria Section, Č. Livada, I. Galić, B. Zovko-Cihlar: EEDC Image Compression Using Burrows-Wheeler Data Modeling. Proc. 54th International Symposium ELMAR- 2012, Zagreb, ITG, I. Galić, J. Weickert, M. Welk, A. Bruhn, A. Belyaev, H.-P. Seidel: Image compression with anisotropic diffusion. Journal of Mathematical Imaging and Vision, Vol. 31, , (adaptive triangulations with EED-based interpolation) I. Galić, J. Weickert, M. Welk, A. Bruhn, A. Belyaev, H.-P. Seidel: Towards PDE-based image compression. Variational, Geometric, and Level Set Methods in Computer Vision. Lecture Notes in Computer Science Vol. 3752, Berlin, Springer, 37-48, PDE Image Compression 38
39 Video Quality Group at Faculty of Electrical Engineering in Osijek Prof. dr.sc. Snježana Rimac-Drlje, dipl. ing. Dr.sc. Mario Vranješ, dipl.ing. Denis Vranješ, mag.ing. Research areas Image & Video Processing Image and Video Coding Transmission over Heterogeneous Networks Human Vision Modelling Video Quality Evaluation Objective Video Quality Evalutaion Subjective Video Quality Evaluation First Croatian Computer Vision Workshop, CCVW
40 Creation of Subjective Video Quality Databases [1], [2] ETFOS CIF Video Quality (ECVQ) Database (resolution 352 x 288) [1] M. Vranješ, S. Rimac-Drlje, D. Vranješ, ECVQ and EVVQ Video Quality Databases, Proceedings of 54th International Symposium ELMAR-2012, Zadar, 2012, pp [2] M. Vranješ, S. Rimac-Drlje, K. Grgić, Review of Objective Video Quality Metrics and Performance Comparison using Different Databases, in review process in Signal Processing: Image Communication, submission sent VQG@ETFOS 40
41 Creation of Subjective Video Quality Databases [1], [2] ETFOS VGA Video Quality (EVVQ) Database (resolution 640 x 480) [1] M. Vranješ, S. Rimac-Drlje, D. Vranješ, ECVQ and EVVQ Video Quality Databases, Proceedings of 54th International Symposium ELMAR-2012, Zadar, 2012, pp [2] M. Vranješ, S. Rimac-Drlje, K. Grgić, Review of Objective Video Quality Metrics and Performance Comparison using Different Databases, in review process in Signal Processing: Image Communication, submission sent VQG@ETFOS 41
42 Design of Objective Video Quality Metrics Foveated Mean Squared Error (FMSE) [3] Foveation-based content Adaptive Root Mean Squared Error (FARMSE) [4] Competitive with the best published objective video quality metrics Calculation complexity significanty reduced with respect to the best published objective video quality metrics [3] S. Rimac-Drlje, M. Vranješ, D. Žagar, Foveated mean squared error a novel video quality metric, Multimedia Tools and Applications, vol. 49, 2010, pp [4] M. Vranješ, Objective image quality metric based on spatio-temporal features of video signal and foveated vision, Ph.D. thesis, Faculty of Electrical Engineering in Osijek, Croatia, 2012 VQG@ETFOS 42
43 Thank you for your attention. First Croatian Computer Vision Workshop, CCVW
Image Compression and Decompression using Adaptive Interpolation
Image Compression and Decompression using Adaptive Interpolation SUNILBHOOSHAN 1,SHIPRASHARMA 2 Jaypee University of Information Technology 1 Electronicsand Communication EngineeringDepartment 2 ComputerScience
Segmentation of building models from dense 3D point-clouds
Segmentation of building models from dense 3D point-clouds Joachim Bauer, Konrad Karner, Konrad Schindler, Andreas Klaus, Christopher Zach VRVis Research Center for Virtual Reality and Visualization, Institute
A NEW SUPER RESOLUTION TECHNIQUE FOR RANGE DATA. Valeria Garro, Pietro Zanuttigh, Guido M. Cortelazzo. University of Padova, Italy
A NEW SUPER RESOLUTION TECHNIQUE FOR RANGE DATA Valeria Garro, Pietro Zanuttigh, Guido M. Cortelazzo University of Padova, Italy ABSTRACT Current Time-of-Flight matrix sensors allow for the acquisition
A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow
, pp.233-237 http://dx.doi.org/10.14257/astl.2014.51.53 A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow Giwoo Kim 1, Hye-Youn Lim 1 and Dae-Seong Kang 1, 1 Department of electronices
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
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,
Removing Moving Objects from Point Cloud Scenes
1 Removing Moving Objects from Point Cloud Scenes Krystof Litomisky [email protected] Abstract. Three-dimensional simultaneous localization and mapping is a topic of significant interest in the research
Immersive Medien und 3D-Video
Fraunhofer-Institut für Nachrichtentechnik Heinrich-Hertz-Institut Ralf Schäfer [email protected] http://ip.hhi.de Immersive Medien und 3D-Video page 1 Outline Immersive Media Examples Interactive Media
Building an Advanced Invariant Real-Time Human Tracking System
UDC 004.41 Building an Advanced Invariant Real-Time Human Tracking System Fayez Idris 1, Mazen Abu_Zaher 2, Rashad J. Rasras 3, and Ibrahiem M. M. El Emary 4 1 School of Informatics and Computing, German-Jordanian
ESE498. Intruder Detection System
0 Washington University in St. Louis School of Engineering and Applied Science Electrical and Systems Engineering Department ESE498 Intruder Detection System By Allen Chiang, Jonathan Chu, Siwei Su Supervisor
Low-resolution Character Recognition by Video-based Super-resolution
2009 10th International Conference on Document Analysis and Recognition Low-resolution Character Recognition by Video-based Super-resolution Ataru Ohkura 1, Daisuke Deguchi 1, Tomokazu Takahashi 2, Ichiro
MetropoGIS: A City Modeling System DI Dr. Konrad KARNER, DI Andreas KLAUS, DI Joachim BAUER, DI Christopher ZACH
MetropoGIS: A City Modeling System DI Dr. Konrad KARNER, DI Andreas KLAUS, DI Joachim BAUER, DI Christopher ZACH VRVis Research Center for Virtual Reality and Visualization, Virtual Habitat, Inffeldgasse
Machine Learning for Medical Image Analysis. A. Criminisi & the InnerEye team @ MSRC
Machine Learning for Medical Image Analysis A. Criminisi & the InnerEye team @ MSRC Medical image analysis the goal Automatic, semantic analysis and quantification of what observed in medical scans Brain
COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS
COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS B.K. Mohan and S. N. Ladha Centre for Studies in Resources Engineering IIT
Introduction to Computer Graphics
Introduction to Computer Graphics Torsten Möller TASC 8021 778-782-2215 [email protected] www.cs.sfu.ca/~torsten Today What is computer graphics? Contents of this course Syllabus Overview of course topics
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.
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
PCL - SURFACE RECONSTRUCTION
PCL - SURFACE RECONSTRUCTION TOYOTA CODE SPRINT Alexandru-Eugen Ichim Computer Graphics and Geometry Laboratory PROBLEM DESCRIPTION 1/2 3D revolution due to cheap RGB-D cameras (Asus Xtion & Microsoft
Image Compression through DCT and Huffman Coding Technique
International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Rahul
Introduction. Chapter 1
1 Chapter 1 Introduction Robotics and automation have undergone an outstanding development in the manufacturing industry over the last decades owing to the increasing demand for higher levels of productivity
PHOTOGRAMMETRIC TECHNIQUES FOR MEASUREMENTS IN WOODWORKING INDUSTRY
PHOTOGRAMMETRIC TECHNIQUES FOR MEASUREMENTS IN WOODWORKING INDUSTRY V. Knyaz a, *, Yu. Visilter, S. Zheltov a State Research Institute for Aviation System (GosNIIAS), 7, Victorenko str., Moscow, Russia
Hybrid Lossless Compression Method For Binary Images
M.F. TALU AND İ. TÜRKOĞLU/ IU-JEEE Vol. 11(2), (2011), 1399-1405 Hybrid Lossless Compression Method For Binary Images M. Fatih TALU, İbrahim TÜRKOĞLU Inonu University, Dept. of Computer Engineering, Engineering
2003-2012 MVTec Software GmbH.
1 MVTec Software GmbH is a leading international manufacturer of software for machine vision used in all demanding areas of imaging: semi-conductor industry, web inspection, quality control and inspection
Real time vehicle detection and tracking on multiple lanes
Real time vehicle detection and tracking on multiple lanes Kristian Kovačić Edouard Ivanjko Hrvoje Gold Department of Intelligent Transportation Systems Faculty of Transport and Traffic Sciences University
RIEGL VZ-400 NEW. Laser Scanners. Latest News March 2009
Latest News March 2009 NEW RIEGL VZ-400 Laser Scanners The following document details some of the excellent results acquired with the new RIEGL VZ-400 scanners, including: Time-optimised fine-scans The
LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE. [email protected]
LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE 1 S.Manikandan, 2 S.Abirami, 2 R.Indumathi, 2 R.Nandhini, 2 T.Nanthini 1 Assistant Professor, VSA group of institution, Salem. 2 BE(ECE), VSA
Efficient Storage, Compression and Transmission
Efficient Storage, Compression and Transmission of Complex 3D Models context & problem definition general framework & classification our new algorithm applications for digital documents Mesh Decimation
High speed 3D capture for Configuration Management DOE SBIR Phase II Paul Banks [email protected]
High speed 3D capture for Configuration Management DOE SBIR Phase II Paul Banks [email protected] Advanced Methods for Manufacturing Workshop September 29, 2015 1 TetraVue does high resolution 3D
Binary Image Scanning Algorithm for Cane Segmentation
Binary Image Scanning Algorithm for Cane Segmentation Ricardo D. C. Marin Department of Computer Science University Of Canterbury Canterbury, Christchurch [email protected] Tom
Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall
Automatic Photo Quality Assessment Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Estimating i the photorealism of images: Distinguishing i i paintings from photographs h Florin
Data Storage 3.1. Foundations of Computer Science Cengage Learning
3 Data Storage 3.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: List five different data types used in a computer. Describe how
Locating and Decoding EAN-13 Barcodes from Images Captured by Digital Cameras
Locating and Decoding EAN-13 Barcodes from Images Captured by Digital Cameras W3A.5 Douglas Chai and Florian Hock Visual Information Processing Research Group School of Engineering and Mathematics Edith
A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA
A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - [email protected]
DYNAMIC DOMAIN CLASSIFICATION FOR FRACTAL IMAGE COMPRESSION
DYNAMIC DOMAIN CLASSIFICATION FOR FRACTAL IMAGE COMPRESSION K. Revathy 1 & M. Jayamohan 2 Department of Computer Science, University of Kerala, Thiruvananthapuram, Kerala, India 1 [email protected]
Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to:
Chapter 3 Data Storage Objectives After studying this chapter, students should be able to: List five different data types used in a computer. Describe how integers are stored in a computer. Describe how
Terrain Traversability Analysis using Organized Point Cloud, Superpixel Surface Normals-based segmentation and PCA-based Classification
Terrain Traversability Analysis using Organized Point Cloud, Superpixel Surface Normals-based segmentation and PCA-based Classification Aras Dargazany 1 and Karsten Berns 2 Abstract In this paper, an stereo-based
ENG4BF3 Medical Image Processing. Image Visualization
ENG4BF3 Medical Image Processing Image Visualization Visualization Methods Visualization of medical images is for the determination of the quantitative information about the properties of anatomic tissues
Performance Analysis and Comparison of JM 15.1 and Intel IPP H.264 Encoder and Decoder
Performance Analysis and Comparison of 15.1 and H.264 Encoder and Decoder K.V.Suchethan Swaroop and K.R.Rao, IEEE Fellow Department of Electrical Engineering, University of Texas at Arlington Arlington,
Super-resolution method based on edge feature for high resolution imaging
Science Journal of Circuits, Systems and Signal Processing 2014; 3(6-1): 24-29 Published online December 26, 2014 (http://www.sciencepublishinggroup.com/j/cssp) doi: 10.11648/j.cssp.s.2014030601.14 ISSN:
Introduction to image coding
Introduction to image coding Image coding aims at reducing amount of data required for image representation, storage or transmission. This is achieved by removing redundant data from an image, i.e. by
Internet Video Streaming and Cloud-based Multimedia Applications. Outline
Internet Video Streaming and Cloud-based Multimedia Applications Yifeng He, [email protected] Ling Guan, [email protected] 1 Outline Internet video streaming Overview Video coding Approaches for video
Colorado School of Mines Computer Vision Professor William Hoff
Professor William Hoff Dept of Electrical Engineering &Computer Science http://inside.mines.edu/~whoff/ 1 Introduction to 2 What is? A process that produces from images of the external world a description
Tracking performance evaluation on PETS 2015 Challenge datasets
Tracking performance evaluation on PETS 2015 Challenge datasets Tahir Nawaz, Jonathan Boyle, Longzhen Li and James Ferryman Computational Vision Group, School of Systems Engineering University of Reading,
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
BACnet for Video Surveillance
The following article was published in ASHRAE Journal, October 2004. Copyright 2004 American Society of Heating, Refrigerating and Air-Conditioning Engineers, Inc. It is presented for educational purposes
Canny Edge Detection
Canny Edge Detection 09gr820 March 23, 2009 1 Introduction The purpose of edge detection in general is to significantly reduce the amount of data in an image, while preserving the structural properties
SSIM Technique for Comparison of Images
SSIM Technique for Comparison of Images Anil Wadhokar 1, Krupanshu Sakharikar 2, Sunil Wadhokar 3, Geeta Salunke 4 P.G. Student, Department of E&TC, GSMCOE Engineering College, Pune, Maharashtra, India
Spatio-Temporally Coherent 3D Animation Reconstruction from Multi-view RGB-D Images using Landmark Sampling
, March 13-15, 2013, Hong Kong Spatio-Temporally Coherent 3D Animation Reconstruction from Multi-view RGB-D Images using Landmark Sampling Naveed Ahmed Abstract We present a system for spatio-temporally
Development and Evaluation of Point Cloud Compression for the Point Cloud Library
Development and Evaluation of Point Cloud Compression for the Institute for Media Technology, TUM, Germany May 12, 2011 Motivation Point Cloud Stream Compression Network Point Cloud Stream Decompression
Point Cloud Simulation & Applications Maurice Fallon
Point Cloud & Applications Maurice Fallon Contributors: MIT: Hordur Johannsson and John Leonard U. of Salzburg: Michael Gschwandtner and Roland Kwitt Overview : Dense disparity information Efficient Image
Very Low Frame-Rate Video Streaming For Face-to-Face Teleconference
Very Low Frame-Rate Video Streaming For Face-to-Face Teleconference Jue Wang, Michael F. Cohen Department of Electrical Engineering, University of Washington Microsoft Research Abstract Providing the best
DAMAGED ROAD TUNNEL LASER SCANNER SURVEY
University of Brescia - ITALY DAMAGED ROAD TUNNEL LASER SCANNER SURVEY Prof. Giorgio Vassena [email protected] WORKFLOW - Demand analysis - Instruments choice - On field operations planning - Laser
USING COMPUTER VISION IN SECURITY APPLICATIONS
USING COMPUTER VISION IN SECURITY APPLICATIONS Peter Peer, Borut Batagelj, Franc Solina University of Ljubljana, Faculty of Computer and Information Science Computer Vision Laboratory Tržaška 25, 1001
A NEW LOSSLESS METHOD OF IMAGE COMPRESSION AND DECOMPRESSION USING HUFFMAN CODING TECHNIQUES
A NEW LOSSLESS METHOD OF IMAGE COMPRESSION AND DECOMPRESSION USING HUFFMAN CODING TECHNIQUES 1 JAGADISH H. PUJAR, 2 LOHIT M. KADLASKAR 1 Faculty, Department of EEE, B V B College of Engg. & Tech., Hubli,
Keywords image processing, signature verification, false acceptance rate, false rejection rate, forgeries, feature vectors, support vector machines.
International Journal of Computer Application and Engineering Technology Volume 3-Issue2, Apr 2014.Pp. 188-192 www.ijcaet.net OFFLINE SIGNATURE VERIFICATION SYSTEM -A REVIEW Pooja Department of Computer
REPRESENTATION, CODING AND INTERACTIVE RENDERING OF HIGH- RESOLUTION PANORAMIC IMAGES AND VIDEO USING MPEG-4
REPRESENTATION, CODING AND INTERACTIVE RENDERING OF HIGH- RESOLUTION PANORAMIC IMAGES AND VIDEO USING MPEG-4 S. Heymann, A. Smolic, K. Mueller, Y. Guo, J. Rurainsky, P. Eisert, T. Wiegand Fraunhofer Institute
EFFICIENT VEHICLE TRACKING AND CLASSIFICATION FOR AN AUTOMATED TRAFFIC SURVEILLANCE SYSTEM
EFFICIENT VEHICLE TRACKING AND CLASSIFICATION FOR AN AUTOMATED TRAFFIC SURVEILLANCE SYSTEM Amol Ambardekar, Mircea Nicolescu, and George Bebis Department of Computer Science and Engineering University
Morphological segmentation of histology cell images
Morphological segmentation of histology cell images A.Nedzved, S.Ablameyko, I.Pitas Institute of Engineering Cybernetics of the National Academy of Sciences Surganova, 6, 00 Minsk, Belarus E-mail [email protected]
Vision based Vehicle Tracking using a high angle camera
Vision based Vehicle Tracking using a high angle camera Raúl Ignacio Ramos García Dule Shu [email protected] [email protected] Abstract A vehicle tracking and grouping algorithm is presented in this work
Leeds the Automation Degree in the Processing of Laser Scan Data to Better Final Products?
Leeds the Automation Degree in the Processing of Laser Scan Data to Better Final Products? Ivo MILEV, Germany Key words: Terrestrial Laser scanning for engineering survey, site surveying, data processing
DIGITAL IMAGE PROCESSING AND ANALYSIS
DIGITAL IMAGE PROCESSING AND ANALYSIS Human and Computer Vision Applications with CVIPtools SECOND EDITION SCOTT E UMBAUGH Uffi\ CRC Press Taylor &. Francis Group Boca Raton London New York CRC Press is
Feature Point Selection using Structural Graph Matching for MLS based Image Registration
Feature Point Selection using Structural Graph Matching for MLS based Image Registration Hema P Menon Department of CSE Amrita Vishwa Vidyapeetham Coimbatore Tamil Nadu - 641 112, India K A Narayanankutty
Fault Localization in a Software Project using Back- Tracking Principles of Matrix Dependency
Fault Localization in a Software Project using Back- Tracking Principles of Matrix Dependency ABSTRACT Fault identification and testing has always been the most specific concern in the field of software
JOSIP JURAJ STROSSMAYER UNIVERSITY OF OSIJEK
JOSIP JURAJ STROSSMAYER UNIVERSITY OF OSIJEK UNIOS POSITION IN CROATIA EASTERN PART OF CROATIA 287 KM FROM ZAGREB 250 KM FROM BUDAPEST 5 COUNTIES WITH 900 000 CITIZENS 2 AIRPORTS HARBOUR ON RIVER DRAVA
Privacy Preserving Automatic Fall Detection for Elderly Using RGBD Cameras
Privacy Preserving Automatic Fall Detection for Elderly Using RGBD Cameras Chenyang Zhang 1, Yingli Tian 1, and Elizabeth Capezuti 2 1 Media Lab, The City University of New York (CUNY), City College New
Optical Digitizing by ATOS for Press Parts and Tools
Optical Digitizing by ATOS for Press Parts and Tools Konstantin Galanulis, Carsten Reich, Jan Thesing, Detlef Winter GOM Gesellschaft für Optische Messtechnik mbh, Mittelweg 7, 38106 Braunschweig, Germany
A Genetic Algorithm-Evolved 3D Point Cloud Descriptor
A Genetic Algorithm-Evolved 3D Point Cloud Descriptor Dominik Wȩgrzyn and Luís A. Alexandre IT - Instituto de Telecomunicações Dept. of Computer Science, Univ. Beira Interior, 6200-001 Covilhã, Portugal
Water Flow in. Alex Vlachos, Valve July 28, 2010
Water Flow in Alex Vlachos, Valve July 28, 2010 Outline Goals & Technical Constraints How Artists Create Flow Maps Flowing Normal Maps in Left 4 Dead 2 Flowing Color Maps in Portal 2 Left 4 Dead 2 Goals
Video compression: Performance of available codec software
Video compression: Performance of available codec software Introduction. Digital Video A digital video is a collection of images presented sequentially to produce the effect of continuous motion. It takes
Simultaneous Gamma Correction and Registration in the Frequency Domain
Simultaneous Gamma Correction and Registration in the Frequency Domain Alexander Wong [email protected] William Bishop [email protected] Department of Electrical and Computer Engineering University
A unified representation for interactive 3D modeling
A unified representation for interactive 3D modeling Dragan Tubić, Patrick Hébert, Jean-Daniel Deschênes and Denis Laurendeau Computer Vision and Systems Laboratory, University Laval, Québec, Canada [tdragan,hebert,laurendeau]@gel.ulaval.ca
NEW VERSION OF DECISION SUPPORT SYSTEM FOR EVALUATING TAKEOVER BIDS IN PRIVATIZATION OF THE PUBLIC ENTERPRISES AND SERVICES
NEW VERSION OF DECISION SUPPORT SYSTEM FOR EVALUATING TAKEOVER BIDS IN PRIVATIZATION OF THE PUBLIC ENTERPRISES AND SERVICES Silvija Vlah Kristina Soric Visnja Vojvodic Rosenzweig Department of Mathematics
Model Repair. Leif Kobbelt RWTH Aachen University )NPUT $ATA 2EMOVAL OF TOPOLOGICAL AND GEOMETRICAL ERRORS !NALYSIS OF SURFACE QUALITY
)NPUT $ATA 2ANGE 3CAN #!$ 4OMOGRAPHY 2EMOVAL OF TOPOLOGICAL AND GEOMETRICAL ERRORS!NALYSIS OF SURFACE QUALITY 3URFACE SMOOTHING FOR NOISE REMOVAL 0ARAMETERIZATION 3IMPLIFICATION FOR COMPLEXITY REDUCTION
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
An Approach for Utility Pole Recognition in Real Conditions
6th Pacific-Rim Symposium on Image and Video Technology 1st PSIVT Workshop on Quality Assessment and Control by Image and Video Analysis An Approach for Utility Pole Recognition in Real Conditions Barranco
COURSE CATALOGUE 2013-2014
COURSE CATALOGUE 201-201 Field: COMPUTER SCIENCE Programme: Bachelor s Degree Programme in Computer Science (Informatics) Length of studies: years (6 semesters) Number of ECTS Credits: 180 +0 for the B.Sc.
COLOR-BASED PRINTED CIRCUIT BOARD SOLDER SEGMENTATION
COLOR-BASED PRINTED CIRCUIT BOARD SOLDER SEGMENTATION Tz-Sheng Peng ( 彭 志 昇 ), Chiou-Shann Fuh ( 傅 楸 善 ) Dept. of Computer Science and Information Engineering, National Taiwan University E-mail: [email protected]
Modelling 3D Avatar for Virtual Try on
Modelling 3D Avatar for Virtual Try on NADIA MAGNENAT THALMANN DIRECTOR MIRALAB UNIVERSITY OF GENEVA DIRECTOR INSTITUTE FOR MEDIA INNOVATION, NTU, SINGAPORE WWW.MIRALAB.CH/ Creating Digital Humans Vertex
Dense Matching Methods for 3D Scene Reconstruction from Wide Baseline Images
Dense Matching Methods for 3D Scene Reconstruction from Wide Baseline Images Zoltán Megyesi PhD Theses Supervisor: Prof. Dmitry Chetverikov Eötvös Loránd University PhD Program in Informatics Program Director:
SECONDARY STORAGE TERRAIN VISUALIZATION IN A CLIENT-SERVER ENVIRONMENT: A SURVEY
SECONDARY STORAGE TERRAIN VISUALIZATION IN A CLIENT-SERVER ENVIRONMENT: A SURVEY Kai Xu and Xiaofang Zhou School of Information Technology and Electrical Engineering The University of Queensland, Brisbane,
Camera Sensor Driver Development And Integration
Camera Sensor Driver Development And Integration Introduction Camera enables multimedia on phones. It is going to be an important human machine interface, adding to augmented reality possibilities on embedded
Manufacturing Process and Cost Estimation through Process Detection by Applying Image Processing Technique
Manufacturing Process and Cost Estimation through Process Detection by Applying Image Processing Technique Chalakorn Chitsaart, Suchada Rianmora, Noppawat Vongpiyasatit Abstract In order to reduce the
Lossless Grey-scale Image Compression using Source Symbols Reduction and Huffman Coding
Lossless Grey-scale Image Compression using Source Symbols Reduction and Huffman Coding C. SARAVANAN [email protected] Assistant Professor, Computer Centre, National Institute of Technology, Durgapur,WestBengal,
Estimation of Position and Orientation of Mobile Systems in a Wireless LAN
Proceedings of the 46th IEEE Conference on Decision and Control New Orleans, LA, USA, Dec. 12-14, 2007 Estimation of Position and Orientation of Mobile Systems in a Wireless LAN Christof Röhrig and Frank
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
FCE: A Fast Content Expression for Server-based Computing
FCE: A Fast Content Expression for Server-based Computing Qiao Li Mentor Graphics Corporation 11 Ridder Park Drive San Jose, CA 95131, U.S.A. Email: qiao [email protected] Fei Li Department of Computer Science
Real-Time 3D Reconstruction Using a Kinect Sensor
Computer Science and Information Technology 2(2): 95-99, 2014 DOI: 10.13189/csit.2014.020206 http://www.hrpub.org Real-Time 3D Reconstruction Using a Kinect Sensor Claudia Raluca Popescu *, Adrian Lungu
Visualization of General Defined Space Data
International Journal of Computer Graphics & Animation (IJCGA) Vol.3, No.4, October 013 Visualization of General Defined Space Data John R Rankin La Trobe University, Australia Abstract A new algorithm
A Survey of Video Processing with Field Programmable Gate Arrays (FGPA)
A Survey of Video Processing with Field Programmable Gate Arrays (FGPA) Heather Garnell Abstract This paper is a high-level, survey of recent developments in the area of video processing using reconfigurable
Masters in Information Technology
Computer - Information Technology MSc & MPhil - 2015/6 - July 2015 Masters in Information Technology Programme Requirements Taught Element, and PG Diploma in Information Technology: 120 credits: IS5101
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 [email protected], [email protected] Abstract. A speed
CALIBRATION OF A ROBUST 2 DOF PATH MONITORING TOOL FOR INDUSTRIAL ROBOTS AND MACHINE TOOLS BASED ON PARALLEL KINEMATICS
CALIBRATION OF A ROBUST 2 DOF PATH MONITORING TOOL FOR INDUSTRIAL ROBOTS AND MACHINE TOOLS BASED ON PARALLEL KINEMATICS E. Batzies 1, M. Kreutzer 1, D. Leucht 2, V. Welker 2, O. Zirn 1 1 Mechatronics Research
HANDS-FREE PC CONTROL CONTROLLING OF MOUSE CURSOR USING EYE MOVEMENT
International Journal of Scientific and Research Publications, Volume 2, Issue 4, April 2012 1 HANDS-FREE PC CONTROL CONTROLLING OF MOUSE CURSOR USING EYE MOVEMENT Akhil Gupta, Akash Rathi, Dr. Y. Radhika
Binary Coded Web Access Pattern Tree in Education Domain
Binary Coded Web Access Pattern Tree in Education Domain C. Gomathi P.G. Department of Computer Science Kongu Arts and Science College Erode-638-107, Tamil Nadu, India E-mail: [email protected] M. Moorthi
Video-Conferencing System
Video-Conferencing System Evan Broder and C. Christoher Post Introductory Digital Systems Laboratory November 2, 2007 Abstract The goal of this project is to create a video/audio conferencing system. Video
Digital image processing
746A27 Remote Sensing and GIS Lecture 4 Digital image processing Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Digital Image Processing Most of the common
