I can't use "Detect MSER Feature"

2 views (last 30 days)
Daniel Purba
Daniel Purba on 10 Jul 2020
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.

Answers (0)

Categories

Find more on Startup and Shutdown 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!