lybros / appa

GUI for TheiaSfM multiview geometry and structure from motion library.
6 stars 3 forks source link

src:model coror: colorizing the model just after the build #27

Closed UladBohdan closed 7 years ago

UladBohdan commented 7 years ago

As for now, model is colorized every time we're running visualization (that means, we're searching for colors in raw image data a lot of times) We should move that to the process of model build and to save colors to the model.binary file. That will also mean independence from folder with images (easier to share models).

When we highlight an image on a map we may simply ignore the color.

@Drapegnik what do you think?