cosmetic changes, removed trailing spaces
This commit is contained in:
parent
8511c9fcb8
commit
b6f53fc465
@ -377,7 +377,7 @@ typedef void (*AccWMaskFunc)(const Mat&, Mat&, double, const Mat&);
|
||||
void accumulate( const Mat& src, Mat& dst, const Mat& mask )
|
||||
{
|
||||
CV_Assert( dst.size() == src.size() && dst.channels() == src.channels() );
|
||||
|
||||
|
||||
if( !mask.data )
|
||||
{
|
||||
AccFunc func = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user