BoofCV Change Log

From BoofCV
Revision as of 22:09, 4 March 2016 by Peter (talk | contribs)
Jump to navigationJump to search

Change Log

Date  : 2016/03/04 Version : Alpha 0.22

  • Deleted MedianImageFilter
    • Use BlurStorageFilter instead. Create with FactoryBlurFilter
  • Applications package now uploaded to Central
  • CameraCalibration
    • Made internal data structures and function protected to make it easier to extend by an external class
    • Fixed bug where visualization artifacts were being saved to disk
  • Implementation of ImageGradient for MultiSpectral images
  • FactoryDerivative
    • Can now create derivatives using enum type
  • Added Histogram of Oriented Gradient (HOG) dense image descriptor
  • DescribeImageDense
    • Removed configure() since it couldn't be generalized to HOG
    • Created config classes for all dense descriptors
  • No argument constructor in most image types
    • Fixed bug where imageType was not being set. Thanks pcmoen for reporting the bug
  • Fixed bug in ConvertBufferedImage.extract where number of bands in interleaved images was not being set in ImageType
    • Fixed bug where imageType was not being set. Thanks pcmoen for reporting the bug
  • PixelMath
    • Added partial support for Interleaved images
    • GPixelMath supports more than just single band images
  • ImageStatistics
    • Added partial support for Interleaved images
    • GPixelMath supports more than just single band images