Computer Vision System ToolBox 'detectMSERFeatures'
古いコメントを表示
Hi,
I have been using 'detectMSERFeatures' function of Computer Vision System ToolBox with all of three paramters 'ThresholdDelta', 'RegionAreaRange' and 'MaxAreaVariaton' for 8 bit or 16 bit gray scale image files. I am planning to use the function for analyzing large number of images in different scales. So, I am looking for a way to pass values for these arguments automatically. I have managed it successfully for 'RegionAreaRange' so far but stuck in other two parameters. My plan is analysing image intensity spectrum and find parameter values for 'ThresholdDelta' and 'MaxAreaVariation'.
I have three questions with regard to this issue :
1. I could not be able to understand the parameters explained in help document of MATLAB except for 'RegionAreaRange'. It would be great if you can explain them in a different way.
2. In help document of the function 'detectMSERFeatures', it is mentioned that value for 'ThresholdDelta' can be scalar between 0 to 100 and that the typical values are between 0.8 to 4. What is exaclty 0.8 or 4. What are their unit(percentage)? I mean how can you calculate them(0.8 or 4) for 8 bit image let's say intensity values in a range(5 - 224) or 16 bit image?
3. The same question for 'MaxAreaVariation'. How can you calculate 0.1 or 1? in terms of number of pixel difference between two threshold levels? In other words, what is the math behind it's calculation?
Thank you for your interest and helps in advance.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Computer Vision Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!