Undefined variable "vision" or class "vision.TextInserter".

4 visualizaciones (últimos 30 días)
HEMANT GHUGE
HEMANT GHUGE el 16 de En. de 2018
Respondida: Walter Roberson el 16 de En. de 2018
vision.BlobAnalysis didn't give me error but vision.TextInserter does show a error
error is like this
Undefined variable "vision" or class "vision.TextInserter".
Error in blobDetection_bhima (line 51) hTextIns = vision.TextInserter('%d','Location',[20 20],'Color',...
Please help me

Respuestas (1)

Walter Roberson
Walter Roberson el 16 de En. de 2018
The R2016a release notes for Computer Vision toolbox say that as of that release that using vision.TextInserter will start warning and that the routine would go away at some point. The routine appears to have gone away by now, though the removal was not noted in the release notes.
You should be using insertText instead.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by