Question: How to feed output of implicitplot into another function

I'd like to know how to accomplish the following:

I have an implicit equation f(u,v)=0, which maple will happily plot using implicitplot. I would now like to feed the
solution pairs (u,v) into another function g(u,v). How do I extract the solution points from the output of implicitplot and feed them into g(u,v). Let's assume that maple cannot find a closed form expression for v in terms of u (or vice versa) in f(u,v)=0.

Basically, I just want to retrieve the point pairs that make up the curve of f(u,v)=0 and evaluate g along that curve.
Please Wait...