Frédéric Devernay

Results 56 comments of Frédéric Devernay

Maybe there's cmake stuff to detect the right cblas somewhere?

feel free to fix the CMakefile and file a pull request for this one

+1 on using cmake's FindBLAS. @anntzer can you prepare a PR?

I do not have Visual Studio, so I cannot help much. Are you using the bundled vcxproj, or are you using cmake?

This should be fixed by https://github.com/devernay/cminpack/pull/23 which was just merged. Can you please check if it is fixed for you?

that's great! how does that compare to using ceres-solver?

Actually what I'm showing is using input images without alpha. I'm showing the border of a UV island, which is probably rendered with antialiasing, so alpha < 1 in the...

The fillholes_pushpull function in OpenImageIO does pretty much what I was doing (push-pull): https://github.com/OpenImageIO/oiio/blob/05f215cb12cd72121a76e80be673830bbd328bdf/src/libOpenImageIO/imagebufalgo.cpp#L1157 But you said it is too slow. I wonder what makes it slow.

> The `padding` parameter is doing that. I just discovered the notion of "advanced" parameters, sorry about that.

I edited the issue. This is an issue with how downscale is used (on the image with holes, which is wrong)