GitXplorerGitXplorer
M

autojoiners

public
3 stars
2 forks
1 issues

Commits

List of commits on branch master.
Verified
66e8dc618c3fa1c3f8110b6e87e06ed1241fbb12

Update README.md

MMikeHeaton committed 5 years ago
Unverified
fef27406487aa7d0f86540986679e78c107c4445

readme; added wide image creation

MMikeHeaton committed 8 years ago
Unverified
fc498b829ce9f2be1173605ada4706b968ec44cd

Readme becomes md

MMikeHeaton committed 8 years ago
Unverified
e4b7a3f4c8aec67f2c88167ec721a400cb372934

remove wrong gitignore

MMikeHeaton committed 8 years ago
Unverified
89322d2acd94efff0edabfda5f8574c9e41a5aa5

removed ignorable files

MMikeHeaton committed 8 years ago
Unverified
643d001cc2311ed84387cfa11bd381976b95dd24

First commit

MMikeHeaton committed 8 years ago

README

The README file for this repository.

AUTOJOINERS

Try python create_face_image.py file examplemov.mov -size 800 700 -filename sampleoutput.jpg -shatter Voroi Drawing

An Art Program which builds cubist portraits in the tradition of early Picasso or Hockney.

Drawing

Drawing

HOW?

Run the script 'create_face_image.py' from the command line.

Required arguments:

Specify the mode. Currently supported: 'webcam' or 'file '. The program will take input either from your webcam or the specified movie file, respectively.

Optional flags:

  • -size <int> <int>: specify the output canvas size. Default 800x600.
  • -nregions \<int\>: specify the number of regions to divide the canvas into. Default 100.
  • -pertubation <int>: add a random pertubation to each constituent image. X,Y pertubations are normally distributed with mean 0 and variance this parameter; default 0.
  • -shatter <str>: choose the style of shatter to use to divide the canvas. Currently supported:
    • Voroi: (default) a random, relatively even, nonoverlapping division of the canvas.
    • RandQuadrilaterals: randomly selected irregular quadrilaterals.
    • RandRectangles: randomly selected rectangles, aligned with the canvas edges.
    • HockneySquares: a regular array of squares in a pleasing style used by Hockney, eg:
      Drawing
  • -filename <str>: the file name for the output image. Default is 'output.jpg'.