APCS: Image Processing Project, Activity 9


2 points

Read Activity 9 on pages 21 - 22.

Do Exercise 1 on page 22, in which you improve the edge detection algorithm by comparing pixels that are vertically adjacent. This is possible by making straightforward changes to edgeDetection().

Choose an image on which to do edge detection. Try different values for the integer argument to edgeDetection() to see what works best.

 

Resources:
Student Guide
Javadoc

 

Links:
Image Processing Project
AP Computer Science