Wish Wrapper for Java implementation of Discrete Wavelet Transform...

agraham

Expert
Licensed User
Longtime User
Won't happen, at least by me, for two reasons.

1) It is a relatively low level implementation with lots of classes and lots of public methods. While good for flexibility in use it would need a whole shed load of work to write a wrapper for. So while it is interesting and might "greatly increase the versatility of our B4J" I suspect the limited number of potential users makes it not worth the effort.

2) The real kicker is that it uses the GNU Java Expressions Library which compiles arithmetic expressions to Java at runtime and requires a Java runtime to be present. While this would probably work on B4J it won't work on B4A and B4i as they are transpiled at compile time and don't have an actual runtime present when executed. While it could possibly be reworked to not use this library it would be both slow at runtime and require two further shed loads of work to implement. As I mainly do Android, when I do anything at all nowadays, it is of no interest to me.
 
Top