public class ZernikeMoment extends Object
| Constructor and Description |
|---|
ZernikeMoment() |
| Modifier and Type | Method and Description |
|---|---|
int |
getM() |
double |
getMagnitude() |
int |
getN() |
Polynom |
getP() |
double |
getPhase() |
BigComplex |
getZm() |
void |
setM(int _m)
Set repitition m
|
void |
setN(int _n)
Set order n
|
void |
setP(Polynom _p)
Set radial polynom p
|
void |
setZm(BigComplex _zm)
Set zernike moment in complex representation
|
public double getPhase()
public double getMagnitude()
public BigComplex getZm()
public void setZm(BigComplex _zm)
_zm - public Polynom getP()
public void setP(Polynom _p)
_p - public int getN()
public void setN(int _n)
_n - public int getM()
public void setM(int _m)
_m - Copyright © 2014–2022 ImageJ. All rights reserved.