mean and variance of image in single pass
Posted
by ajith
on Stack Overflow
See other posts from Stack Overflow
or by ajith
Published on 2010-04-09T15:42:14Z
Indexed on
2010/04/09
15:43 UTC
Read the original article
Hit count: 317
hi everyone,am trying to calculate mean and variance using 3X3 window over image(hXw) in opencv...here is my code...is there any accuracy issues with this??or is there any other efficient method to do it in one pass.? int pi,a,b; for(i=1;i
© Stack Overflow or respective owner