Home | History | Annotate | Download | only in opencv2

Lines Matching full:sqsum

2243                                         OutputArray sqsum, int sdepth = -1, int sqdepth = -1 );
2251 \f[\texttt{sqsum} (X,Y) = \sum _{x<X,y<Y} \texttt{image} (x,y)^2\f]
2271 @param sqsum integral image for squared pixel values; it is \f$(W+1)\times (H+1)\f$, double-precision
2280 OutputArray sqsum, OutputArray tilted,