Skip to content

SaltyJoke/Image-Registration

Repository files navigation

Image Registration

Overview

This is a test program for image registration.

  • Interactive manual test is run on a web browser.

Prerequisite

  • Install Node.js.

How to build

In a terminal window, run

  • npm install
  • npm run build

How to run

  • In a terminal, run npm install and then npm start. This starts the HTTP server.
  • Open the web page on a web browser. Filename "index.html" must be included.
    • http://localhost:8989/index.html

How to debug

  • In Visual Studio Code, place a breakpoint in a TypeScript .ts file.
  • In a terminal, run npm run build and then npm start. The HTTP server shall be running.
  • Press "Start Debugging" or F5 key. This opens the web page on a new Chrome window.
  • When the breakpoint is hit, you can debug in Visual Studio Code.

See also

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5