PyCurvelab icon indicating copy to clipboard operation
PyCurvelab copied to clipboard

Python interface to Curvelab (http://www.curvelet.org)

Results 5 PyCurvelab issues
Sort by recently updated
recently updated
newest added

Now i seem to have successfully installed Curvelab with the instruction below until step 2) below: iOS=12 My installation AND issue are reproducible with these steps: >>>>> download and place...

My system environments are as follows: gcc version is 4.8 cuda version is 9.0 cudnn version is 7.1.4 I had installed the Curvelab-2.1.3 in FDCT and fftw-2.1.5 in FFTW, and...

``` import numpy as np import pyct as ct img = np.random.rand(128,128) A = ct.fdct2((128,128), 4, 16, False, norm=False, cpx=False) c = np.random.rand(49577) #length of coeffs for 128x128 image def...

(I have to change from `fdct.fdct.__init__(self, ...)` to `super(fdct2, self).__init__(...)` (or `super(fdct3, self).__init__(...)` in `fdct2.py` (or `fdct3.py`) but this shouldn't matter) ``` import numpy as np mport pyct from pyct.fdct3...

Thanks for your great work, I am confused, how to use this toolbox to process data in [B, C, H, W] format