Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are Matlab parameter sets even interpreted? #2

Open
Harzknopf opened this issue May 16, 2018 · 3 comments
Open

Are Matlab parameter sets even interpreted? #2

Harzknopf opened this issue May 16, 2018 · 3 comments

Comments

@Harzknopf
Copy link

differing parameter sets for mex_SparseRLOF(...) produce exactly the same flow fields. Is that even possible?

@tsenst
Copy link
Owner

tsenst commented May 16, 2018

Maybe but can you send me the parameters so that I am able to check them

@Harzknopf
Copy link
Author

These are the parameter sets:

parameter1 = struct('maxLevel', 5, 'maxIter', 30, 'HampelNormS0', 3.2, 'HampelNormS1', 7, ...
'LargeWinSize', 21 , 'SmallWinSize', 9, 'MinEigenvalue', 0.001, 'RansacReprojThresholdPercentil' , 71, ...
'SegmentationThreshold', 30, 'useIlluminationModel' , 1, 'useGlobalMotionPrior', 0, ...
'SupportRegionType', 'SR_FIXED', 'SolverType', 'ST_STANDART');

parameter2 = struct('maxLevel', 5, 'maxIter', 20, 'HampelNormS0', 3.2, 'HampelNormS1', 7, ...
'LargeWinSize', 21 , 'SmallWinSize', 9, 'MinEigenvalue', 0.001, 'RansacReprojThresholdPercentil' , 71, ...
'SegmentationThreshold', 30, 'useIlluminationModel' , 0, 'useGlobalMotionPrior', 0, ...
'SupportRegionType', 'SR_FIXED', 'SolverType', 'ST_STANDART');

@tsenst
Copy link
Owner

tsenst commented Jun 6, 2018

Thank You! This is a bug in the matlab wrapper parameter interpretation function.
If you can try to bipass this by using the python or c++ version interfacs. I will look at this issues, but it could take some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants