Heat map with lots of events

Discuss digital image processing techniques and algorithms. We encourage its application to ImageMagick but you can discuss any software solutions here.
DrEvil
Posts: 36
Joined: 2014-01-05T16:59:55-07:00
Authentication code: 6789

Re: Heat map with lots of events

Post by DrEvil »

This page suggests there should be a command called 'magick-script', which I cannot find in the installation folder. Is this not included in the 7 install?

http://www.imagemagick.org/script/porting.php
DrEvil
Posts: 36
Joined: 2014-01-05T16:59:55-07:00
Authentication code: 6789

Re: Heat map with lots of events

Post by DrEvil »

Btw, on the plus side, with the version 7 64 bit build I can generate much larger event counts. I've got a test image of 100k events on a 20000x14000 image. Using 3.2GB of memory. It appears to be using multiple cores as well. The 64 bit aspect probably made the biggest difference, but still this is promising.
DrEvil
Posts: 36
Joined: 2014-01-05T16:59:55-07:00
Authentication code: 6789

Re: Heat map with lots of events

Post by DrEvil »

Is there an alternative to auto_level that will allow me to set the min/max range with which to level based on? In some cases there are events that can accumulate high enough to completely wash out other events, so I'd like to clamp it in these cases.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Heat map with lots of events

Post by snibgo »

See the docs: http://www.imagemagick.org/script/comma ... auto-level

"-auto-level" is just an automated "-level". Instead you can do "-level 0,200%" (what was black stays black; what was 200% or above of quantum becomes white) or whatever gives you the range you want.
snibgo's IM pages: im.snibgo.com
Post Reply