Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/component/focus
Image focal point detection algorithm
https://github.com/component/focus
Last synced: 12 days 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-09T23:30:24.000Z (about 11 years ago)
- Last Synced: 2024-11-15T20:38:40.761Z (about 1 month 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
![](http://f.cl.ly/items/1s0P2t0R3o3y1o2H0p3J/fox.jpg)
![](http://f.cl.ly/items/0O3A451Q0T2U3T1S3k0H/owl.jpg)# License
MIT