atduskgreg / opencv-processing

OpenCV for Processing. A creative coding computer vision library based on the official OpenCV Java API
Other
1.33k stars 462 forks source link

incompatible with processing 3's FX2D renderer #96

Open ChrisBall opened 8 years ago

ChrisBall commented 8 years ago

Crashes when using processing 3's FX2D renderer. Suspect this is caused by using the java.awt classes that this implementation uses: import java.awt.Rectangle; import java.awt.image.BufferedImage; import java.awt.image.DataBufferInt;