public class FilterMain
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
dimension |
Constructor and Description |
---|
FilterMain() |
Modifier and Type | Method and Description |
---|---|
void |
apply_Bilateral_Filter(float sigma_s,
float sigma_r)
Applies the bilateral filter with use of Gaussian kd trees.
1.
|
float[] |
getKDDrawing() |
float[] |
getKDDrawingUV() |
float[] |
getPoints() |
float[] |
getTreeLeaves() |
void |
setSelection(Boundary b) |
public void apply_Bilateral_Filter(float sigma_s, float sigma_r)
sigma_s
- sigma_r
- public float[] getKDDrawing()
public float[] getKDDrawingUV()
public float[] getPoints()
public void setSelection(Boundary b)
public float[] getTreeLeaves()