https://github.com/component/focus
Image focal point detection algorithm
https://github.com/component/focus
Last synced: 8 months ago
JSON representation
Image focal point detection algorithm
- Host: GitHub
- URL: https://github.com/component/focus
- Owner: component
- Created: 2012-09-28T20:14:36.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-09T23:30:24.000Z (over 12 years ago)
- Last Synced: 2024-11-15T20:38:40.761Z (over 1 year ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 51
- Watchers: 7
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# focus
Focal point detection (work in progress).
## Installation
$ component install component/focus
## Example
```js
var focus = require('focus');
var point = focus(canvas);
```
## Examples


# License
MIT