DecodeResult

data class DecodeResult(val texts: List<String>, val points: List<Mat>?)

解码结果

Author

Jenly

Follow me

Constructors

Link copied to clipboard
constructor(texts: List<String>, points: List<Mat>?)

Properties

Link copied to clipboard
val points: List<Mat>?
Link copied to clipboard

Functions

Link copied to clipboard
fun getVertexPoints(): List<Point>

获取解码结果中的二维码顶点 org.opencv.core.Point 列表

Link copied to clipboard
open override fun toString(): String