From d99a4eea40a338a0f2248f3c472a4798fb8e96b8 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 13 Oct 2009 13:37:23 +0000 Subject: [PATCH] stuff --- TODO | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/TODO b/TODO index 3faa34be..8d5e1307 100644 --- a/TODO +++ b/TODO @@ -1,28 +1,15 @@ -- im_lrmosaic - - # halfcorrelation is of type "integer" - # halfarea is of type "integer" - - try - - vips im_lrmosaic t1.v t2.v t3.v 0 372 0 0 90 0 0 0 1 - - set them to zero (which you'd think would search for 1 pixel window) gives a - divide by zero error - - maybe better to clip windows by image overlap? then we could specify - non-zero halfcorrelation etc. and get them to search the 1 pixel overlap we - have - - we probably assume square windows in several places, argh - - - memory.c - more stuff from util.c? too much to do it all now +- how about an indexed histogram? + + have two images, a 1-band index image and an n-band image to analyze + + for each pixel, add the n-band pixel to the bin indicated by the index image +