I have a image. Here i want to prepare the training data & test data, so need for the feature extraction algorithm. Before feature extraction need to convert the image in some dataset.
you have an image, yes? And you need to extract information from image in any standard form?
If it's true, then you may use discriptor like as local binary pattern (for example). The output data from discriptor is used at the input of the classifier.