Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
画像ピクセル (バイナリ) の相関係数を計算し、その後、暗号化された画像の相関係数を計算したいと考えています。2つの画像の相関係数corr2を計算するためのものです。
corr2
しかし、matlabで1つの画像の相関係数を計算する機能はありますか?
matlabの下?ifft ( fft ( image1 ) x fft ( image2 ) ) を使用できます... 2D相関行列を返し、最大ピークを見つけます!!!!
幸運を