caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* HLVM stuff
@ 2009-09-27 17:43 David McClain
  2009-09-27 19:25 ` [Caml-list] " Jon Harrop
  0 siblings, 1 reply; 7+ messages in thread
From: David McClain @ 2009-09-27 17:43 UTC (permalink / raw)
  To: caml-list

... as a specific example, I remember dealing with stacks of images  
taken from an infrared imaging sensor -- perhaps 256 images, each of  
which is, say 512 x 512 pixels. I needed to obtain median pixel values  
from the stack and produce one "median image", as well as perform  
thresholding, masking, perhaps some dilation and erosion. And, also  
get the image 2-D FFT image.

So there we are dealing with an aggregate of 2^26 8-bit pixel values.  
Surely, the majority of time is spent processing pixels, and not  
dispatching over some polymorphic type...

Dr. David McClain
dbm@refined-audiometrics.com




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-10-13 22:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-27 17:43 HLVM stuff David McClain
2009-09-27 19:25 ` [Caml-list] " Jon Harrop
2009-09-27 21:58   ` David McClain
2009-09-27 23:14     ` Jon Harrop
2009-09-28  0:35       ` David McClain
2009-09-28  1:25         ` Jon Harrop
2009-10-13 22:18         ` Jon Harrop

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).