I can't use "Detect MSER Feature"
2 次查看(过去 30 天)
显示 更早的评论
I have the task of creating a system to read 1d barcodes. So far I followed the syntax on this link:
I found a difficulty in using the Detect MSER Feature in the section determining the region of the barcode. When I enter the code as below:
[~, cc] = detectMSERFeatures(Igray);
The output of the system is like this:
Error using detectMSERFeatures
Too many output arguments.
My question is:
1.Is there another syntax that can get a cc value?
2.Is there another syntax that can determine the region of the barcode?
Note : I'm using MATLAB R2014a, so I hope I will get an answer that matches the version of MATLAB that I am using.
Thankyou.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!