bayer filter

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

bayer filter

snehavenky
Hello,
   I am new to imagej java proframming. As an assignment I am required to convert an rgb image into 3channels (each being 8bit images) and remove pixels based on which color channel it is (red, blue or green) ..... This is using the bayer filter array numbers to find the pixels which are red blue or green respectively. Finally,  i have to reconstruct the original image... Splitting into 3channels is not a problem but i am stuck on how to go about applying the bayer filter in the code. Can you please guide me on this topic?
Thanks in advance,
Sneha