darrenlafreniere / lafarren-image-completer

Implementation of the research titled: "Image Completion Using Efficient Belief Propagation via Priority Scheduling and Dynamic Pruning"
http://www.lafarren.com/image-completer/
GNU General Public License v3.0
32 stars 18 forks source link

Replace TAUCS with Eigen or VNL #23

Closed daviddoria closed 13 years ago

daviddoria commented 13 years ago

I know how to use both of these now. I would certainly recommend removing TAUCS. I tried for hours and was unable to build it. It seems to be very ill-maintained and supported. Eigen is very up and coming/active, and VNL is well supported.

daviddoria commented 13 years ago

Done.