Ask Your Question

Revision history [back]

hybrid imaging syntax

I am trying to write a program in c++ that generates a hybrid image from two given images I know the process that I have to follow; I know the coordinates of the eyes so I can use them to align the images and scale them to proportion and then using gaussian filtering, a high pass filter on one and a low pass filter on the other I can extract the relevant data and combine the two into a hybrid image. I know the proces but I dont know the actual syntax I know what to do but I dont know how to do it. Can anyone give me an idea of where to go to find the actual syntax? Please Ive been searching and reading documentation for two days and have found nothing.