net.sf.j3d.imaging
Class ArtifactDetector
java.lang.Object
net.sf.j3d.imaging.ArtifactDetector
public class ArtifactDetector
- extends Object
|
Field Summary |
static boolean |
verbose
|
|
Method Summary |
double |
artifact(int x,
int y,
double m,
double t,
double s,
int it,
int max)
|
RGB[][] |
getHueMap()
|
RGB[][] |
getImage()
|
RGB[][] |
getSaturationMap()
|
static void |
main(String[] args)
|
boolean[][] |
scan(double m,
double t,
double np,
double s,
int max,
int et,
int boundBox)
|
void |
setImage(RGB[][] img)
|
verbose
public static boolean verbose
ArtifactDetector
public ArtifactDetector(RGB[][] rgb,
int w,
int h)
main
public static void main(String[] args)
throws MalformedURLException
- Throws:
MalformedURLException
scan
public boolean[][] scan(double m,
double t,
double np,
double s,
int max,
int et,
int boundBox)
artifact
public double artifact(int x,
int y,
double m,
double t,
double s,
int it,
int max)
setImage
public void setImage(RGB[][] img)
getImage
public RGB[][] getImage()
getHueMap
public RGB[][] getHueMap()
getSaturationMap
public RGB[][] getSaturationMap()