- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a fast MKL implementation for 2D normalized cross correlation (e.g. for matching a template patch to an image)?
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes.
the Vector Statistical Library ( VSL ) portion of the MKL supports generalized multidimensional convolution and correlation. see http://softwarecommunity.intel.com/isn/downloads/softwareproducts/pdfs/347468.pdf Chapter 2 and method
status = vsldCorrExecX(task, y, ystride, z, zstride);
in addition,
http://www.cs.ubc.ca/~deaton/remarks_ncc.html
may also be helpful and informative.
the Vector Statistical Library ( VSL ) portion of the MKL supports generalized multidimensional convolution and correlation. see http://softwarecommunity.intel.com/isn/downloads/softwareproducts/pdfs/347468.pdf Chapter 2 and method
status = vsldCorrExecX(task, y, ystride, z, zstride);
in addition,
http://www.cs.ubc.ca/~deaton/remarks_ncc.html
may also be helpful and informative.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes.
the Vector Statistical Library ( VSL ) portion of the MKL supports generalized multidimensional convolution and correlation. see http://softwarecommunity.intel.com/isn/downloads/softwareproducts/pdfs/347468.pdf Chapter 2 and method
status = vsldCorrExecX(task, y, ystride, z, zstride);
in addition,
http://www.cs.ubc.ca/~deaton/remarks_ncc.html
may also be helpful and informative.
the Vector Statistical Library ( VSL ) portion of the MKL supports generalized multidimensional convolution and correlation. see http://softwarecommunity.intel.com/isn/downloads/softwareproducts/pdfs/347468.pdf Chapter 2 and method
status = vsldCorrExecX(task, y, ystride, z, zstride);
in addition,
http://www.cs.ubc.ca/~deaton/remarks_ncc.html
may also be helpful and informative.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page