Seller: Best Price, Torrance, CA, U.S.A.
Condition: New. SUPER FAST SHIPPING.
Seller: Books Puddle, New York, NY, U.S.A.
Condition: New.
Seller: Michael Knight, Bookseller, Forest Grove, OR, U.S.A.
hardcover. Condition: Very Good. Hardcover issued without dust-jacket. Some pages have creased corners. Otherwise, clean and solid. Ships from a smoke-free home.
More buying choices from other sellers on AbeBooks
New offers from US$ 63.53
Used offers from US$ 40.48
Also find Hardcover
Seller: Lucky's Textbooks, Dallas, TX, U.S.A.
US$ 59.54
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
More buying choices from other sellers on AbeBooks
New offers from US$ 63.53
Used offers from US$ 173.77
Also find Softcover
Seller: Revaluation Books, Exeter, United Kingdom
US$ 48.93
Convert currencyQuantity: 1 available
Add to basketPaperback. Condition: Brand New. 496 pages. 9.25x6.10x1.26 inches. In Stock.
Seller: Books Puddle, New York, NY, U.S.A.
Condition: New. 1st ed. 2022 edition NO-PA16APR2015-KAP.
Seller: ThriftBooks-Dallas, Dallas, TX, U.S.A.
Hardcover. Condition: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.4.
More buying choices from other sellers on AbeBooks
New offers from US$ 143.06
Used offers from US$ 115.45
Also find Hardcover
Seller: SpringBooks, Berlin, Germany
First Edition
US$ 51.02
Convert currencyQuantity: 1 available
Add to basketHardcover. Condition: Very Good. 1. Auflage. Unread, with a mimimum of shelfwear. Immediately dispatched from Germany.
More buying choices from other sellers on AbeBooks
New offers from US$ 239.99
Used offers from US$ 156.62
Also find Hardcover First Edition
Seller: Best Price, Torrance, CA, U.S.A.
Condition: New. SUPER FAST SHIPPING.
More buying choices from other sellers on AbeBooks
New offers from US$ 166.94
Used offers from US$ 284.23
Also find Softcover
Seller: Best Price, Torrance, CA, U.S.A.
Condition: New. SUPER FAST SHIPPING.
More buying choices from other sellers on AbeBooks
New offers from US$ 176.84
Used offers from US$ 284.23
Also find Hardcover
Seller: Best Price, Torrance, CA, U.S.A.
Condition: New. SUPER FAST SHIPPING.
More buying choices from other sellers on AbeBooks
New offers from US$ 227.32
Used offers from US$ 275.05
Also find Softcover
Seller: Books Puddle, New York, NY, U.S.A.
Condition: New.
Published by Vieweg+Teubner Verlag 4. Auflage / 4th edition, 2003
ISBN 10: 3528355581 ISBN 13: 9783528355586
Language: English
Seller: BUCHSERVICE / ANTIQUARIAT Lars Lutzer, Wahlstedt, Germany
US$ 300.82
Convert currencyQuantity: 1 available
Add to basketSoftcover. Condition: gut. 4. Auflage / 4th edition. Design, structure and implementation of image and speech analysis systems - Digital filters, edge detection, image segmentation - Feature extraction from speech signals and classification - Fourier transform, image and speech compression - Introduction to C, C++ - Classes, inheritance and polymorphism Dietrich Paulus is a professor in computational visualistics at University Koblenz-Landau. Since over a decade he teaches image processing and programming languages. Joachim Hornegger is working for Siemens Medical Solutions, Inc. and the director of medical image processing. He is also a lecturer at the University of Mannheim teaching courses on medical image processing, discrete tomography, and 3D computer vision. From the contents: Design, structure and implementation of image and speech analysis systems - Digital filters, edge detection, image segmentation - Feature extraction from speech signals and classification - Fourier transform, image and speech compression - Introduction to C, C++ - Classes, inheritance and polymorphism Bildverarbeitung C++ Programmiersprache Efficient Algorithms Informatik EDV Image Processing Inheritance Mustererkennung Pattern Analysis pattern recognition Program Design programming regognition software development Speech processing Spracherkennung statistical pattern recognition ISBN-10 3-528-35558-1 / 3528355581 ISBN-13 978-3-528-35558-6 / 9783528355586 978-3528355586 Ein ganz großer Vorteil dieses Buches ist, dass die Thematik nicht nur auf einer abstrakten Ebene beschrieben wird, sondern dass im Buch immer wieder die Umsetzung der Aussagen in C++ gezeigt wird. neben einer Einführung in C++ werden die Algorithmen und Techniken immer wieder auch als Programm vorgestellt. Dadurch wird der Schritt von der Theorie - das heißt, dem als mathematische Formel beschriebenen Algorithmus - hin zur Praxis (dem Computerprogramm) durchgängig." Elektronik This book demonstrates the efficiency of the C++ programming language in the realm of pattern recognition and pattern analysis. For this 3rd edition, new features of the C++ language were integrated and their relevance for image and speech processing is discussed. The description of the STL library was extended and STL is now used in many places in the book. The chapters 23 and 24 can now be used to build complete systems and give hints for further extensions.The book is divided into 4 parts. After an introduction to programming and software engineering, the required basics of image and speech processing are given. Statistics and mathematics is explained as required. The second part treats C++ as an object-oriented language and introduces it thru examples. In the third part the examples of the first and second part are combined to form an image segmentation and a word recognition system. All relevant features of the C++ language are thus introduced with direct relation to the tasks in image and speech processing. "Die Behandlung der C++-Konstukte ist wirklich anwendungsnah." Prof. Dr. Michael Schenke, FH Merseburg "// sehr umfassend - anschaulich, klar, gut nachvollziehbar." Prof. Dr.-Ing. Hans Peter Kölzer, HAW Hamburg "Dieses Buch werde ich meinen Studenten empfehlen, weil es einen sehr anschaulichen und motivierenden Einstieg in die Mustererkennung bietet." Prof. Dr. Hans-Peter Weber, FH Darmstadt Concerning 3rd edition: "This book is a beautifully arranged marriage of state-of-the-art pattern recognition theory and of programming theory and practice. The elegant and thorough treatment of modern aspects of speech and video processing and interpretation springs to life through a multitude of well-designed case studies and concrete examples." Carlo Tomasi, Prof. of Computer Science, Duke University, USA "This book is a must for learners of practical image processing. The examples are well explained and cover the needs of a graduate image processing or pattern recognition course." Laszlo Csink, Prof. of Computer Science, Budapest Polytechnic John von Neumann Faculty of Informatics, Hungary "I am not aware of a book comparable to this one which gives an excellent combination of an account of relevant topics in pattern recognition as well as of techniques for implementing the equations and algorithms in C++. Therefore, the book is invaluable both to students starting in the field and and to practitioners needing a special algorithm and its implementation." H. Niemann, Prof. of Computer Science, Friedrich-Alexander Universität Erlangen-Nürnberg, Germany "// this book has been the perfect source for my students and me. Not only that the reader is elegantly and in a straightforward manner guided to the central points of the theory, but in parallel the authors also make it transparent how to implement the algorithms resulting from the theory." Volkmar Welker, Prof. of Discrete Mathematics, University of Marburg, Germany Bildverarbeitung C++ Programmiersprache Efficient Algorithms Informatik EDV Image Processing Inheritance Mustererkennung Pattern Analysis pattern recognition Program Design programming software development Speech processing Spracherkennung statistical pattern recognition Applied Pattern Recognition A Practical Introduction to Image and Speech Processing in C++ Joachim Hornegger Dietrich W. R. Paulus Bildbearbeitung Bildverarbeitung Grafik EDV C++ Theorie Software-Entwicklung Mustererkennung Spracherkennung Vieweg+Teubner Bildverarbeitung C++ Programmiersprache Efficient Algorithms Informatik EDV Image Processing Inheritance Mustererkennung Pattern Analysis pattern recognition Program Design programming software development Speech processing Spracherkennung statistical pattern recognition ISBN-10 3-528-35558-1 / 3528355581 ISBN-13 978-3-528-35558-6 / 9783528355586 In englischer Sprache. 372 pages. 23,9 x 16,3 x 2 cm.
Seller: Books Puddle, New York, NY, U.S.A.
Condition: New. 3rd ed. 2023 edition NO-PA16APR2015-KAP.
Published by Continental Academy Press, London
Seller: Continental Academy Press, London, SELEC, United Kingdom
US$ 13.60
Convert currencyQuantity: Over 20 available
Add to basketSoftcover. Condition: New. Dust Jacket Condition: no dj. First. Computer Vision for Object Detection and Recognition with AI presents a comprehensive examination of the application of computer vision and artificial intelligence to object detection and recognition. By exploring the potential of computer vision and AI to improve object detection and recognition, this book provides a thorough understanding of the current state of the art and the future possibilities. From image classification to object tracking, the book examines the possibilities and challenges of implementing computer vision and AI in a wide range of applications. Publication Year: 2025. SHIPPING TERMS - Depending on your location we may ship your book from the following locations: France, United Kingdom, India, Australia, Canada or the USA. This item is printed on demand.
Published by Continental Academy Press, London
Seller: Continental Academy Press, London, SELEC, United Kingdom
US$ 14.63
Convert currencyQuantity: Over 20 available
Add to basketSoftcover. Condition: New. Dust Jacket Condition: no dj. First. Computer Vision for Object Detection and Recognition is a cutting-edge resource for professionals working in the field of computer vision and machine learning. This book provides a comprehensive overview of the latest techniques and algorithms for object detection and recognition, from deep learning and convolutional neural networks to transfer learning and reinforcement learning. By applying the principles and methods outlined in this book, developers can create intelligent systems that can analyze and recognize objects in complex and dynamic environments. Publication Year: 2025. SHIPPING TERMS - Depending on your location we may ship your book from the following locations: France, United Kingdom, India, Australia, Canada or the USA. This item is printed on demand.
Published by Continental Academy Press, London
Seller: Continental Academy Press, London, SELEC, United Kingdom
US$ 15.56
Convert currencyQuantity: Over 20 available
Add to basketSoftcover. Condition: New. Dust Jacket Condition: no dj. First. Real-Time Face Detection and Recognition with Computer Vision is a cutting-edge book that explores the latest techniques and technologies in real-time face detection and recognition using computer vision. By leveraging the power of convolutional neural networks and other computer vision algorithms, the book provides a detailed understanding of the underlying principles and architectures that enable accurate real-time face detection and recognition. From the basics of face detection and recognition to the implementation of advanced features, this book equips readers with the knowledge and skills necessary to tackle complex face detection and recognition tasks. With a focus on practical applications, Real-Time Face Detection and Recognition with Computer Vision is an invaluable resource for researchers, developers, and practitioners seeking to push the boundaries of computer vision and machine learning. Publication Year: 2025. SHIPPING TERMS - Depending on your location we may ship your book from the following locations: France, United Kingdom, India, Australia, Canada or the USA. This item is printed on demand.
Published by Continental Academy Press, London
Seller: Continental Academy Press, London, SELEC, United Kingdom
US$ 16.78
Convert currencyQuantity: Over 20 available
Add to basketSoftcover. Condition: New. Dust Jacket Condition: no dj. First. Advanced Computer Vision for Object Detection and Tracking and Recognition is a cutting-edge guide to the latest techniques and algorithms in computer vision. This book explores the latest advancements in object detection, tracking, and recognition, providing a comprehensive overview of the field. From deep learning-based approaches to traditional computer vision methods, this book covers it all. Learn how to develop and deploy advanced computer vision systems that can detect and track objects in real-time, recognize patterns and anomalies, and make informed decisions. With a focus on practical applications and real-world examples, this book will equip you with the knowledge and skills necessary to tackle complex computer vision challenges. Publication Year: 2025. SHIPPING TERMS - Depending on your location we may ship your book from the following locations: France, United Kingdom, India, Australia, Canada or the USA. This item is printed on demand.
Published by LAP Lambert Academic Publishing, 2012
ISBN 10: 3659217581 ISBN 13: 9783659217586
Language: English
Seller: AHA-BUCH GmbH, Einbeck, Germany
US$ 71.31
Convert currencyQuantity: 1 available
Add to basketTaschenbuch. Condition: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - In today's networked world, the need to maintain the security of information or physical property is becoming both increasingly important and increasingly difficult. From time to time we hear about the crimes of credit card fraud, computer break-in by hackers, or security breaches in a company or government building. This book provides an inclusively study of face detection and recognition techniques. It demonstrate each method algorithm, how does it works to perform its job, and explain in details what is the process of each step along the algorithms to reach the desired goal. This document contains a code for each method this code in tested and certainly works.