Hello all! I have some questions about function cvIntegral(). 1. Why resulting integral image have size (source_width+1) x (source_height+1), but not source_width x source_height? 2. How integral image of colored image (3-channel) is calculating?
1 | initial version |
Hello all! I have some questions about function cvIntegral(). 1. Why resulting integral image have size (source_width+1) x (source_height+1), but not source_width x source_height? 2. How integral image of colored image (3-channel) is calculating?
2 | No.2 Revision |
Hello all! I have some questions about function cvIntegral().
1. Why resulting integral image have size (source_width+1) x (source_height+1), but not source_width x source_height? source_height?
2. How integral image of colored image (3-channel) is calculating?
3 | No.3 Revision |
Hello all! I have some questions about function cvIntegral().
cvIntegral().
1. Why resulting integral image have size (source_width+1) x (source_height+1), but not source_width x source_height?
2. How integral image of colored image (3-channel) is calculating?