Hi Rosaria, unfortunately we don't have any fingerprint recognition
examples in skimage. Various things like thresholding
(skimage.filters.threshold_*), edge detection (also in skimage.filters),
and feature extraction (skimage.feature) would be useful, but you would
need to piece them together yourself. It would be awesome if you could
send a link to a blog post or github repo when you have something
working! We would be very happy to link to it from scikit-image or
include it in our documentation (with your permission of course!).
On Thu, Feb 22, 2018, at 12:38 AM, rosaria daniela scattarella wrote:
> Hello,
>
> I should do fingerprint recognition do you have any examples?
> Tks
> _________________________________________________
> scikit-image mailing list
> scikit-image(a)python.org
> https://mail.python.org/mailman/listinfo/scikit-image
Hi scikit-image developers,
I've enabled Matthias Busonnier's MeeseeksDev bot [0] on the scikit-image
repository.
It has a lot of functionality, but what I like most is this: if you add
a PR to a specific milestone, that issue can automatically be backported
to a given branch (see instructions below).
Best regards
Stéfan
Configuring milestones for auto backport:
> *Edit your milestone* and in the description *put on a line by
> itself*:
>
> `on-merge: backport to v0.14.x` for example.
>
> Now if a *PR is assigned a milestone* before being merged, the *bot
> will submit a backport automatically* if possible. You can also
> manually request a backport:
>
> @MeeseeksDev backport [to] {branch}
[0] https://github.com/MeeseeksBox/MeeseeksDev
Hi, everyone
I would like to invite you to submit a talk for the SciPy2018
mini-symposium on Image Processing. The deadline is 9 February.
https://scipy2018.scipy.org/ehome/299527/648140/
Hope to see you there!
Stéfan