paper-with-me

Papers

Using the discrete radon transformation for grayscale image moments

2020-08-25 · William Diggin, Michael Diggin

Image moments are weighted sums over pixel values in a given image and are used in object detection and localization. Raw image moments are derived directly from the image and are fundamental in deriving moment invariants quantities. The current general algorithm for raw image moments is computationally expensive and the number of multiplications needed scales with the number of pixels in the image. For an image of size (N,M), it has O(NM) multiplications. In this paper we outline an algorithm using the Discrete Radon Transformation for computing the raw image moments of a grayscale image. It reduces two dimensional moment calculations to linear combinations of one dimensional moment calculations. We show that the number of multiplications needed scales as O(N + M), making it faster then the most widely used algorithm of raw image moments.

📄 PDF Abstract BibTeX arXiv:2008.11083

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Similar Papers 제목 키워드 기반

Efficient Computation of Higher Order 2D Image Moments using the Discrete Radon Transform

2020-09-04 · William Diggin, Michael Diggin

Geometric moments and moment invariants of image artifacts have many uses in computer vision applications, e.g. shape classification or object position and orientation. Higher order moments are of interest to provide add…

Position

Radon-Nikodym approximation in application to image analysis

2015-11-05 · Vladislav Gennadievich Malyshkin

For an image pixel information can be converted to the moments of some basis $Q_k$, e.g. Fourier-Mellin, Zernike, monomials, etc. Given sufficient number of moments pixel information can be completely recovered, for insu…

Image Reconstruction

Detection of the Group of Traffic Signs with Central Slice Theorem

2019-08-04 · Koba Natroshvili

Our sensor system consists of a combination of Photonic Mixer Device - PMD and Mono optical cameras. Some traffic signs have stripes at 45{deg}. These traffic signs cancel different restrictions on the road. We detect th…

The Pascal Triangle of a Discrete Image: Definition, Properties and Application to Shape Analysis

2012-09-21 · Mireille Boutin, Shanshan Huang

We define the Pascal triangle of a discrete (gray scale) image as a pyramidal arrangement of complex-valued moments and we explore its geometric significance. In particular, we show that the entries of row k of this tria…

Exact and fast inversion of the approximate discrete Radon transform from partial data

2019-08-02 · Donsub Rim

We give an exact inversion formula for the approximate discrete Radon transform introduced in [Brady, SIAM J. Comput., 27(1), 107--119] that is of cost $O(N \log N)$ for a square 2D image with $N$ pixels and requires onl…