Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TingGe/calibration-box
图片标定:一个 Fabric 的小插件,可用于标定图片中车辆、人、交通灯标识、区域等。
https://github.com/TingGe/calibration-box
Last synced: 3 months ago
JSON representation
图片标定:一个 Fabric 的小插件,可用于标定图片中车辆、人、交通灯标识、区域等。
- Host: GitHub
- URL: https://github.com/TingGe/calibration-box
- Owner: TingGe
- License: mit
- Created: 2016-07-30T13:44:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T06:15:46.000Z (over 7 years ago)
- Last Synced: 2024-07-27T16:13:58.600Z (3 months ago)
- Language: JavaScript
- Size: 1.43 MB
- Stars: 5
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - TingGe/calibration-box - 图片标定:一个 Fabric 的小插件,可用于标定图片中车辆、人、交通灯标识、区域等。 (JavaScript)
README
# Calibration Box
图片标定:一个 Fabric 的小插件,可用于标定图片中车辆、人、交通灯标识、区域等。
## 效果
![](./assets/calibrationbox.png)
## 运行
1. 依赖 [Node](https://nodejs.org/)、[http-server](https://github.com/indexzero/http-server)
2. 在项目目录执行 `npm install` ,安装依赖库 [fabric.js](https://github.com/kangax/fabric.js/)、[keymaster.js](https://github.com/madrobby/keymaster)
3. 在项目目录执行 `http-server`
4. 根据 `http-server` 中提示的网址,在浏览器(建议 Chrome )中访问
5. 关闭命令窗口即可退出## 使用
1. 可通过 `npm install calibration-box` 或 `bower install calibration-box` 安装。
2. 调用和使用方式,建议参考 index.html 中代码和注释## 参考
- [Fabric.js 官网](http://fabricjs.com/)
- [Fabric.js Github 地址](https://github.com/kangax/fabric.js/)## 反馈
[https://github.com/TingGe/calibration-box/issues](https://github.com/TingGe/calibration-box/issues)
## 贡献
[https://github.com/TingGe/calibration-box/graphs/contributors](https://github.com/TingGe/calibration-box/graphs/contributors)
## 许可
(The MIT License)
Copyright (c) Kevin [[email protected]](mailto:[email protected])