How to use SIFT with a color inverted image
For example I have two images, where first one is a regular and second one with a color inversion (I mean 255 - pixel color value).
I've applied SIFT algorithm to both of them, so now I have key points and descriptors of each image.
KeyPoints positions do match, but KeyPoints orientations and Descriptors values do not, because of color inversion.
I'm curious do anybody try to solve such a problem?