Cantitate/Preț
Produs

Robotic Vision: Fundamental Algorithms in MATLAB®: Springer Tracts in Advanced Robotics, cartea 142

Autor Peter Corke
en Limba Engleză Paperback – 28 ian 2022

Robotic Vision solicită un nivel de experiență de început spre intermediar, presupunând o familiaritate minimă cu mediul MATLAB și fundamentele matematice ale ingineriei. Ne-a atras atenția modul în care Peter Corke transformă o disciplină densă într-un parcurs didactic accesibil, axat pe rezultate imediate. Suntem de părere că forța acestei lucrări rezidă în utilizarea celor două MATLAB Toolboxes pe care autorul le dezvoltă de peste zece ani, permițând cititorului să testeze algoritmi complecși fără a irosi timp cu depanarea codului de la zero. Abordarea diferă de cea din Computer Vision de Richard Szeliski prin faptul că este mai puțin abstractă și mult mai aplicabilă. În timp ce Szeliski oferă o perspectivă enciclopedică și științifică asupra domeniului, Corke mizează pe eficiența oferită de implementări practice. Structura cărții reflectă o progresie logică: începe cu bazele reprezentării poziției (Partea I), trece prin procesarea de bază a imaginilor, luminii și culorii (Partea II) și culminează cu geometria viziunii multi-vedere și sisteme visual-servo (Partea III). În contextul operei sale, volumul de față rafinează materialul tutorial prezentat în lucrări precum Robotics and Control, integrând viziunea artificială și robotica într-o narațiune coerentă. Autorul demonstrează cum probleme complexe pot fi descompuse și rezolvate în doar câteva linii de cod, oferind o punte esențială între cercetarea teoretică și practica inginerească. Formatul Paperback și stilul informativ fac din acest titlu un instrument de lucru indispensabil pentru cei care doresc să utilizeze viziunea artificială în proiecte de robotică reală.

Citește tot Restrânge

Din seria Springer Tracts in Advanced Robotics

Preț: 43453 lei

Puncte Express: 652

Carte disponibilă

Livrare economică 06-20 mai


Specificații

ISBN-13: 9783030791742
ISBN-10: 3030791742
Pagini: 412
Ilustrații: XXV, 412 p. 235 illus., 191 illus. in color.
Dimensiuni: 193 x 260 x 25 mm
Greutate: 1.13 kg
Ediția:2022
Editura: Springer International Publishing
Colecția Springer
Seria Springer Tracts in Advanced Robotics

Locul publicării:Cham, Switzerland

De ce să citești această carte

Recomandăm această carte oricărui inginer sau student care dorește să treacă de la teorie la practică în cel mai scurt timp posibil. Câștigul principal este accesul la un ecosistem de cod verificat prin MATLAB Toolboxes, care permite rezolvarea problemelor de viziune artificială fără a rescrie algoritmi de bază. Este un ghid practic care transformă conceptele matematice dificile în soluții funcționale, ideale pentru prototipare rapidă și cercetare aplicată.


Despre autor

Peter Corke este un cercetător și educator recunoscut la nivel internațional în domeniul roboticii, fiind autorul unor resurse fundamentale utilizate la nivel global. Este cunoscut în special pentru crearea și menținerea a două pachete de instrumente open-source pentru MATLAB (Robotics Toolbox și Vision Toolbox), care au devenit standarde de facto în mediul academic pentru predarea și cercetarea în robotică. Lucrările sale, publicate adesea în seria Springer Tracts in Advanced Robotics, se remarcă prin stilul lor didactic și orientarea către implementarea practică, facilitând accesul noilor generații de cercetători la algoritmi complexi.


Descriere scurtă

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 codecan 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

Cuprins

Introduction.- Part I: Foundations- Representing Position and Orientation.- Part II: Computer Vision.- Light and Color.- Images and Image Processing.- Image Feature Extraction.- Part III: The Geometry of Vision.- Image Formation.- Using Multiple Images.- Index.

Notă biografică

The author is the organizer of the venerable Robotics Toolbox for Matlab with 100.000 + downloads per year (as well as the Vision Toolbox for Matlab)
Peter Corke has been appointed new Editor of the IEEE Robotics and Automation Magazine.

Textul de pe ultima copertă

This textbook provides a tutorial introduction to classical Computer Vision. It is written in a light but informative narrative style, and includes many figures and MATLAB examples. The book takes the reader through the fundamentals of light and color, image processing, feature extraction, image formation and camera modelling, and multi-view geometry.  Advanced topics include non-perspective cameras, light-field cameras, calibration, stereo vision and bundle adjustment.
The Machine Vision Toolbox for MATLAB is free and open software that enables the reader to easily bring the algorithmic concepts into practice and work with real, non-trivial, problems. For the beginning 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. 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.

Caracteristici

Robotic Vision” is a readable introduction to the new field of robotic vision which weaves together theory, algorithms and examples in an accessible narrative that covers computer vision algorithms applicable to robotics Serves as tutorial introduction The book covers light and color, camera modelling, image processing, feature extraction and multi-view geometry The reader is encouraged to experiment and gain hands-on experience with these algorithms using MATLAB in conjunction with free companion software Includes a lot of Matlab examples and figures and is written in a light but informative style, easy-to-read and absorb Explains how to choose the right algorithm to decompose and solve complex problems, using just a few simple lines of code Demonstrates how the code can also be the starting point for new work via writing programs based on Toolbox functions, or modifying the Toolbox code itself