It looks like this function should be:
virtual void warpIntoMe( const ofxCvImage& mom,ofPoint src[4], ofPoint dst[4] );
instead of
virtual void warpIntoMe( const ofxCvGrayscaleImage& mom,ofPoint src[4], ofPoint dst[4] );
so it works for all image types…