Merge pull request #650 from taka-no-me:cvdef

This commit is contained in:
cuda-geek
2013-03-18 13:10:53 +04:00
committed by OpenCV Buildbot
32 changed files with 511 additions and 387 deletions

View File

@@ -55,7 +55,7 @@ public:
virtual int totalChannels() const {return N_CHANNELS; }
virtual void operator()(cv::InputArray _frame, CV_OUT cv::OutputArray _integrals, cv::Size channelsSize) const
virtual void operator()(cv::InputArray _frame, cv::OutputArray _integrals, cv::Size channelsSize) const
{
CV_Assert(_frame.type() == CV_8UC3);