when calling Acc function an exception {"openCv:"} is thrown ...

any help ?!!

                maxX = f1.Width;
                maxY = f1.Height;


                f2 = f2.Resize(maxX, maxY, INTER.CV_INTER_LINEAR);
                f3 = f3.Resize(maxX, maxY, INTER.CV_INTER_LINEAR);

                f1.Acc(f3);
                f1.Acc(f2);

and the same for

               cvInvoke.cvAcc(f2,f1,IntPtr.Zero);
               cvInvoke.cvAcc(f3,f1,IntPtr.Zero);
link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.