Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 402 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 402 Bytes

ImageGenerator

Generate the image with strange contours. Works with OpenCV library.

#How to To generate an image, you need to write the next code in your function:

ImageGenerator imageGenerator = new ImageGenerator(new Size(1024, 768), 10);
Mat generatedImage = imageGenerator.generate();

#Results In result, we will get something like this: Alt example