I'm currently dealing with JavaCV library, a porting (via JNI) of openCV libraries in java. The library works fine, but I've encountered an problem in void pointer conversions. I've this function cvCalcEigenObjects(int arg0, Pointer arg1, Pointer arg2, ... ) to work: Pointers required by the function are arrays of IplImage objects (the opencv image-representing objects).