public class HandMouse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HandMouse.Settings |
Constructor and Description |
---|
HandMouse() |
HandMouse(HandMouse.Settings settings) |
Modifier and Type | Method and Description |
---|---|
IplImage |
getRelativeResidual() |
IplImage |
getResultImage() |
HandMouse.Settings |
getSettings() |
double |
getX() |
double |
getY() |
boolean |
isClick() |
boolean |
isSteady() |
void |
reset() |
void |
setSettings(HandMouse.Settings settings) |
void |
update(IplImage[] images,
int pyramidLevel,
CvRect roi,
double[] roiPts) |
public HandMouse()
public HandMouse(HandMouse.Settings settings)
public HandMouse.Settings getSettings()
public void setSettings(HandMouse.Settings settings)
public void reset()
public IplImage getRelativeResidual()
public IplImage getResultImage()
public double getX()
public double getY()
public boolean isSteady()
public boolean isClick()
Copyright © 2023. All rights reserved.