clementfarabet / manifold

A package to manipulate manifolds.
141 stars 31 forks source link

mnf.draw_image_map() changes the input manifold! #6

Closed culurciello closed 9 years ago

culurciello commented 9 years ago

When I call: map_im = mnf.draw_image_map(manifold, samples.images, im_size, background, background_removal)

manifold is changed to values between [0,1] !!!! I do not think we should do that, right?

lvdmaaten commented 9 years ago

You're right. I've just pushed a fix. Thanks!