After converting the image to this glowing outline version, I want to draw the key palm lines (life Линия, сердечная линия, головная линия и т. Д.) В верхней части изображения. < /p>
- Я захватываю изображение, используя камеру < /li>
Я применяю opencv filters, такие /> Я отображаю этот результат в ImageView
canvas.drawLine(x1, y1, x2, y2, paint)
How can I automatically or semi-automatically draw palm lines on an image in Android Studio?
Is there a better approach using OpenCV or TensorFlow?
Can I use hand landmarks (like MediaPipe or custom model) to trace these palm lines dynamically?
Environment:
Kotlin + Android Studio
OpenCV 4.5+
Using CameraX for image capture
Подробнее здесь: https://stackoverflow.com/questions/796 ... in-and-ope