Prev: custom colormap problems
Next: get my plp
From: Muhammad QADRI on 22 Jun 2010 14:14 HI ,, i want to detect luminance levels using edge detections , like if the image is blocky (8x8 blocks) how can we detect sharp luminance edges .. Thanks Tahir
From: Matthias Keil on 22 Jun 2010 14:30 You may find the following publication interesting: "Recovering real-world images from single-scale boundaries with a novel filling-in architecture" Neural Networks Volume 18, Issue 10, December 2005, Pages 1319-1331 Best, Matthias "Muhammad QADRI" <mtahir_q(a)yahoo.com> wrote in message <hvquhu$969$1(a)fred.mathworks.com>... > HI ,, i want to detect luminance levels using edge detections , like if the image is blocky (8x8 blocks) how can we detect sharp luminance edges .. > > Thanks > > Tahir
From: ImageAnalyst on 22 Jun 2010 22:36 On Jun 22, 2:14 pm, "Muhammad QADRI" <mtahi...(a)yahoo.com> wrote: > HI ,, i want to detect luminance levels using edge detections , like if the image is blocky (8x8 blocks) how can we detect sharp luminance edges .. > > Thanks > > Tahir ----------------------------------------------- Try imfilter and fspecial, or maybe graycomatrix(), all in the image processing toolbox.
From: Muhammad QADRI on 23 Jun 2010 04:19 Hi , thanks for your help .... actually i want to determine the blocking artifacts in images, for which i am thinking of better edge detector to determine luminance level transitions. say e.g after each 8x8 blocks of image i have to apply edge detection, Is it possible to detect edges for each 8x8 blocks in an image ??? Thanks Tahir ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <855b226f-22ce-405b-aec2-757462aefac9(a)g18g2000vbl.googlegroups.com>... > On Jun 22, 2:14 pm, "Muhammad QADRI" <mtahi...(a)yahoo.com> wrote: > > HI ,, i want to detect luminance levels using edge detections , like if the image is blocky (8x8 blocks) how can we detect sharp luminance edges .. > > > > Thanks > > > > Tahir > > ----------------------------------------------- > Try imfilter and fspecial, or maybe graycomatrix(), all in the image > processing toolbox.
From: Muhammad QADRI on 23 Jun 2010 04:24
Hi Matthias ,,, I have gone through your paper.. it is good, thanks for that ... My actual task is to determine the blocking artifacts in images, for which i am thinking of better edge detector to determine luminance level transitions. say e.g after each 8x8 blocks of image i have to apply edge detection, because blocking occurs on 8x8 block of pixels. Is it possible to detect edges for each 8x8 blocks in an image ??? Thanks Tahir "Matthias Keil" <mats(a)cvc.uab.es> wrote in message <hvqvfv$bji$1(a)fred.mathworks.com>... > You may find the following publication interesting: > > "Recovering real-world images from single-scale boundaries with a novel filling-in architecture" Neural Networks Volume 18, Issue 10, December 2005, Pages 1319-1331 > > Best, > > Matthias > > "Muhammad QADRI" <mtahir_q(a)yahoo.com> wrote in message <hvquhu$969$1(a)fred.mathworks.com>... > > HI ,, i want to detect luminance levels using edge detections , like if the image is blocky (8x8 blocks) how can we detect sharp luminance edges .. > > > > Thanks > > > > Tahir |