Package-level declarations

Types

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

解码结果

Link copied to clipboard

微信二维码检测器

Functions

Link copied to clipboard
fun List<Mat>.toVertexPoints(): List<Point>

扩展函数:将检测结果点 Mat列表转换为二维码顶点 Point 列表;(适用于:WeChatQRCodeDetector)