필터 지우기
필터 지우기

MSER Region and Connected Component extracting problem... Error shows too many output arguments

조회 수: 1 (최근 30일)
Hai,
I used the below code ....
[mserRegions mserConnComp] = detectMSERFeatures(I,'RegionAreaRange',[200 8000],'ThresholdDelta',4);
MATLAB shows "too many output arguments"
Please help me

답변 (2개)

Aarthi A
Aarthi A 2017년 9월 2일
I too have a same problem if you identify the solution can you explain me ?
  댓글 수: 2
Image Analyst
Image Analyst 2017년 9월 3일
편집: Image Analyst 2017년 9월 3일
Show your exact code. detectMSERFeatures() allows 1 or 2 output arguments, so if you were accepting 2 return values, that should be okay. I think you did something wrong without realizing it. One possibility is that you have an old version and maybe in the old version it only returned one value, not two. I've seen this once before with some other function.
mia
mia 2018년 8월 10일
I have encountered with the same problem these days...I tried many ways but couldn't work it out. After reading your comment, I wonder whether the R2014a version returns one value or not? I'll appreciate it if you can help me out! Thank you in advance!

댓글을 달려면 로그인하십시오.


Bilal Habib
Bilal Habib 2020년 6월 16일
On the image provided, detect and display the MSER features with the highest accuracy possible, by variation in the detecting parameters using trial and error.
what is to do and what is code??
give answers this questions

카테고리

Help CenterFile Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by