From pi at berkeley.edu Tue Feb 13 14:58:52 2018 From: pi at berkeley.edu (Paul Ivanov) Date: Tue, 13 Feb 2018 11:58:52 -0800 Subject: [scikit-image] SciPy2018: mini-symposium on Image Processing In-Reply-To: <20180123185246.helm6qky7azpdjzz@fastmail.com> References: <20180123185246.helm6qky7azpdjzz@fastmail.com> Message-ID: Just a bump to St?fan's original message about the Image Processing mini-symposium. The deadline for SciPy 2018 submissions was extended until February 15th, so you stil have two days left! https://scipy2018.scipy.org/ehome/299527/648140/ best, pi On Tue, Jan 23, 2018 at 10:52 AM, Stefan van der Walt wrote: > 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 > _______________________________________________ > scikit-image mailing list > scikit-image at python.org > https://mail.python.org/mailman/listinfo/scikit-image > -- _ / \ A* \^ - ,./ _.`\\ / \ / ,--.S \/ \ / `"~,_ \ \ __o ? _ \<,_ /:\ --(_)/-(_)----.../ | \ --------------.......J Paul Ivanov http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefanv at berkeley.edu Thu Feb 15 16:20:36 2018 From: stefanv at berkeley.edu (Stefan van der Walt) Date: Thu, 15 Feb 2018 13:20:36 -0800 Subject: [scikit-image] MeeseeksDev bot Message-ID: <20180215212036.mcq3dhpo77gs4v7e@fastmail.com> 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 From scattarella.1828620 at studenti.uniroma1.it Wed Feb 21 08:38:39 2018 From: scattarella.1828620 at studenti.uniroma1.it (rosaria daniela scattarella) Date: Wed, 21 Feb 2018 14:38:39 +0100 Subject: [scikit-image] Help FingerPrint Message-ID: Hello, I should do fingerprint recognition do you have any examples? Tks -------------- next part -------------- An HTML attachment was scrubbed... URL: From jni.soma at gmail.com Wed Feb 21 19:36:17 2018 From: jni.soma at gmail.com (Juan Nunez-Iglesias) Date: Thu, 22 Feb 2018 11:36:17 +1100 Subject: [scikit-image] Help FingerPrint In-Reply-To: References: Message-ID: <1519259777.1972064.1279079664.0D498707@webmail.messagingengine.com> 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 at python.org > https://mail.python.org/mailman/listinfo/scikit-image -------------- next part -------------- An HTML attachment was scrubbed... URL: