Error message - imageDispl​ayValidate​Params

11 views (last 30 days)
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.

Accepted Answer

Walter Roberson
Walter Roberson on 19 Jan 2019
You need to pass image data to aa routine but you are passing the graphics handle to an image object.

More Answers (0)

Categories

Find more on Read, Write, and Modify Image in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!