Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Nghia Ho
2013-09-09 23:23:12 +10:00
189 changed files with 9004 additions and 8084 deletions

View File

@@ -660,7 +660,7 @@ public:
Point dstOfs = Point(0,0),
bool isolated = false);
//! returns true if the filter is separable
bool isSeparable() const { return (const BaseFilter*)filter2D == 0; }
bool isSeparable() const { return !filter2D; }
//! returns the number
int remainingInputRows() const;
int remainingOutputRows() const;