Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolausDemmel committed Aug 2, 2018
1 parent 45b3151 commit f690292
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ class DoubleSphereProjection {

/// \brief is the projection invertible?
bool isProjectionInvertible() const {
/// FIXME @demmeln true? --> where is it used?
return true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,6 @@ def main():
progress = sm.Progress2(numViews); progress.sample()
for view_id, timestamp in enumerate(timestamps):

# TODO @demmeln: maybe add option to optimize with all or at least several frames immediately

#add new batch problem
obs_tuple = obsdb.getAllObsAtTimestamp(timestamp)
est_baselines = list()
Expand Down Expand Up @@ -335,7 +333,6 @@ def main():
corners, reprojs, rerrs = kcc.getReprojectionErrors(calibrator, cidx)
me, se = kcc.getReprojectionErrorStatistics(rerrs)
se_threshold = 4.0*se #TODO: find good value
# FIXME @demmeln: there should be some maximum absolute value for this threshold, at least for the final filtering...

#select corners to remove
cornerRemovalList=list()
Expand Down

0 comments on commit f690292

Please sign in to comment.