JonathanD | Morning. | 09:11 |
---|---|---|
rmg51 | Morning JonathanD | 10:51 |
JonathanD | hey rmg51 | 11:02 |
rmg51 | o/ | 11:16 |
InHisName | Happy drizzly day everyone | 12:13 |
waltman | morning | 12:50 |
teddy-dbear | hi peoples | 14:34 |
ChinnoDog | sup | 15:14 |
InHisName | the sky ? | 19:00 |
pleia2 | btw https://lists.lopsa.org/pipermail/ug-leaders/2012-September/000032.html | 20:01 |
MutantTurkey | waltman: !!!! | 23:12 |
MutantTurkey | OpenCv is way faster than Image magick in my test and it's really easy to port | 23:15 |
MutantTurkey | actually it's a lot cleaner | 23:15 |
MutantTurkey | I find magickwands pixeliterators to be a total pita | 23:16 |
MutantTurkey | image = cvCreateImage(filename, type, channels); | 23:16 |
MutantTurkey | CvScalar *pixelValues = cvGet2D(image, x,y); | 23:16 |
MutantTurkey | that's all it is | 23:17 |
MutantTurkey | and setting is cvSet2D | 23:17 |
MutantTurkey | seemd to be pretty nice | 23:17 |
MutantTurkey | I was using the MagickWand interface for C though, maybe the Magick++ interface is better | 23:18 |
MutantTurkey | but it is a lot faster. | 23:18 |
MutantTurkey | I'm processing 18,000 images in 2 Minutes on my laptop | 23:18 |
MutantTurkey | Actually I may have overstated myself on the performance, but the library seems more geared to doing research anyway | 23:24 |
MutantTurkey | no definitely a good boost in performance once I kicked out all of my memory leaks | 23:45 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!