No description
Find a file
2025-07-30 23:05:32 +07:00
.idea/.idea.StitchATon/.idea Initial commit 2025-07-26 06:56:07 +07:00
WebApp add Readme 2025-07-30 23:05:32 +07:00
.gitignore Initial commit 2025-07-26 06:56:07 +07:00
global.json Initial commit 2025-07-26 06:56:07 +07:00
README.md add Readme 2025-07-30 23:05:32 +07:00
StitchATon.sln Initial commit 2025-07-26 06:56:07 +07:00
StitchATon.sln.DotSettings scale before stitch 2025-07-26 08:50:47 +07:00

Stitch a Ton

Solution by Meizar (meizar.rimadana@formulatrix.com)

Requirement

  • .Net SDK 6.0
  • OpenCVSharp4 4.11

Setup

  • Change the environment variables ASSET_PATH_RO in WebApp/Properties/launchSettings.json
  • Http port can be changed as needed

Publish and Run

Publish with targeting linux-arm64 runtime

cd ./WebApp
dotnet publish -r linux-arm64 -c release --self-contained

Go to the publish folder

cd bin/release/net6.0/linux-arm64/publish

Make it executable

chmod +x WebApp

Run

./WebApp

Or, if the OpenCV4 has been installed, just run it

cd WebApp
dotnet run