Posts

Free eBook - Mastering OpenCV 4 - Third Edition By Packtpub

Image
  Free eBook - Mastering OpenCV 4 - Third Edition  By Packtpub About this book Mastering OpenCV, now in its third edition, targets computer vision engineers taking their first steps toward mastering OpenCV. Keeping the mathematical formulations to a solid but bare minimum, the book delivers complete projects from ideation to running code, targeting current hot topics in computer vision such as face recognition, landmark detection and pose estimation and number recognition with deep convolutional networks. You’ll learn from experienced OpenCV experts on how to implement computer vision products and projects both in academia and industry in a comfortable package. You’ll get acquainted with the API functionality and gain insights into design choices in a complete computer vision project. You’ll also go beyond the basics of computer vision to implement solutions for complex image processing projects. By the end of the book, you will have created various working prototypes with the...

Free eBook - Hands-On System Programming with C++ By Packtpub

Image
  Free eBook - Hands-On System Programming with C++  By Packtpub About this book C++ is a general-purpose programming language with a bias toward system programming as it provides ready access to hardware-level resources, efficient compilation, and a versatile approach to higher-level abstractions. This book will help you understand the benefits of system programming with C++17. You will gain a firm understanding of various C, C++, and POSIX standards, as well as their respective system types for both C++ and POSIX. After a brief refresher on C++, Resource Acquisition Is Initialization (RAII), and the new C++ Guideline Support Library (GSL), you will learn to program Linux and Unix systems along with process management. As you progress through the chapters, you will become acquainted with C++'s support for IO. You will then study various memory management methods, including a chapter on allocators and how they benefit system programming. You will also explore how to program fi...

Free eBook - Vue.js 2 Design Patterns and Best Practices By Packtpub

Image
  Free eBook - Vue.js 2 Design Patterns and Best Practices  By Packtpub About this book This book starts off by comparing Vue.js with other frameworks and setting up the development environment for your application. It gradually moves on to writing and styling clean, maintainable, and reusable components that can be used across your application. Moving on, you'll look at common UI patterns, Vue form submission, and various modifiers such as lazy binding, number typecasting, and string trimming to create better UIs. You will also explore best practices for integrating HTTP into Vue.js applications to create an application with dynamic data. Routing is a vitally important part of any SPA, so you will focus on the Vue route and explore routing a user between multiple pages. Next, you'll also explore state management with Vuex, write testable code for your application, and create performant, server-side rendered applications with Next. Towards the end, we'll look at common anti...

Free eBook - Extreme C By Packtpub

Image
Free eBook - Extreme C  By Packtpub About  this book There’s a lot more to C than knowing the language syntax. The industry looks for developers with a rigorous, scientific understanding of the principles and practices. Extreme C will teach you to use C’s advanced low-level power to write effective, efficient systems. This intensive, practical guide will help you become an expert C programmer. Building on your existing C knowledge, you will master preprocessor directives, macros, conditional compilation, pointers, and much more. You will gain new insight into algorithm design, functions, and structures. You will discover how C helps you squeeze maximum performance out of critical, resource-constrained applications. C still plays a critical role in 21st-century programming, remaining the core language for precision engineering, aviation, space research, and more. This book shows how C works with Unix, how to implement OO principles in C, and fully covers multi-processing. In Ex...