"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Handling bad Image Targets, perhaps with preprocessing of camera image

So my problem is as follows: I have a already given printout of a book page consisting of much text and little images which I cannot alter in any way. Unfortunately the Image target of this printout has a very low star rating in the target manager so the image tracking doesn't work very well. (the rendered model is flickering a bit) I discovered, that if I make a binary image out of this Image Target, I have full augmentable star rating in the Target Manager. Since I cannot alter my printout this doesn't help very much.

So my thought was: if I could somehow get the camera image before sent to the Tracker, preprocess it so that the binary image of the camera image is sent to the tracker, the result will be way better. Making binary images isn't a problem e.g. with OpenCV, so Is there a way to give the tracker this preprocessed image and if no, does anyone have another solution/approach for my problem? 

Any help is appreciated! Thanks in advance

That's unfortunate. Will this be possible in the near future? Do you or does anyone have any other suggestions for my problem? Can I maybe somehow do the tracking on my own and provide vuforia with (screen?) coordinates and the framework does the rendering stuff for me?