Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadym-vorobel/imagegenerator
https://github.com/vadym-vorobel/imagegenerator
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vadym-vorobel/imagegenerator
- Owner: vadym-vorobel
- Created: 2016-01-10T11:45:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T11:55:43.000Z (about 9 years ago)
- Last Synced: 2024-11-28T15:43:40.037Z (2 months ago)
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:```java
ImageGenerator imageGenerator = new ImageGenerator(new Size(1024, 768), 10);
Mat generatedImage = imageGenerator.generate();
```#Results
In result, we will get something like this:
![Alt example](http://i.snag.gy/tgrTi.jpg)