Background Modelling using Octree Color Quantization

12/05/2014
by   Aditya A. V. Sastry, et al.
0

By assuming that the most frequently occuring color in a video or a region of a video I propose a new algorithm for detecting foreground objects in a video. The process of detecting the foreground objects is complicated because of the fact that there may be swaying trees, objects of the background being moved around or lighting changes in the video. To deal with such complexities many have come up with solutions which heavily rely on expensive floating point operations. In this paper I used a data structure called Octree which is implemented only using binary operations. Traditionally octrees were used for color quantization but here in this paper I used it as a data structure to store the most frequently occuring colors in a video as well. For each of the starting few video frames, I constructed a Octree using all the colors of that frame. Next I pruned all the trees by removing nodes below a certain height and gave the leaf nodes a color which is dependant on the topological path from that node to its parent. Hence any two leaf nodes in two different octrees with the same topological path from themselves to the root will represent the same color. Next I merged all these individual trees into a single tree retaining only those nodes whose topological path to itself from the root is most common among all the trees. The colors represented by the leaf nodes in the resultant tree will be the most frequently occuring colors in the starting video frames of the video. Hence any color of an incomming frame that is not close to any of the colors represented by the leaf node of the merged tree can be regarded as belonging to a foreground object. As an Octree is constructed using only binary operations, it is very fast compared to other leading algorithms.

READ FULL TEXT

page 2

page 3

page 4

research
05/11/2022

Ancestral Colorings of Perfect Binary Trees With Applications in Private Retrieval of Merkle Proofs

We introduce a novel tree coloring problem in which each node of a roote...
research
08/09/2018

Deep Video Color Propagation

Traditional approaches for color propagation in videos rely on some form...
research
06/05/2023

Color-aware Deep Temporal Backdrop Duplex Matting System

Deep learning-based alpha matting showed tremendous improvements in rece...
research
06/29/2015

An automatic and efficient foreground object extraction scheme

This paper presents a method to differentiate the foreground objects fro...
research
10/11/2022

Hierarchical Categories in Colored Searching

In colored range counting (CRC), the input is a set of points where each...
research
08/20/2015

High-Contrast Color-Stripe Pattern for Rapid Structured-Light Range Imaging

For structured-light range imaging, color stripes can be used for increa...
research
06/12/2017

Can We See Photosynthesis? Magnifying the Tiny Color Changes of Plant Green Leaves Using Eulerian Video Magnification

Plant aliveness is proven through laboratory experiments and special sci...

Please sign up or login with your details

Forgot password? Click here to reset