Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Image convoluion
#2
Convolution is simply an element-wise multiplication of two matrices followed by a sum.

- Take two matrices (which both have the same dimensions).
- Multiply them, element-by-element (i.e., not the dot-product, just a simple multiplication).
- Sum the elements together

Enjoy
Webchefz Infotech
Reply


Messages In This Thread
Image convoluion - by HuntahSVK - Dec-03-2019, 11:08 AM
RE: Image convoluion - by Webchefz - Dec-03-2019, 12:09 PM
RE: Image convoluion - by HuntahSVK - Dec-03-2019, 12:34 PM
RE: Image convoluion - by jefsummers - Dec-03-2019, 05:59 PM
RE: Image convoluion - by HuntahSVK - Dec-04-2019, 08:27 AM
RE: Image convoluion - by HuntahSVK - Dec-04-2019, 09:28 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020