I am working on a project to monitor if human tissue has been fused with radio frequency during the surgery or not, therefore we are using a very fast camera (1800fps) and also laser illumination on the tissue and a framegrabber (1GB memory).
At the moment we have a software based on C which is only getting the data from the grabber and passes it on the PC also show the images in Screen but I need to add an algorithm to grab all the frames from the framegrabber and analyze them with a mask and also calculate the contrast deviation of temporal images in real time.
I think there must be a framework out there which help me for the image analyzing in C++. What do you suggest? Zhat would be the best option for me to do the processing as fast as possible in real time ? OpenCV? OpenGL? GLPlus?