output image is not displayed
- by gerry chocolatos
so, im doing an image detection which i have to process on each red, green, n blue element to get the edge map and combine them become one to show the output. but it doesnt show my output image would anyone pls be kind enough to help me? here is my code so far.
//get the red element
process_red = new int[width * height];
counter = 0;
for(int i =…