GitXplorerGitXplorer
J

PicEvo

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
d4efb556cca70a5bc16b6cc35bccb38eca521eb0

fix the display bug in the testing display

committed 9 years ago
Unverified
9df36d0d279d91873da179cc8fc666ca153a9588

Fix a bug with two parent generation

committed 9 years ago
Unverified
e1d3f8ccd8bf18a1818ad1952390af2461f5b4f0

fix bug where OpenCV doesn't display picture

committed 9 years ago
Unverified
8333ca561c8da13e03c1d43e8448d435066d66c8

start transition to OpenCV

committed 9 years ago
Unverified
f49260f29db6f019ba53bbc625713e2fa9511373

change Pictures to render as RGB arrays

committed 9 years ago
Unverified
7fe7263e1c42e03874a59c6737b9bb90558c9ca1

finish single parent mutation

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