Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hncboy/mazegenerator

迷宫生成器 & 迷宫图片识别
https://github.com/hncboy/mazegenerator

generator java maze

Last synced: 24 days ago
JSON representation

迷宫生成器 & 迷宫图片识别

Awesome Lists containing this project

README

        

# MazeGenerator

## 迷宫地图生成器 & 迷宫图片识别求解(简易产品)

# 一、运行

![](https://img-blog.csdnimg.cn/20201026150318217.png#pic_center)

IDEA 运行时将 VM options 中添加对应 opencv dll 的路径

![image-20201026145646585](https://img-blog.csdnimg.cn/20201026150318233.png)

# 二、使用

参考 MazeGenerator 类方法生成迷宫地图

参考 MazeSolverTest 类方法识别迷宫图片