This question is for those who have tried feature detection/matching methods on brain images - it is a broad one, and perhaps a bad one:
How could you tell if the method you used was "good enough?"
What does a successful matching/detection test look like for your data?
EDIT: As of now, I am not trying to detect any distinct features in particular. I'm using OpenCV's ORB, SIFT, SURF, etc detection methods, and seeing what they identify for features. Sometimes, however, the orientation of the brain changes entirely from a few set of images to the next set, so if I compare two images from these sets,the detection methods won't yield any effective results (i.e. the matching will be distinctly, completely off). But if I compare images that look similar, but not identical, the detection seems to work alright. Point is, it seems like detection works for frames that were taken around the same time, but not over a long interval. I wonder if others have come across this and if they have found that detection methods are still useful despite the fact.