Skip to content

Releases: rostyq/pico-detect

0.5

14 May 13:23
0af7b52
Compare
Choose a tag to compare

What's Changed

  • Update dependencies; refactor for nalgebra 0.29 support by @19h in #6
  • Downscale coordinate values from 64 to 32 bits
  • Add Error type to Multiscaler

New Contributors

  • @19h made their first contribution in #6

Full Changelog: v0.4.1...v0.5.0

Generic Image

05 Nov 00:08
304a1a7
Compare
Choose a tag to compare
  • utilized image GenericImageView;
  • changed ROI parameters from Point3 to Similarity2;
  • added ISimilarity2 with integer values;
  • loosen deps and turn off image default features;
  • added MultiScale which implements multi scale detection using a classifier;
  • now Shaper uses imageproc::rect::Rect as region of interest parameter;
  • added reexports for image, nalgebra and imageproc::rect.

shape predictor

16 Sep 14:27
5915d1d
Compare
Choose a tag to compare
  • added shape predictor;
  • added cli example with face, face shape and pupils detection.

Cascade detector

03 Sep 16:14
13a136a
Compare
Choose a tag to compare
v0.2.0

Update Cargo.toml

Object Localizer

03 Sep 21:03
Compare
Choose a tag to compare
v0.1.0

released object localizer