Commit 4c3e69f5 authored by Andrey Filippov's avatar Andrey Filippov

before cleaning up derivatives code

parent 4c92ae27
......@@ -2166,6 +2166,15 @@ public class OpticalFlow {
iscale);
double [][][] pair = {reference_QuadCLT.getDSRBG(),dsrbg};
reference_QuadCLT.getErsCorrection().compareDSItoWorldDerivatives(
reference_QuadCLT, // QuadCLT scene_QuadClt,
0.03, // double max_inf_disparity, // absolute value
1); // int debug_level);
if (debug_level > -100) {
return pair;
}
// combine this scene with warped previous one
if (debug_level > -2) {
String [] rtitles = new String[2* dsrbg_titles.length];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment