Skip to content

snapre/cv-sample-python

 
 

Repository files navigation

cv-sample-python

Installation

$ pip install -r requirements.txt

Run

# basic example
$ python opencv-sample.py

# after start nodecv server

# dissimilarity example
$ python nodecv-server-sample.py

# find pairs example
$ python findpair-nodecv-server-sample.py

# if you prefer using your own post curl command for 'find pairs'
curl -i -X POST \
  -H "Content-Type: multipart/form-data" \
  -F "image1=@./fixture/T-shirt-logo.jpg" \
  -F "image2=@./fixture/T-shirt.jpg" \
  http://localhost:9900/opencv/findpairs
$ npm i git-contributor -g
$ git-contributor

Contributors


xudafeng


Chenxin


loftyet

This project follows the git-contributor spec, auto updated at Sat Aug 03 2019 16:17:26 GMT+0800.

License

The MIT License (MIT)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%