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.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

질문:

2019년 1월 19일

댓글:

2019년 8월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by