myrobotlab icon indicating copy to clipboard operation
myrobotlab copied to clipboard

Augment ImageDisplay with more functionality

Open supertick opened this issue 8 years ago • 2 comments

  • overlay
  • transparencies
  • merging video streams
  • animated gif + videostream
  • addText
  • updateText

Initially I started an OpenCV filter called Overlay. But OpenCV is lacking in a lot of aspects that Java works well in. Specifically, merging transparencies cannot be done without a bug work-around in opencv, but it is straight forward in "pure" Java without the JNI

I was thinking of adding overlays to our ImageDisplay service, so that it would work with a video stream, full screen.

The interface perhaps for blending images together could possibly mimic Processing's blend interface.

Later we might consider using a pure Java image processing library like ImageJ or ImageJ2

References

supertick avatar Nov 06 '17 01:11 supertick

Move to Ogre ?

kwatters avatar Sep 25 '18 02:09 kwatters

yup

supertick avatar Sep 25 '18 12:09 supertick