# pico-detect
Rust library for _Pixel Intensity Comparison-based Object_ (PICO) detection.
## Goals
* [ ] object detection;
* [x] object localization;
* [ ] shape prediction;
* [ ] WebAssembly support (`wasm32-unknown-unknown` target).
## Links
- [N. Markus, M. Frljak, I. S. Pandzic, J. Ahlberg and R. Forchheimer, "Object Detection with Pixel Intensity Comparisons Organized in Decision Trees"](http://arxiv.org/abs/1305.4537)
- [One Millisecond Face Alignment with an Ensemble of Regression Trees](https://www.cv-foundation.org/openaccess/content_cvpr_2014/papers/Kazemi_One_Millisecond_Face_2014_CVPR_paper.pdf)