Question1. Deduce a mathematical function for Averaging Filter. You might suppose that the filter is of size 3.
Question2. Write a run technique for an Averaging Filter in ImageJ environment.
Question3. In brief describe how the Median Filter works.
Question4. Provide the structure of an RGB colour pixel in Java.
Question5. Show with sample codes how you would perform the following tasks for Colour Image:
• Access RGB pixel values
• Construct RGB pixel values
Question6. Outline the Edge Magnitude extraction and Orientation flow.