Skip to content

Advice interfacing to an imaging library

1 message · Duncan Temple Lang

#
My guess is that that would involve rewriting the existing library
written in C. Similarly, embedding the JVM still requires some
communication with the Java classes, etc. and conversion between the
R and Java data structures. This is where the meat of the interface lies.

However, on a more positive note, the embedding of the JVM into R and
S4/Splus5, John Chambers and I have been playing with, is getting very
close to being finished. I have been putting some of the final details
to it over the weekend. So the dynamic communication with Java
(i.e. dynamic method lookup and invocation) would not be that hard.

D.