日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 >

I*k-AK

發(fā)布時間:2025/4/14 31 豆豆
生活随笔 收集整理的這篇文章主要介紹了 I*k-AK 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

?

將卷積轉(zhuǎn)化為乘積:

function A = GetA(I,m,n) %GetA get A which transforms P@k to A*k % I is the input imageP; %m and n are the height and weight of k respectively. [height width] = size(I); A = zeros(height*width, m*n); for ii =(floor(m/2)+1):(height-floor(m/2))for jj = (floor(n/2)+1):(width-floor(n/2))for c = 1:nfor r= 1:mA((ii-1)*width + jj, (c-1)*m+r) = I(ii+floor(m/2)-r+1, jj+floor(n/2)-c+1); endendend end end

?

轉(zhuǎn)載于:https://www.cnblogs.com/jiangnanrain/p/3271050.html

《新程序員》:云原生和全面數(shù)字化實踐50位技術(shù)專家共同創(chuàng)作,文字、視頻、音頻交互閱讀

總結(jié)

以上是生活随笔為你收集整理的I*k-AK的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。