I’ve got that itch again. The one that sits at the back of my head going “you haven’t done any cool programming in ages, don’t you think you should?”
It’s an urge to go and work on a personal coding project, where I can experiment with stuff I find interesting, and can set my own pace and goals. This has become especially important recently, since I don’t even do any coding for my job anymore. I’m moving over to a managerial/everyman/”guy who knows stuff” role, so It’s not just a creative urge, it’s an urge to keep my “skills” sharp.
*Disclaimer: I’m not an amazing programmer, but I enjoy problem solving and I like to think I’ve built some cool stuff*
This project is going to be partly a rehash of my Computer Vision project at University – at least, it will use some of the same algorithms and technologies, and a large part of it will be about extracting a “useful” feature set from a set of images. What I do with that feature set is going to be very different though, and things I considered to be “useful” in my old project will probably be very different.
Here’s the abstract from my dissertation:
Reconstruction of 3D Models From 2D Images.
This project is about trying to recognise “interesting” features or points in two dimensional images, and then attempting to find corresponding features in a different image of the same scene. The coordinates of these points in different images can be used to generate 3D coordinates using Ullman’s theorem. This paper explorers a variety of options for detecting features, and several different methods for matching these features over different images. The variables used to generate and extract features are thoroughly tested, in order to find the best settings for the system. The results are then compared to the initial project specification to see if the system can operate as needed.
Now, this is not what I intend to do here at all. I just posted it anyway.
Right-
Ink,Ā Project goal:
Write a program that will take video, and turn it into what looks like a series of hand-drawn ink sketches.
A still might look like this:
The animation should have enough flaws in it to make it seem hand-drawn, and it will probably have a much lower frame rate than the original video.
Part of my inspiration for this is Raymond Brigg’s “The Snowman”
I love the way the crosshatching works on this. The animation is low frame rate, the background is mostly static, but the movements are complex and the shading is wonderful.
So I want to achieve that programatticaly. You heard me. Any artist who reads this will probably tell me I’m removing all the soul from the animation, and they’d probably be right, but this is a project that I want to do.
Another inspiration is “A Scanner Darkly”, a film that I love for many, many reasons, not least because it’s adapted from a Phillip K Dick novel, and all adaptions of his work to film have been fantastic in their own ways. Even Total Recall is brilliant, but not for the same reasons Blade Runner is.
But aside from the brilliant plot, (which, to be honest, was mostly about following stoners around. AndĀ paranoia. And governmentĀ surveillanceĀ AndĀ pharmacologicalĀ conspiracies. And insanity. And psychotic breaks), it was produced in a unique way.
It was filmed normally, then every frame was redrawn partly by hand and then animated the rest of the way. Visually, itās stunning, but the animation is so realistic that it creates a bizarre disconnect in your head while you watch it, and in places you can forget itās animation at all. It very much suits the subject matter of the film.
And then thereās this clip, which Iām including for no reason other than the fact that itās funny. Sort of:
Your sins will be read to you ceaselessly, in shifts, throughout eternity. The list will never end.Ā
So I want to try and build something similar to the system they used here. (They called it ārotoshopā, and they never released the program). It wonāt be so fully-featured (damn, thereās an enterprise-y word. And another one! Auugh, whatās happened to my vocabulary?), because I will probably run into problems and get bored or frustrated. Besides, I’m not trying to accomplish the same thing, but I suspect some of theĀ methodologyĀ will beĀ similar.
So, here it goes.