ossimlabs / ossim

Core OSSIM (Open Source Software Image Map) package including C++ code for OSSIM library, command-line applications, tests, and build system
MIT License
295 stars 142 forks source link

Build and link registration applications #258

Open dbs4261 opened 4 years ago

dbs4261 commented 4 years ago

Ive encountered an issue with the ossim-correl and ossim-rejout. Neither one is able to find their required object in the registration plugin. I have use -DBUILD_REG_PLUGIN=ON to enable the registration plugin, but that doesnt seem to have fixed it. I looked into the reg plugin directory and it seems to only be a skeleton even on the master branch. Ive also tried enabling the ATP plugin, GDAL plugin, and OpenCV plugin. AtpAnnotatedImage.h and AtpGenerator.h reference a header <ossim/reg/Image.h> which does not exist. What am I missing here? How do get the ossim-correl and ossim-rejout applications working?