Mastering OpenCV 4 with Python: A practical guide covering topics from image processing, augmented reality to deep learning with OpenCV 4 and Python 3.7Alberto Fernandez Villan Create advanced applications with Python and OpenCV, exploring the potential of facial recognition, machine learning, deep learning, web computing and augmented reality.Key Features Develop your computer vision skills by mastering algorithms in Open Source Computer Vision 4 (OpenCV 4) and PythonApply machine learning and deep learning techniques with TensorFlow and KerasDiscover the modern design patterns you should avoid when developing efficient computer vision applicationsBook Description FreeDOS Kernel; An MS-DOS Emulator for Platform Independence and Embedded Systems DevelopmentPat Villani Pat Villani explains the construction and operation of DOS-C, the fully functional, portable, single-threaded operating system written in C and distributed by the FreeDOS community on the Internet. DOS-C is a single large kernel with a layered architecture, is non-multitasking with a large number of system calls similar to the MS-DOS APIs, and employs a minimum of assembly language. FreeDOS uses the de facto DOS hardware standards and provides binary compatibility for MS-DOS applications. It compiles with Borland C, Microsoft C, and other C cross-compilers without using their run-time libraries. Villani provides C-to-assembly interface routines where assembly is used. A DOS clone has value as an educational tool, in embedded systems applications, on non-Intel platforms, in establishing independence from Microsoft, and as an extension to a commercial DOS. Villani offers suggestions on creating a development environment using common, low-cost tools and provides clues on where portability issues are most problematic and how to make code portable. The book and companion disk include the full source code and support files for an 80x86 kernel. Computer ArithmeticMircea Vladutiu The subject of this book is the analysis and design of digital devices that implement computer arithmetic. The book's presentation of high-level detail, descriptions, formalisms and design principles means that it can support many research activities in this field, with an emphasis on bridging the gap between algorithm optimization and hardware implementation. The author provides a unified view linking the domains of digital design and arithmetic algorithms, based on original formalisms and hardware description languages. A feature of the book is the large number of examples and the implementation details provided. While the author does not avoid high-level details, providing for example gate-level designs for all matrix/combinational arithmetic structures.The book is suitable for researchers and students engaged with hardware design in computer science and engineering.A feature of the book is the large number of examples and the implementation details provided. While the author does not avoid high-level details, providing for example gate-level designs for all matrix/combinational arithmetic structures.The book is suitable for researchers and students engaged with hardware design in computer science and engineering. Einführung in die Mikrosystemtechnik. Grundlagen und Praxisbeispiele.Friedemann Völklein, Thomas Zetterer, Otto Mildenberger 3528038918 C/C++ Treasure Chest: A Developer's Resource Kit of C/C++ Tools and Source CodeVictor R. Volkman With a range of C/C++ applications unrivaled in the industry, this book and companion CD-ROM contain the best reusable code and development tools of hundreds of C/C++ software developers in the international C/C++ Users Group. Each contribution to the C/C++ Users Group Library is a unique public domain or shareware library, tool, or application. C/C+ Treasure Chest combines these outstanding achievements into a single easy-to-use reference volume of software, documentation, and indexes. You'll save development time by employing the reusable code of master programmers collected over the last 17 years. The code and development utilities include: Artificial intelligence tools Language tools and little languages Learning Internet of ThingsPeter Waher Explore and learn about Internet of Things with the help of engaging and enlightening tutorials designed for Raspberry PiAbout This Book Design and implement state-of-the-art solutions for Internet of Things using different communication protocols, patterns, C# and Raspberry PiLearn the capabilities and differences between popular protocols and communication patterns and how they can be used, and should not be used, to create secure and interoperable services and thingsA step-by-step hands-on tutorial with complete source code, that provides interoperable solutions for sensors, actuators, controllers, cameras, and protocol bridesWho This Book Is For | Beginning ARKit for iPhone and iPad: Augmented Reality App Development for iOSWallace Wang Explore how to use ARKit to create iOS apps and learn the basics of augmented reality while diving into ARKit specific topics. This book reveals how augmented reality allows you to view the screen on an iOS device, aim the camera at a nearby scene, and view both the real items in that scene as well as a graphic image overlaid on to that scene. TinyML: Machine Learning with TensorFlow Lite on Arduino and Ultra-Low-Power MicrocontrollersWarden, Pete, Situnayake, Daniel 1492052043 Programming Language Processors: Compilers and InterpretersDavid A. Watt Introducing methods for implementing programming languages, David Watt shows how to write simple compilers and interpreters, relating these clearly to the syntax and semantics of the source language. qpa Following a top-down approach, the illustrated text, which contains a working compiler and interpreter for a small programming language, starts by viewing compilers and interpreters as "black boxes", then goes on to examine their working in more and more detail. There is a full exploration of the relationship of syntactic analysis to the source language's syntax, and the relationship of code generation and interpretation to its semantics. |