/FigureRecognistionBySimpleMask

Recognizes the shapes in the picture by the simple mask

Primary LanguageKotlinMIT LicenseMIT

FigureRecognistionBySimpleMask

Recognizes the shapes in the picture by the mask 🎨 -> 🔣

🚀How to launch

📱 Image

🔨 Code

fun main() {
    println("Enter input file path:")
    val inputPath = readLine()!!

    val pic = ImageIO.read(File(inputPath))

    // .figure starts recognizing and returns enum object
    println("This is ${pic.figure.name}")
}

✅TODO

  • unite compression and fitting for better work
  • move Color to core
  • add adapters for different platforms in platform-specific branches