cv-sample-python
Installation
$ pip install -r requirements.txtRun
# 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-contributorContributors
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)