biigle / laserpoints

:m: BIIGLE module to perform a heuristic laser point detection on images
GNU General Public License v3.0
0 stars 0 forks source link

Dias integration #2

Closed mzur closed 8 years ago

mzur commented 8 years ago

Points to discuss:

  1. Store the laser distance in the transect instead of each individual image. This saves space in the DB and makes sense (unless the distance changes throughout a transect). But individual images won't be able to recompute the laserpoints with a distance other than the one stored in the transect.
  2. Show the detected laserpoints in the annotation tool.
dlangenk commented 8 years ago
  1. Normally this would make sense but we have enough space and it is not that flexible, so we should keep it that way.
  2. Upps, yeah forgot about that.
mzur commented 8 years ago

Upps, yeah forgot about that.

I'll take care of that.