GitXplorerGitXplorer
J

PicEvo

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
33d1cb32a2b026afc7533229c16559ecf6fb7d93

reduce inherent randomness

JJBoggsy committed 9 years ago
Unverified
dea6167a71e3aa151d84ee2cf72548032bb0e594

accept command-line args

JJBoggsy committed 9 years ago
Unverified
59b2ddbdc5dc1b8cfedbe8af33e7d8d1bf1338ec

add command-line arguments

JJBoggsy committed 9 years ago
Unverified
609bf05869c3bc0aae4160ad6b3942e0c4bd902c

add evolution iteration method

JJBoggsy committed 9 years ago
Unverified
4a13f8a099e5cdcecfcbbcec145dc97a2ee13d3e

rework method of picture comparison

JJBoggsy committed 9 years ago
Unverified
ab6181444811d4886ed03690323089ee47ae2f16

implement picture comparing in Evolver

committed 9 years ago

README

The README file for this repository.

Picture Evolver

Goals

The goal of PicEvo is to evolve a picture begin with random noise and ending at a simulacrum of a target picture.

Methods

The code creates a population of n Picture objects, which represent, as is obvious, a picture. A Picture is a grid of RandRGB pixels, which are not pixels in and of themselves but representations of possible pixels.

TODO: Finish these docs