This document describes an Android application for graph analysis using image processing techniques. The application allows users to select points on an image of a graph and obtain the coordinate values. It uses OpenCV for preprocessing images, including converting to grayscale, edge detection and contour finding. The application controller directs the preprocessing, postprocessing and coordinate calculation modules. The postprocessing module identifies graph features to allow interpolation of values from pixel locations. The coordinate calculation module uses known scale factors to convert pixel coordinates to value coordinates. The application provides an interactive way to analyze graphical data on a smartphone.