You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
Algorithm Explanation
-
Step 001: Load the image
-
Step 002: Normalize the image
-
Step 003: Erode the image
-
Step 004: Threshold the image
-
Step 005: Dilate the image
-
Step 006: Crop the image
-
Step 007: Show the maze with start and end points
-
Step 008: Create the maze bitmap
-
Step 009: Find the maze path
-
Step 010: Show the solution