I have a question about input to neural network!
I want to recognize one kind of leaf.
I have 3000 images with different sizes and angles. I am using emgucv and visual studio 2010 c#.
First I convert all my training data to grayscale then I transform grayscale images to binary images. But to recognize leaves I decided to use some method based on shapes.
Is it a good idea??