Applications of Computer Vision in Automation and Robotics

Applications of Computer Vision in Automation and Robotics
Author: Krzysztof Okarma
Publisher: MDPI
Total Pages: 186
Release: 2021-01-28
Genre: Technology & Engineering
ISBN: 3039435817

This book presents recent research results related to various applications of computer vision methods in the widely understood contexts of automation and robotics. As the current progress of image analysis applications may be easily observed in various areas of everyday life, it becomes one of the most essential elements of development of Industry 4.0 solutions. Some of the examples, partially discussed in individual chapters, may be related to the visual navigation of mobile robots and drones, monitoring of industrial production lines, non-destructive evaluation and testing, monitoring of the IoT devices or the 3D printing process and the quality assessment of manufactured objects, video surveillance systems, and decision support in autonomous vehicles.

Vision for Robotics

Vision for Robotics
Author: Danica Kragic
Publisher: Now Publishers Inc
Total Pages: 94
Release: 2009
Genre: Artificial vision
ISBN: 1601982607

Robot vision refers to the capability of a robot to visually perceive the environment and use this information for execution of various tasks. Visual feedback has been used extensively for robot navigation and obstacle avoidance. In the recent years, there are also examples that include interaction with people and manipulation of objects. In this paper, we review some of the work that goes beyond of using artificial landmarks and fiducial markers for the purpose of implementing visionbased control in robots. We discuss different application areas, both from the systems perspective and individual problems such as object tracking and recognition.

Computer Vision And Robotics In Perioperative Process

Computer Vision And Robotics In Perioperative Process
Author: Yi Xu
Publisher: World Scientific
Total Pages: 118
Release: 2018-04-10
Genre: Technology & Engineering
ISBN: 9813233303

This invaluable compendium highlights the challenges of perioperative process in hospitals today. It delves into the development of a multi-agent robotic system where a dirty-side robot that sorts instruments returned from a surgical room into different containers for easy scrubbing, a Traybot that navigates the environment and transports the instrument containers to different stations, a clean-side robot that picks up instruments and places them in surgical kits, and an orchestration software architecture that manages the cooperation between different robots.The book discusses the technical details of all the components, from system architecture to the details of the end-effector design. Readers will gain significant knowledge on how such a system was put together.Related Link(s)

Robotics, Vision and Control

Robotics, Vision and Control
Author: Peter Corke
Publisher: Springer
Total Pages: 572
Release: 2011-09-05
Genre: Technology & Engineering
ISBN: 364220144X

The author has maintained two open-source MATLAB Toolboxes for more than 10 years: one for robotics and one for vision. The key strength of the Toolboxes provide a set of tools that allow the user to work with real problems, not trivial examples. For the student the book makes the algorithms accessible, the Toolbox code can be read to gain understanding, and the examples illustrate how it can be used —instant gratification in just a couple of lines of MATLAB code. The code can also be the starting point for new work, for researchers or students, by writing programs based on Toolbox functions, or modifying the Toolbox code itself. The purpose of this book is to expand on the tutorial material provided with the toolboxes, add many more examples, and to weave this into a narrative that covers robotics and computer vision separately and together. The author shows how complex problems can be decomposed and solved using just a few simple lines of code, and hopefully to inspire up and coming researchers. The topics covered are guided by the real problems observed over many years as a practitioner of both robotics and computer vision. It is written in a light but informative style, it is easy to read and absorb, and includes a lot of Matlab examples and figures. The book is a real walk through the fundamentals of robot kinematics, dynamics and joint level control, then camera models, image processing, feature extraction and epipolar geometry, and bring it all together in a visual servo system. Additional material is provided at http://www.petercorke.com/RVC

Computer Vision in Robotics and Industrial Applications

Computer Vision in Robotics and Industrial Applications
Author: Dominik Sankowski
Publisher: World Scientific Publishing Company
Total Pages: 0
Release: 2014
Genre: Robot vision
ISBN: 9789814583718

The book presents a collection of practical applications of image processing and analysis. Different vision systems are more often used among others in the automotive industry, pharmacy, military and police equipment, automated production and measurement systems. In each of these fields of technology, digital image processing and analysis module is a critical part of the process of building this type of system. The majority of books in the market deal with theoretical issues. However, this unique publication specially highlights industrial applications, especially industrial measurement applications. Along with its wide spectrum of image processing and analysis applications, this book is an interesting reference for both students and professionals.

Computational Intelligence, Control and Computer Vision in Robotics and Automation

Computational Intelligence, Control and Computer Vision in Robotics and Automation
Author: Bidyadhar Subudhi
Publisher:
Total Pages: 0
Release: 2009
Genre: Artificial intelligence
ISBN: 9788173199530

Describes the significance towards developing intelligent robots and industrial automation with applications. The book presents state-of-the-art technologies on robotics research; and includes an array of recent investigations on navigation, motion planning of mobile robots, control of underactuated systems such as flexible robots.

Cluster Computing for Robotics and Computer Vision

Cluster Computing for Robotics and Computer Vision
Author: Damian M. Lyons
Publisher: World Scientific
Total Pages: 235
Release: 2011
Genre: Technology & Engineering
ISBN: 9812836357

In this book, we look at how cluster technology can be leveraged to build better robots. Algorithms and approaches in key areas of robotics and computer vision, such as map building, path planning, target tracking, action selection and learning, are reviewed and cluster implementations for these are presented. The objective of the book is to give professionals working in the beowulf cluster or robotics and computer vision fields a concrete view of the strong synergy between the areas as well as to spur further fruitful exploitation of this connection. The book is written at a level appropriate for an advanced undergraduate or graduate student. The key concepts in robotics, computer vision and cluster computing are introduced before being used to make the text useful to a wide audience in these fields.

Machine Vision

Machine Vision
Author: Jürgen Beyerer
Publisher: Springer
Total Pages: 802
Release: 2015-10-01
Genre: Technology & Engineering
ISBN: 3662477947

The book offers a thorough introduction to machine vision. It is organized in two parts. The first part covers the image acquisition, which is the crucial component of most automated visual inspection systems. All important methods are described in great detail and are presented with a reasoned structure. The second part deals with the modeling and processing of image signals and pays particular regard to methods, which are relevant for automated visual inspection.

Robotic Vision

Robotic Vision
Author: Peter Corke
Publisher: Springer Nature
Total Pages: 412
Release: 2021-10-15
Genre: Technology & Engineering
ISBN: 3030791750

This textbook offers a tutorial introduction to robotics and Computer Vision which is light and easy to absorb. The practice of robotic vision involves the application of computational algorithms to data. Over the fairly recent history of the fields of robotics and computer vision a very large body of algorithms has been developed. However this body of knowledge is something of a barrier for anybody entering the field, or even looking to see if they want to enter the field — What is the right algorithm for a particular problem?, and importantly: How can I try it out without spending days coding and debugging it from the original research papers? The author has maintained two open-source MATLAB Toolboxes for more than 10 years: one for robotics and one for vision. The key strength of the Toolboxes provide a set of tools that allow the user to work with real problems, not trivial examples. For the student the book makes the algorithms accessible, the Toolbox code can be read to gain understanding, and the examples illustrate how it can be used —instant gratification in just a couple of lines of MATLAB code. The code can also be the starting point for new work, for researchers or students, by writing programs based on Toolbox functions, or modifying the Toolbox code itself. The purpose of this book is to expand on the tutorial material provided with the toolboxes, add many more examples, and to weave this into a narrative that covers robotics and computer vision separately and together. The author shows how complex problems can be decomposed and solved using just a few simple lines of code, and hopefully to inspire up and coming researchers. The topics covered are guided by the real problems observed over many years as a practitioner of both robotics and computer vision. It is written in a light but informative style, it is easy to read and absorb, and includes a lot of Matlab examples and figures. The book is a real walk through the fundamentals light and color, camera modelling, image processing, feature extraction and multi-view geometry, and bring it all together in a visual servo system. “An authoritative book, reaching across fields, thoughtfully conceived and brilliantly accomplished Oussama Khatib, Stanford