Previous | Next --- Slide 30 of 70
Back to Lecture Thumbnails
Dalyons

Why not just use both, then? Our representation for a shape could be a tuple of its explicit and implicit representation, and then we could use whichever works best for the given task.

norgate

Is it worth converting between representations, if one works better than the other at specific tasks?

coolpotato

Is it common to use both implicit and explicit representations alongside each other in practice? It's evident how one makes up for the other's shortcomings.

Zishen

that is interesting. So is there a common way we can convert implicit and explicit representation?