factory VecVecDMatch.fromList(List<List<DMatch>> pts) => VecVecDMatch.generate(pts.length, (i) => VecDMatch.fromList(pts[i]), dispose: false);