Title :
Computing moments by prefix sums
Author :
Zhou, Feng ; Kornerup, Peter
Author_Institution :
Dept. of Inf. & Electron. Eng., Zhejiang Univ., Hangzhou, China
Abstract :
The goal of many image processing tasks is to recognise objects, to match scenes and to classify images. The shape, gray or colour features of objects are mainly used to describe objects. The most efficient method used to describe such features of an object is to use various transformed moments. We express the moments as a linear combination of higher order prefix sums, obtained by iterating the prefix sum computation on previous prefix sums, starting with the original function values. Thus the p´th moment mp=Σx=1N xpf(x) can be computed by O(N·p) additions followed by p multiply-adds. The prefix summations can be realized in time O(N) using p+1 simple adders, and in time O(p·log N) using parallel prefix computation and O(N) adders. In 1986 Hatamian published a computationally equivalent algorithm, based on a cascade of filters performing the summations. Our recursive derivation allows for explicit expressions and recursive equations for the coefficients used in the final moment calculation. Thus a number of alternative forms for the moment computation can be derived, based on different sets of prefix sums, allowing some simplifications in the implementations
Keywords :
adders; digital arithmetic; feature extraction; image classification; image colour analysis; image matching; image recognition; iterative methods; parallel processing; recursive estimation; adders; additions; algorithm; coefficients; colour features; filters; higher order prefix sums; image classification; image processing; image recognition; image scene matching; iterated prefix summations; linear combination; moment calculation; moment computation; multiply-adds; parallel prefix computation; prefix sum computation; recursive equations; shape; transformed moments; Computer science; Concurrent computing; Councils; Digital filters; Equations; Image processing; Image recognition; Layout; Parallel processing; Shape;
Conference_Titel :
Image Processing, 1996. Proceedings., International Conference on
Conference_Location :
Lausanne
Print_ISBN :
0-7803-3259-8
DOI :
10.1109/ICIP.1996.560571