- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Is there a fast MKL implementation for 2D normalized cross correlation (e.g. for matching a template patch to an image)?
1 解決策
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.