Example usage for org.opencv.core Point toString

List of usage examples for org.opencv.core Point toString

Introduction

In this page you can find the example usage for org.opencv.core Point toString.

Prototype

@Override
    public String toString() 

Source Link

Usage

From source file:com.borte.rendering.OpenGLFragment.java

License:Apache License

@Override
public void updatePosition(Point point, double eyeDistance) {
    // TODO Auto-generated method stub
    Log.d(TAG, point.toString() + " " + eyeDistance);
}