LICENSE PLATE DETECTION USING MATLAB

getting error in the code Letter_detection  in the command window like this -

 

Plate_detection
Brace indexing is not supported for variables of this type.

 

 
cor=corr2(NewTemplates{1,n},snap);

 

 
letter=Letter_detection(Iprops(i).Image); % Reading the letter corresponding the binary image 'N'.

remove the brace indexing. What are the libraries?

  Joined February 12, 2018      696
Monday at 02:11 PM