Error message - imageDispl​ayValidate​Params

I have split up a video into image frames, but I am getting an error like this (when I am trying to do warping on all the frames) -
Error using imageDisplayValidateParams
Expected input number 1, I, to be one of these types:
numeric, logical
Instead its type was matlab.graphics.primitive.Image.

 採用された回答

Walter Roberson
Walter Roberson 2019 年 1 月 19 日

0 投票

You need to pass image data to aa routine but you are passing the graphics handle to an image object.

1 件のコメント

Shawn O'Neal
Shawn O'Neal 2019 年 8 月 26 日
What is an 'aa routine'?

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGeometric Transformation and Image Registration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by