accidental-noise-library icon indicating copy to clipboard operation
accidental-noise-library copied to clipboard

Automatically exported from code.google.com/p/accidental-noise-library

Results 3 accidental-noise-library issues
Sort by recently updated
recently updated
newest added

If I do: ``` anl::CKernel kernel; anl::CArray2Dd img2d(256,256); auto b = kernel.gradientBasis( kernel.constant(3), kernel.seed(123) ); auto c = kernel.scaleDomain( b, kernel.constant(5) ); anl::map2DNoZ( anl::SEAMLESS_XY img2d, kernel, anl::SMappingRanges(), c ); ```...

So I'd like to use this for a project. For that I'd like to compile and hopefully later bind it to python. However, these steps result in a failed compilation:...

I used cmake 3.11.1 to generate both Xcode and Unix makefiles. I get the same errors (same clang compiler, I assume). Here are the errors. ``` /Users/Shared/Code/github/accidental-noise-library/Framework/../Imaging/imaging.inl:1112:27: error: no matching...