defunktlemon
Member
Hi.
I'm trying to learn c# by experimenting with image processing techniques.
My first is image addition using the original image with pixel values added from the same image but after the canny edge filter was applied. I would then like to click a button on the form and have a new image displayed in a third picture box which has the images added together. This should show the outline of the original image in better detail afterwards.
I have attached an image of the form I have prepared with the original and canny .gif images and a third blank box.
I think there is also something I need to do so that the values don't overrun, but i'll research that in the meantime and add it in later once the pixel values have been added for all pixels.
Thanks
I'm trying to learn c# by experimenting with image processing techniques.
My first is image addition using the original image with pixel values added from the same image but after the canny edge filter was applied. I would then like to click a button on the form and have a new image displayed in a third picture box which has the images added together. This should show the outline of the original image in better detail afterwards.
I have attached an image of the form I have prepared with the original and canny .gif images and a third blank box.
I think there is also something I need to do so that the values don't overrun, but i'll research that in the meantime and add it in later once the pixel values have been added for all pixels.
Thanks