What is the dot-product of two images?
Posted: Thu Sep 09, 2021 5:53 pm
While looking through the ESP32 DSP documentation (https://docs.espressif.com/projects/esp ... marks.html) I stumbled across functions that reportedly create the "dotproduct of two images"—no other information is provided.
I have never heard of a dot-product of two images in all my years of graphics programming—but it may be a signal processing-specific expression. I have trouble wrapping my head around the term because images are 2D arrays of pixels and the dot-product is a vector operation. I just don't see how the two things are in any way related or what result the operation would yield.
Can anyone tell me what the dot-product of two images is and what it is used for?
I have never heard of a dot-product of two images in all my years of graphics programming—but it may be a signal processing-specific expression. I have trouble wrapping my head around the term because images are 2D arrays of pixels and the dot-product is a vector operation. I just don't see how the two things are in any way related or what result the operation would yield.
Can anyone tell me what the dot-product of two images is and what it is used for?