Legendre moment

From testwiki
Jump to navigation Jump to search

In mathematics, Legendre moments are a type of image moment and are achieved by using the Legendre polynomial. Legendre moments are used in areas of image processing including: pattern and object recognition, image indexing, line fitting, feature extraction, edge detection, and texture analysis.[1] Legendre moments have been studied as a means to reduce image moment calculation complexity by limiting the amount of information redundancy through approximation.[2]

Legendre moments

Source:[3]

With order of m + n, and object intensity function f(x,y):

Lmn=(2m+1)(2n+1)41111Pm(x)Pn(y)f(x,y)dxdy

where m,n = 1, 2, 3, ...Template:Math with the nth-order Legendre polynomials being:

Pn(x)=k=0nak,nxk=(1)n2nn!(ddx)[(1x2)n]

which can also be written:

Pn(x)=k=0D(n)(1)k(2n2k)!2nk!(nk)!(n2k)!xn2k=(2n)!2n(n!)2xn(2n2)!2n1!(n1)!(n2)!xn2+

where D(n) = floor(n/2). The set of Legendre polynomials {Pn(x)} form an orthogonal set on the interval [−1,1]:

11Pn(x)Pm(x)dx=22n+1δnm

A recurrence relation can be used to compute the Legendre polynomial:

(n+1)Pn+1(x)(2n+1)xPn(x)+nPn1(x)=0

f(x,y) can be written as an infinite series expansion in terms of Legendre polynomials [−1 ≤ x,y ≤ 1.]:

f(x,y)=m=0n=0λmnPm(x)Pn(y)

See also

Template:Div col

Template:Div col end

References

Template:Reflist

  1. Lakshmi Deepika, C. et al. "Palmprint authentication using modified legendre moments", Procedia Computer Science, 2010, Vol.2, pp. 164–172
  2. Huazhong Shu, et al. "An Efficient Method for Computation of Legendre Moments", Academic Press, 2000
  3. Pew-Thian Yap. "An Efficient Method for the Computation of Legendre Moments", IEEE Transactions on Pattern Analysis and Machine Intelligence ( Volume: 27, Issue: 12, Dec. 2005 )