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
296 stars 142 forks source link

Follow to previous fix where counts were busting scalar bounds. #219

Closed dburken closed 5 years ago

dburken commented 5 years ago

Guys, follow on to previous fix. There is an interface change. ossimHistogram::fillInteriorEmptyBins becomes fillEmptyBin(bool interiorOnly, int type=HISTOGRAM_FILL_THIN_PLATE)const so this requires a fix in ossimGui HistogramWidget. ossim-qt4 will also need that.