Aaron Boxer
Aaron Boxer
Closed
From my own experience, you will get a huge bennefit from issuing multiple concurrent prefetch requests. Just pull them and cache them immediately on disk, if you can. On a...
Putting strawberry perl in the path is also a problem for me, as it adds it's own `pkg-config` binary, and I have my own version of pkg-config, so it messes...
Fair enough - how about a large warning during install, stating that the PATH will be modified which may affect the functioning of other programs. And put this in the...
Thanks, I would be happy to put together a Python script to do the calculations if you post the formula needed. There ought to be one common project to store...
[PyWavelet](https://pywavelets.readthedocs.io/en/latest/) and [scipy convolve](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.convolve.html) might be useful here. A sample script: ``` import pywt import numpy as np from scipy.signal import convolve def calculate_filter_norms(wavelet_name='bior2.2', levels=32): wavelet = pywt.Wavelet(wavelet_name) # Start...
I will take that as a no :)
> If separate output codestreams are acceptable for now, it might not take longer :) Thanks, @osamu620 . Yes, it would be great for first step to have separate codestreams...
thanks, @osamu620 . What do you think about adding three new command line args ImageDirectory : OutputFormat (j2k or jp2 or jpc) OutputDirectory then this new feature could be added...
Thanks, @osamu620 . Looking forward to the visual weighting feature.