MyRobotLab / myrobotlab

Open Source Java Framework for Robotics and Creative Machine Control
Apache License 2.0
230 stars 108 forks source link

Augment ImageDisplay with more functionality #141

Open supertick opened 7 years ago

supertick commented 7 years ago

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

kwatters commented 6 years ago

Move to Ogre ?

supertick commented 6 years ago

yup