Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PGM イメージを読み取り、そのポイントを Java で取得する必要があります。それを行うための良いライブラリを知っている人はいますか?
PGM 形式で画像を表示し、その画像から値を取得して A* でパスを描画する必要があります。
カンプス。
PGM は単純な形式です。手動で読むことができます。
その仕様はここに記載されています。
また、これは、それを読み取って に表示するためのコードを提供しますComponent。
Component
幸運を。