Tag: filter

Learn this before React

In this tutorial we will explore top fundamental JavaScript concepts necessary to know in order to have an effective React Js/React Native learning. Table of contents 1.maps() and filters() 2.slice() and splice() 3.find() and findIndex() 4.destructuring() 5.rest and spread operator...

Applying Filter To Images: iOS

When we enter the realm of CoreImage we have to deal with CI objects. It can be CIImage, CIFitler or something else. It will be better to take a step back and understand how CoreImage applies “Filter” on Image. If you are wondering if your app will get a performance hit due ...

When Little Miss No Filter Brings You Out of the Closet

I’d only been in LA a few months in the late ’90s when I encountered my first improv chick in her natural habitat. I learned to fear and loathe the species. Those of you living normal lives may be scratching your head and saying, um, what’s an improv chick? Think of that ta...

Extended Kalman Filter: Why do we need an Extended Version?

This post is in continuation to my last post on Kalman Filter. So my colleague Larry is pretty excited to know about the working of Kalman Filter, but can he understand the concept of Non Linearity and Extended Kalman Filter. Let’s find out. Larry: I know Kalman Filters, I can now pred...

Kalman Filter, Extended Kalman Filter, Unscented Kalman Filter

The second term of Self-Driving Car Engineer Nanodegree devotes Robotics. Therefore, the first two projects we spend on learning Kalman filter (KF) and its variations. We implemented three different versions of KF suitable for SDC and I decided to write and overview which describe key diff...

The Bayes Filter

You probably could ask why this is a big problem. After all, can't sensors in a robot help it calculate its configuration precisely? In an ideal case, yes. But sensor readings can often be wrong. Even some of the best sensors like laser scanners and lidars can suffer from errors like crosstalk (...

Probabilistic data structures — Bloom Filter

If you are reading this current article ,most probably Medium will not suggest this same article to you again . But it’s not a great idea to store all the list of articles read by you and searching whether a to be recommended article is already present in the list for all the users . Instead M...

How To Create Your First Instagram Filter on Spark AR.

Spark AR is a software platform developed by Facebook that allows users to create augmented reality experiences. Augmented reality (AR) is a technology that combines real-world images or videos with digital elements, creating a seamless integration between the physical and virtual worlds. The pur...