How can I select the pixels from an image in opencv?

Posted by ajith on Stack Overflow See other posts from Stack Overflow or by ajith
Published on 2010-04-11T03:20:09Z Indexed on 2010/04/11 4:43 UTC
Read the original article Hit count: 383

Filed under:
|
|
|
|

This is refined version of my previous question. Actually I want to do following operation...

summation for all k|(i,j)?wk [(Ii-µk)*(Ij-µk)], where wk is a 3X3 window, µk is the mean of wk, Ii & Ij are the intensities of the image at i and j.

I dont know how to select Ii & Ij separately from an image which is 2 dimensional[Iij]...or does the equation mean anything else?

© Stack Overflow or respective owner

Related posts about c++

Related posts about opencv