|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BufferedImg | |
|---|---|
| Facemorph.haar | |
| Uses of BufferedImg in Facemorph.haar |
|---|
| Methods in Facemorph.haar that return BufferedImg | |
|---|---|
static BufferedImg |
HaarDemo.getOrig()
Return the SummedAreaTable created in the main method |
static BufferedImg |
HaarDemoApplet.getOrig()
Return the SummedAreaTable created in the main method |
static BufferedImg |
HaarFinder.getOrig()
Return the SummedAreaTable created in the main method |
| Methods in Facemorph.haar with parameters of type BufferedImg | |
|---|---|
java.util.List<Face> |
FeatureFinder.haarDetect(BufferedImg img,
HaarReader haar,
int xstart,
int ystart,
int width,
int height)
Haar detector |
static double |
SAT.sumOfTiltedVals(BufferedImg img,
int x,
int y,
int w,
int h)
Direct calculation of tilted sums for testing |
static double |
SAT.sumOfVals(BufferedImg img,
int x,
int y,
int w,
int h)
Direct calculation of sums for testing |
| Constructors in Facemorph.haar with parameters of type BufferedImg | |
|---|---|
HaarCascade(BufferedImg img)
Construct a new cascade. |
|
SAT(BufferedImg src)
Creates a summed area table from the top left corner |
|
SAT(BufferedImg src,
boolean squared)
Creates a summed area table from the top left corner |
|
SAT(BufferedImg src,
boolean squared,
boolean tilted)
Creates a summed area table from the top left corner |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||