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 |
|---|---|
opencv_core.IplImage |
getRelativeResidual() |
opencv_core.IplImage |
getResultImage() |
HandMouse.Settings |
getSettings() |
double |
getX() |
double |
getY() |
boolean |
isClick() |
boolean |
isSteady() |
void |
reset() |
void |
setSettings(HandMouse.Settings settings) |
void |
update(opencv_core.IplImage[] images,
int pyramidLevel,
opencv_core.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 void update(opencv_core.IplImage[] images, int pyramidLevel, opencv_core.CvRect roi, double[] roiPts)
public opencv_core.IplImage getRelativeResidual()
public opencv_core.IplImage getResultImage()
public double getX()
public double getY()
public boolean isSteady()
public boolean isClick()
Copyright © 2018. All rights reserved.