machine learning

Algorithms, Blog post

Background estimation using median

Background estimation is a common problem in image processing that, in some cases, could be resolved by using a simple method. If you imagine a highway with cars passing by, most of the time, the background is visible (e.g., road, trees, traffic signs) with an occasional “disturbance” in the form of a vehicle. These outliers are usually easily solved by using a median filter.

Blog post, System

6 questions that need to be answered before starting a computer vision project

Main reason why there are so many topics related/dedicated to lights and cameras on our page is because I believe programming should always be the last resort for solving a problem. Choosing a correct light or camera could save countless hours of coding or even save a project. Coding is fun but wasting time on low quality images is often just that – wasting time. This article is written from a computer vision perspective, but it can be applied to a bigger picture.

Scroll to Top