25 #ifndef WOSSIMHELPER_H
26 #define WOSSIMHELPER_H
33 #include <matrix/newmat.h>
35 #include <boost/shared_ptr.hpp>
46 static boost::shared_ptr< NEWMAT::Matrix > OWMatrixToOSSIMMatrix(
const WMatrix< double > &input );
48 static WMatrix< double > OSSIMDiagonalMatrixToOWMatrix(
const NEWMAT::DiagonalMatrix& input );
49 static WValue< double > OSSIMDiagonalMatrixToOWVector(
const NEWMAT::DiagonalMatrix& input );
61 #endif // OW_USE_OSSIM
63 #endif // WOSSIMHELPER_H