public class HistogramPhaseUnwrapping_Params extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
nativeObj |
Modifier | Constructor and Description |
---|---|
|
HistogramPhaseUnwrapping_Params() |
protected |
HistogramPhaseUnwrapping_Params(long addr) |
Modifier and Type | Method and Description |
---|---|
static HistogramPhaseUnwrapping_Params |
__fromPtr__(long addr) |
protected void |
finalize() |
int |
get_height() |
float |
get_histThresh() |
int |
get_nbrOfLargeBins() |
int |
get_nbrOfSmallBins() |
int |
get_width() |
long |
getNativeObjAddr() |
void |
set_height(int height) |
void |
set_histThresh(float histThresh) |
void |
set_nbrOfLargeBins(int nbrOfLargeBins) |
void |
set_nbrOfSmallBins(int nbrOfSmallBins) |
void |
set_width(int width) |
protected HistogramPhaseUnwrapping_Params(long addr)
public HistogramPhaseUnwrapping_Params()
public long getNativeObjAddr()
public static HistogramPhaseUnwrapping_Params __fromPtr__(long addr)
public int get_width()
public void set_width(int width)
public int get_height()
public void set_height(int height)
public float get_histThresh()
public void set_histThresh(float histThresh)
public int get_nbrOfSmallBins()
public void set_nbrOfSmallBins(int nbrOfSmallBins)
public int get_nbrOfLargeBins()
public void set_nbrOfLargeBins(int nbrOfLargeBins)
Copyright © 2024. All rights reserved.