No description or website provided.
Python
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
fixture
.gitignore
README.md
findpair-nodecv-server-sample.py
nodecv-server-sample.py
opencv-sample.py
requirements.txt

README.md

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 upated at Tue Apr 17 2018 00:47:40 GMT+0800.

License

The MIT License (MIT)