Message from discussion
Segmentation algorithms
Received: by 10.180.72.135 with SMTP id d7mr516074wiv.3.1339787191951;
Fri, 15 Jun 2012 12:06:31 -0700 (PDT)
X-BeenThere: scikits-image@googlegroups.com
Received: by 10.180.103.66 with SMTP id fu2ls1247884wib.3.gmail; Fri, 15 Jun
2012 12:06:30 -0700 (PDT)
Received: by 10.180.83.74 with SMTP id o10mr516279wiy.1.1339787190756;
Fri, 15 Jun 2012 12:06:30 -0700 (PDT)
Received: by 10.180.83.74 with SMTP id o10mr516278wiy.1.1339787190741;
Fri, 15 Jun 2012 12:06:30 -0700 (PDT)
Return-Path: <amuel...@ais.uni-bonn.de>
Received: from mail.ais.uni-bonn.de (mail.ais.uni-bonn.de. [131.220.242.131])
by gmr-mx.google.com with ESMTP id ei10si919913wid.0.2012.06.15.12.06.30;
Fri, 15 Jun 2012 12:06:30 -0700 (PDT)
Received-SPF: pass (google.com: best guess record for domain of amuel...@ais.uni-bonn.de designates 131.220.242.131 as permitted sender) client-ip=131.220.242.131;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of amuel...@ais.uni-bonn.de designates 131.220.242.131 as permitted sender) smtp.mail=amuel...@ais.uni-bonn.de
Received: from localhost (localhost [127.0.0.1])
by mail.ais.uni-bonn.de (Postfix) with ESMTP id 22FF61700002
for <scikits-image@googlegroups.com>; Fri, 15 Jun 2012 21:02:49 +0200 (CEST)
X-Virus-Scanned: amavisd-new at ais.uni-bonn.de
Received: from mail.ais.uni-bonn.de ([127.0.0.1])
by localhost (mail.ais.uni-bonn.de [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id Us+U2BbUOjZi for <scikits-image@googlegroups.com>;
Fri, 15 Jun 2012 21:02:46 +0200 (CEST)
Received: from [192.168.1.71] (koln-5d81ac92.pool.mediaWays.net [93.129.172.146])
by mail.ais.uni-bonn.de (Postfix) with ESMTPSA id BB4141700001
for <scikits-image@googlegroups.com>; Fri, 15 Jun 2012 21:02:46 +0200 (CEST)
Message-ID: <4FDB87B3.9010204@ais.uni-bonn.de>
Date: Fri, 15 Jun 2012 21:06:27 +0200
From: Andreas Mueller <amuel...@ais.uni-bonn.de>
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1
MIME-Version: 1.0
To: scikits-image@googlegroups.com
Subject: Re: Segmentation algorithms
References: <4FDB46E3.5030...@ais.uni-bonn.de> <CABDkGQmhSu+PZDqr3vemTN9q5DmfsW7wLyc2DnNRs3KZu8n...@mail.gmail.com>
In-Reply-To: <CABDkGQmhSu+PZDqr3vemTN9q5DmfsW7wLyc2DnNRs3KZu8n...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Hi Stefan.
In the near future I also want to implement Boykov-Kolmogorov
and graph cuts. I think it would be nice to to GrabCut with sklearn+skimage.
Let's see how this goes.
Cheers,
Andy
Btw: I also like n**2 better but then my editor complains ;)
On 06/15/2012 08:47 PM, St�fan van der Walt wrote:
> Hi Andreas
>
> On Fri, Jun 15, 2012 at 7:29 AM, Andreas Mueller
> <amuel...@ais.uni-bonn.de> wrote:
>> I was wondering whether you are interested in having more image segmentation
>> algorithms in skimage.
> I am also very interested in matting algorithms and graph cuts, e.g.:
>
> http://www.inf.ufrgs.br/~eslgastal/SharedMatting/
>
> St�fan