Linux Photo Tools (The H)
If you are prepared to deal with multiple user interfaces and software handling concepts, you will be able to produce professional looking results by using clever combinations of appropriate tools. This is a tried and trusted approach for many Linux users, who are familiar with using collections of individual tools that each perform one specific task particularly well. The choice of efficient photo workflow tools for Linux is not as wide as it is for Windows, but there is nevertheless a good selection of powerful programs available for importing, viewing and geotagging your images, as well as for performing a multitude of other tasks."
Posted Jun 8, 2011 15:05 UTC (Wed)
by knobunc (guest, #4678)
[Link] (6 responses)
OpenCV looks promising, but I've never managed to scrounge the time and inclination to try it since it provides hooks, but no UI for it.
Posted Jun 8, 2011 15:12 UTC (Wed)
by milliams (guest, #71641)
[Link]
Posted Jun 8, 2011 23:52 UTC (Wed)
by endecotp (guest, #36428)
[Link] (4 responses)
http://www.statusq.org/archives/2011/05/15/3407/
Posted Jun 8, 2011 23:59 UTC (Wed)
by knobunc (guest, #4678)
[Link] (3 responses)
Posted Jun 9, 2011 15:35 UTC (Thu)
by dashesy (guest, #74652)
[Link] (2 responses)
Now, with OpenCV you can do all of the above!
Posted Jun 9, 2011 16:55 UTC (Thu)
by knobunc (guest, #4678)
[Link] (1 responses)
I followed the DigiKam lead and found libface that may do some of what I want. I had to fix a couple of bugs in the sample code, so I haven't managed to see how good the software is at recognizing people yet.
Posted Jun 9, 2011 18:25 UTC (Thu)
by dashesy (guest, #74652)
[Link]
Posted Jun 8, 2011 16:33 UTC (Wed)
by smokeing (guest, #53685)
[Link] (4 responses)
Posted Jun 9, 2011 12:52 UTC (Thu)
by epa (subscriber, #39769)
[Link] (3 responses)
Once any exposure and contrast problems have been fixed, it's fine to save in 8-bit RGB.
Posted Jun 9, 2011 15:46 UTC (Thu)
by dashesy (guest, #74652)
[Link] (1 responses)
Posted Jun 13, 2011 14:07 UTC (Mon)
by epa (subscriber, #39769)
[Link]
Posted Jun 9, 2011 22:05 UTC (Thu)
by n8willis (subscriber, #43041)
[Link]
On another note, they also should have looked at Rawstudio, which is quite mature. And possibly Darktable, which is newer.
Nate
Linux Photo Tools (The H)
Linux Photo Tools (The H)
Linux Photo Tools (The H)
Linux Photo Tools (The H)
Linux Photo Tools (The H)
First, the image should be registered (you may avoid this if you have a very good quality image with enough resolution and the person has not moved her face in an awkward angle)
Second, features are extracted (to reduce the dimension); you may want to get some heuristic approach for this, or rely on a statistical approaches or on some eigenvalue decomposition, or wavelet transformed (thus reduced) feature space, or a combination.
Third, you have to perform steps 1 and 2 for a set of people you are interested in, and record the features in a database
Fourth, when you have a test image (to recognize the face) you can again perform the first two steps then compare the result against your database.
If your feature extraction is hierarchical with low-to-high (fast-to-slow, coarse-to-fine) approach then recognition may be fast enough to be practical.
And if you have an Intel CPU you can get the best from OpenCV using IPP.
Linux Photo Tools (The H)
It might be a good idea to read the first few chapters from the classical Learning OpenCV, and that is more than enough because more likely no body needs all the features.
Since the notation and class hierarchy is more important I found the cheat sheet more useful :)
I have done pattern matching (not for face actually) and cannot tell anything regarding the performance of libface.
Since there are many ways to extract the features you should find one that meets your needs regarding the speed and quality.
Linux Photo Tools (The H)
Gimp with ufraw plugin?? I have 26G of .pef images processed this way since 2007, and counting.
Linux Photo Tools (The H)
Linux Photo Tools (The H)
Isn't GEGL (already in GIMP) what you are looking for?
I just wish for a qtpsgui plug-in for GIMP and nothing would be more perfect :)
Linux Photo Tools (The H)
Linux Photo Tools (The H)
Linux Photo Tools (The H)