Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Module ImgAlgos::PrincetonImageProducer

This module get gets the Princeton camera image data and put it in the event as an image.
Functionality:

  • gets the Princeton camera image data from the event, based on specified source and key_in parameters,
  • puts the ndarray<uint16_t,2> object with image in the event using specified key_out parameter.

...