https://github.com/tw1ddle/geometrize-lib-fuzzing
Fuzz testing harness for Geometrize, a library for geometrizing images into geometric primitives
https://github.com/tw1ddle/geometrize-lib-fuzzing
art cpp cpp-library geometrize geometry geometry-processing hill-climbing
Last synced: 6 months ago
JSON representation
Fuzz testing harness for Geometrize, a library for geometrizing images into geometric primitives
- Host: GitHub
- URL: https://github.com/tw1ddle/geometrize-lib-fuzzing
- Owner: Tw1ddle
- License: other
- Created: 2017-06-22T22:14:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T07:33:11.000Z (almost 4 years ago)
- Last Synced: 2025-07-25T01:53:37.585Z (12 months ago)
- Topics: art, cpp, cpp-library, geometrize, geometry, geometry-processing, hill-climbing
- Language: C++
- Homepage: https://www.geometrize.co.uk
- Size: 10.5 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.geometrize.co.uk)
[](https://github.com/Tw1ddle/geometrize-lib-fuzzing/blob/master/LICENSE)
[](https://ci.appveyor.com/project/Tw1ddle/geometrize-lib-fuzzing)
This is a [fuzzing](https://en.wikipedia.org/wiki/Fuzzing) test program for the [Geometrize](https://github.com/Tw1ddle/geometrize-lib) library, a tool for geometrizing images into geometric primitives.
This program ensures that Geometrize handles all sorts of unusual data. It also serves as a basic sample program to demonstrate Geometrize.
[](http://www.geometrize.co.uk)
## Usage
Build and run the project. Progress is reported in the console. The program should throw an error and quit if something goes wrong.
Currently, the program takes images from the input data folder, geometrizes them using random settings, and saves the results to the output data folder. It also merges input images together to create new test cases.
## Notes
* Got an idea or suggestion? Open an issue on GitHub, or send Sam a message on [Twitter](https://twitter.com/Sam_Twidale).