imageviewset() not returning an imageviewset object

조회 수: 3 (최근 30일)
am
am 2020년 11월 24일
편집: Qu Cao 2020년 11월 24일
I cannot create an imageviewset object using either of the following commands.
vSet = imageviewset()
vSet = imageviewset
Instead the following error is returned: Undefined function or variable 'imageviewset'.
I checked and I have the Computer Vision Toolbox installed, version 9.0. My MATLAB is version R2019a.
Any ideas? What do I need to do to get this to work?

답변 (1개)

Qu Cao
Qu Cao 2020년 11월 24일
편집: Qu Cao 2020년 11월 24일
imageviewset is introduced in R2020a. If you are not able to upgrade to 20a, you can use viewSet as a workaround.

카테고리

Help CenterFile Exchange에서 Camera Calibration에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by