-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
What steps will reproduce the problem?----
1. Update to PointBasedMeasure 2.2.1a, older versions will not work with r496
2. set demoConfig to the following
uri = 'matlab:MiddleburyData';
dynamicModelName = 'Default';
measureNames = {'PointBasedMeasure'};
optimizerName = 'MatlabGA';
3. run demo
What is the expected output? What do you see instead?----
When pair [2,6] is being evauluated the camera sim function getImage will fail
an assertion check (6<=5,n<=nb) and return no data. This issue may be further
up the class structure, probably in the MiddleburyData DataContainer.
Original issue reported on code.google.com by Fenelon.Patrick@gmail.com on 27 Oct 2010 at 9:25
Reactions are currently unavailable