Benjamin's Blue Feet


Book Description

A young bird with a flair for discovery and invention learns self-acceptance one blue-footed step at a time.




Fyire Blue


Book Description

Fourteen-year-old Danielle MacGowan has never quite fit in— but she always thought that one day she would figure out how to be normal. Then a pint-sized invisible dragon starts following her around and she meets a boy with emerald eyes from the bad part of town. Danielle is faced with a beautiful, deadly world she never knew existed. She must call on her own hidden power if she is to survive.




Let's Look at Blue!


Book Description

Emergent readers will learn to recognize vowel blends through short sentences and full-color photographs that illustrate the vowel blended word used in the sentence..




Little Blue and Little Yellow


Book Description

Beloved picture book creator and four-time Caldecott Honor-winner Leo Lionni's very first story for children, and a New York Times Best Illustrated Book of the Year. Little Blue and Little Yellow are best friends, but one day they can’t find each other. When they finally do, they give each other such a big hug that they turn green! How they find their true colors again concludes a wonderfully satisfying story told with colorful pieces of torn paper and very few words. Leo Lionni launched his children’s book career in 1959 with Little Blue and Little Yellow, and this 50th-anniversary edition, complete with Lionni’s own explanation of how the book came to be, is sure to resonate with children today.




The Blue and Gold


Book Description




Biometrika


Book Description




Life


Book Description




Let's Find the Treasure


Book Description

Join an exciting treasure hunt around the Big Blue House. Bear invites kids along with all his friends on a mysterious lift-the-flap rainy day adventure. Full-color illustrations & photos.




JavaScript


Book Description

All of JavaScript's newest features, in depth, made easy to understand. JavaScript is a rapidly changing language and it can be challenging to keep up with all the new toys being added. JavaScript: The New Toys explores the newest features of the world's most popular programming language while also showing readers how to track what's coming next. After setting the stage by covering who manages the process of improving JavaScript, how new features get introduced, terminology, and a high-level overview of new features, it details each new or updated item in depth, with example uses, possible pitfalls, and expert recommendations for updating old habits in light of new features. JavaScript: The New Toys: Covers all the additions to JavaScript in ES2015-ES2020 plus a preview of what's coming next Explores the latest syntax: nullish coalescing, optional chaining, let and const, class syntax, private methods, private fields, new.target, numeric separators, BigInt, destructuring, default parameters, arrow functions, async functions, await, generator functions, ... (rest and spread), template literals, binary and octal literals, ** (exponentiation), computed property/method names, for-of, for-await-of, shorthand properties, and others Details the new features and patterns including modules, promises, iteration, generators, Symbol, Proxy, reflection, typed arrays, Atomics, shared memory, WeakMap, WeakSet, and more Highlights common pitfalls and explains how to avoid them Shows how to follow the improvements process and even participate in the process yourself Explains how to use new features even before they're widely supported With its comprehensive coverage and friendly, accessible style, JavaScript: The New Toys provides an invaluable resource for programmers everywhere, whether they work in web development, Node.js, Electron, Windows Universal Apps, or another JavaScript environment.




Introduction to Visual Computing


Book Description

Introduction to Visual Computing: Core Concepts in Computer Vision, Graphics, and Image Processing covers the fundamental concepts of visual computing. Whereas past books have treated these concepts within the context of specific fields such as computer graphics, computer vision or image processing, this book offers a unified view of these core concepts, thereby providing a unified treatment of computational and mathematical methods for creating, capturing, analyzing and manipulating visual data (e.g. 2D images, 3D models). Fundamentals covered in the book include convolution, Fourier transform, filters, geometric transformations, epipolar geometry, 3D reconstruction, color and the image synthesis pipeline. The book is organized in four parts. The first part provides an exposure to different kinds of visual data (e.g. 2D images, videos and 3D geometry) and the core mathematical techniques that are required for their processing (e.g. interpolation and linear regression.) The second part of the book on Image Based Visual Computing deals with several fundamental techniques to process 2D images (e.g. convolution, spectral analysis and feature detection) and corresponds to the low level retinal image processing that happens in the eye in the human visual system pathway. The next part of the book on Geometric Visual Computing deals with the fundamental techniques used to combine the geometric information from multiple eyes creating a 3D interpretation of the object and world around us (e.g. transformations, projective and epipolar geometry, and 3D reconstruction). This corresponds to the higher level processing that happens in the brain combining information from both the eyes thereby helping us to navigate through the 3D world around us. The last two parts of the book cover Radiometric Visual Computing and Visual Content Synthesis. These parts focus on the fundamental techniques for processing information arising from the interaction of light with objects around us, as well as the fundamentals of creating virtual computer generated worlds that mimic all the processing presented in the prior sections. The book is written for a 16 week long semester course and can be used for both undergraduate and graduate teaching, as well as a reference for professionals.