java - Automatically create a 2D array simulations map -


so i'm working on agent based simulation , i'm going use 2d array 500x5000 or 1000x1000. actual simulation consist of walls make rooms. problem don't want manually insert each wall because take long.

is there way can create simple 2d image of map , have program read image , insert walls 2d array based on image.

regards


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -