$ pip install -r requirements.txt
# 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
xudafeng |
Chenxin |
liangjun-jiang |
---|
This project follows the git-contributor spec, auto updated at Thu Nov 18 2021 01:01:06 GMT+0800
.
The MIT License (MIT)