Skip to content

heixin8/NpediCracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NpediCracker

A cracker local server for slide code verification of xxx.com

Environment

Start Server

  • Open start.cmd to start the server, default listen on port 6001
  • Message "Server is listening on http://localhost:6001" will prompt on server started.

Call Service

Send http POST request with json body to http://localhost:6001/json

{
  "ground": "...",
  "brick": "...",
  "top": 29
}
  • ground: is the ground base64 image data.
  • brick: is the brick base64 image data.
  • top: is the offset value of brick in ground.

Service Response

{
    "x": 167,
    "confidence": 1
}
  • x: is the crack value.
  • confidence: is the confidence of current crack, ranging 0.1 ~ 1, while 1 means 100% matched.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Batchfile 1.1%