ResultPoint

open class ResultPoint(x: Float, y: Float)

Encapsulates a point of interest in an image containing a barcode. Typically, this would be the location of a finder pattern or the corner of the barcode, for example.

Inheritors

Constructors

Link copied to clipboard
constructor(x: Float, y: Float)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun getX(): Float
Link copied to clipboard
fun getY(): Float
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String