Fast algorithms for morphological operations using run-length encoded binary images

04/04/2015
by   Gregor Ehrensperger, et al.
0

This paper presents innovative algorithms to efficiently compute erosions and dilations of run-length encoded (RLE) binary images with arbitrary shaped structuring elements. An RLE image is given by a set of runs, where a run is a horizontal concatenation of foreground pixels. The proposed algorithms extract the skeleton of the structuring element and build distance tables of the input image, which are storing the distance to the next background pixel on the left and right hand sides. This information is then used to speed up the calculations of the erosion and dilation operator by enabling the use of techniques which allow to skip the analysis of certain pixels whenever a hit or miss occurs. Additionally the input image gets trimmed during the preprocessing steps on the base of two primitive criteria. Experimental results show the advantages over other algorithms. The source code of our algorithms is available in C++.

READ FULL TEXT
research
01/14/2020

Deep Image Compression using Decoder Side Information

We present a Deep Image Compression neural network that relies on side i...
research
03/14/2019

Shortest Unique Palindromic Substring Queries on Run-Length Encoded Strings

For a string S, a palindromic substring S[i..j] is said to be a shortest...
research
09/26/2016

Robust Regression For Image Binarization Under Heavy Noises and Nonuniform Background

This paper presents a robust regression approach for image binarization ...
research
08/02/2011

An Efficient Real Time Method of Fingertip Detection

Fingertips detection has been used in many applications, and it is very ...
research
08/31/2022

Computing all-vs-all MEMs in run-length encoded collections of HiFi reads

We describe an algorithm to find maximal exact matches (MEMs) among HiFi...
research
09/11/2022

OAIR: Object-Aware Image Retargeting Using PSO and Aesthetic Quality Assessment

Image retargeting aims at altering an image size while preserving import...
research
12/02/2007

Efficient Binary and Run Length Morphology and its Application to Document Image Processing

This paper describes the implementation and evaluation of an open source...

Please sign up or login with your details

Forgot password? Click here to reset