|
|
|
Ask HN: Resources for image pattern recognition algorithms
|
|
6 points
by ChadB
6271 days ago
|
|
I am interested in extracting a set of objects from a large, noisy image. For instance: if I had a high-resolution picture of a seating section at a stadium, I might want to extract each baseball cap into individual images given a second picture of a prototypical baseball cap. There is obviously a lot of research published on this subject (by subject I mean image pattern recognition as a whole). I've been pouring through the IEEE, as well as just searching via Google for a couple of days. My problem is that this is so far from my field of expertise, I feel like I'm wasting an awful lot of time reading research papers that are not applicable or are outdated. So my question is, if anyone has any experience in this field or a related field, are there a set of known problem definitions I could narrow down my research into? What about known classes of algorithms (and by that I mean more specific than "machine learning" or "neural networks")? Any advice is mightily appreciated. |
|
If you're prone to falling into "hack mode", learning this stuff will not help you one bit. The problems are far too interesting and encompass wide areas of research that are guaranteed to please everybody; low level bit manipulation, file formats, numerical methods, signal processing stuff with filters and sampling, wavelets, edge detection, rank, laplacians, convolution, dithering, ray tracing, morphology, neural networks and other genetic learning algorithms, heaps of inner-loop and vector optimization, scene detection stuff that make use of ray tracing plus interesting data structures like octrees, statistics, information theory .. in a nutshell, it's something to give up work, wife and kids for.
Don't ever let curiosity drag you into that tar pit, hire someone.