Hi,

I want to find correlated regions present in an image to implement copy-move/image splicing detection in an image for forensic application. Presently I have divided an image into overlapping blocks of size 8x8 and extracted the SVD features from each overlapping block and placed them in a single row and it become 1*992016 dimension for one image. Similarly, I have extracted such features for 10 images and formed a feature matrix of dimension 10*((256-8+1)*(256-8+1)*16) to train the data for SVM. But it's taking a lot of time to train the SVM and I am obtaining inaccurate results. So can you suggest for my following questions?

1. is there any techniques to further reduce the dimensions of the feature matrix without losing its significant information.

2. Can I train the SVM classifier with a feature matrix of one image after another image(individually).

More Prabhu Bevinamarad's questions See All
Similar questions and discussions