Message from discussion
JPEG artifacts detection
Received: by 10.50.220.161 with SMTP id px1mr13386373igc.1.1341363371872;
Tue, 03 Jul 2012 17:56:11 -0700 (PDT)
X-BeenThere: scikits-image@googlegroups.com
Received: by 10.231.1.78 with SMTP id 14ls7835259ibe.2.gmail; Tue, 03 Jul 2012
17:56:11 -0700 (PDT)
Received: by 10.50.40.230 with SMTP id a6mr12462157igl.2.1341363371471;
Tue, 03 Jul 2012 17:56:11 -0700 (PDT)
Received: by 10.50.40.230 with SMTP id a6mr12462153igl.2.1341363371391;
Tue, 03 Jul 2012 17:56:11 -0700 (PDT)
Return-Path: <klo...@gmail.com>
Received: from mail-ob0-f170.google.com (mail-ob0-f170.google.com [209.85.214.170])
by gmr-mx.google.com with ESMTPS id k13si4033543igc.1.2012.07.03.17.56.11
(version=TLSv1/SSLv3 cipher=OTHER);
Tue, 03 Jul 2012 17:56:11 -0700 (PDT)
Received-SPF: pass (google.com: domain of klo...@gmail.com designates 209.85.214.170 as permitted sender) client-ip=209.85.214.170;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of klo...@gmail.com designates 209.85.214.170 as permitted sender) smtp.mail=klo...@gmail.com; dkim=pass header...@gmail.com
Received: by obfk16 with SMTP id k16so1535966obf.15
for <scikits-image@googlegroups.com>; Tue, 03 Jul 2012 17:56:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:date:message-id:subject:from:to:content-type;
bh=WLIb8dTJu4eSRpxK+l3fao/YFqgTZ+lcvspFmPrFXxc=;
b=e2xrseRub54gVmYy9k5vnbKDH8y/XADBDf23mFVaxIxmMrdVDgxNEpbXR4D03wcHqE
RxhXwcwfjb7xl+PBFHYg9GJgH6Ly8rlsMoGJ74lfB6SjY+dIk8zDDOVXw6P/cAyB5q7I
+MAQOuTzpvadW8LIQPAxCiL43lCLHuspDuALwdd9q6fsOLAXXhHkcPg33JqEMaUVLCEE
VrUUD4iv7XqPPIet60yMXzebKOJYUUbPGrmmxa9gpaBk7cgPjqneZevYS8169jvPkKgR
iG8Z4Rxhr6usxMEoweRELPerc85gA8yF64oB2n3cb8yQf2jt0vSw1f3fMveW0HJjVuj2
8lvQ==
MIME-Version: 1.0
Received: by 10.50.242.73 with SMTP id wo9mr10236037igc.1.1341363370944; Tue,
03 Jul 2012 17:56:10 -0700 (PDT)
Received: by 10.64.53.98 with HTTP; Tue, 3 Jul 2012 17:56:10 -0700 (PDT)
Date: Wed, 4 Jul 2012 02:56:10 +0200
Message-ID: <CAA-8Ld93k-XeBANpNy+xY2Pzy1VZwRdC7rL3EqmmgmBD-gD...@mail.gmail.com>
Subject: JPEG artifacts detection
From: klo uo <klo...@gmail.com>
To: scikits-image@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
Hi,
I was wondering if it's possible by using scikits-image to detect if
arbitrary image suffers from compression artifacts.
I mean artifacts in common sense, like saving original image in 80
quality JPEG is fine, but reencoding it over and over again, possibly
resizing etc is something I would like to detect - visible color
distorsion, edge noise, blockness...
Is there efficient method that scikits-image can provide
Thanks