mirror image and shear image transformation

5 ビュー (過去 30 日間)
Maruthi Maruthi
Maruthi Maruthi 2017 年 12 月 4 日
コメント済み: Maruthi Maruthi 2017 年 12 月 6 日
Sir, In my project, original image is transformed in to mirror image and shear image transformation. After transformation, I need to know which parameters help to simulate these three normal image, mirror image and shear image transformation. If normal image displayed, I need to know this is original image. If it is mirror image displayed, i need to guess it is mirror image, which parameters tells us that it is mirror image or shear image or original image similarly for shear image. Please, help me sir, I need to know the difference and identification of these three types of images. Please help me..

採用された回答

Image Analyst
Image Analyst 2017 年 12 月 4 日
fliplr() might be useful.
if isequal(originalImage, fliplr(testImage))
% It's a mirror image
end
  5 件のコメント
Image Analyst
Image Analyst 2017 年 12 月 5 日
Take each test image and test it against both the original and the flipped version of the original. It will match either one of those, or if even one pixel is off it may not match either of them, especially if the number of rows or columns or color channels is not the same.
See this link for help in debugging your code if you don't understand what your code is doing.
Maruthi Maruthi
Maruthi Maruthi 2017 年 12 月 6 日
Thank you sir.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by