First of all, thank you for the code but, while using with mat lab 6.1 , i am getting errors
as
??? Error: File: C:\bfilter2\Bilateral Filtering\bfilter2.m Line: 30 Column: 23
Expected a variable, function, or constant, found "|".
Error in ==> C:\bfilter2\Bilateral Filtering\runDemo.m
On line 30 ==> bflt_img1 = bfilter2(img1,w,sigma);
Tell me how to correct the error.
Comment only
31 Oct 2011
Bilateral Filtering
Implements bilateral filtering for grayscale and color images.
Hello, thank for codes [which works nicely both in gray-level and color image]
Mr Douglas Lanman or Mr. Joseph Shtok,
I have understood the bilateral filter over 2D dimension / an image.by considering Kernel which is a 2D square .
I have question. I'm apply bilateral filter over a sequence of images [video].
In one part of paper it applies 2D bilateral over a frame [which its code is here ]
but in other part of paper, it acquired 1-D bilateral filter for each pixel over frames. question is how?!!
I can't realize kernel here. but Mr. Joseph Shtok mentioned it's simple. Can you please explain?
Best Regards
Ali
Comment only