What truly 'digital' information can I pull out from an Image? [closed]

asked 2015-05-14 09:10:14 -0600

Potato gravatar image

My main reason for asking this question is that I want to pull out digitial information from an image, and use that information to create a training set for a neural network. So far, I have pulled out the RGB values of each individual pixel in a 3 channel image. This is the only usable data that I see that can be used as inputs to the neural network.

Does anyone have any other ideas as to what I could use from a regular image that could be truly represented 'digitally'. For example, could I do something along the lines of representing edges as simple floating point numbers that I could simply plug into a neural network?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-15 11:23:04.396699

Comments

3

Look at the web for image "descriptors" and "feature vectors". And make sure you've got plenty of time, the reading will be long my friend...

LorenaGdL gravatar imageLorenaGdL ( 2015-05-14 13:36:27 -0600 )edit