From ef8e9662847916319d96a406e7142e1136ce6b57 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Mon, 12 Oct 2009 16:50:07 +0000 Subject: [PATCH] stuff --- TODO | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/TODO b/TODO index b9f6b7e4..3faa34be 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,24 @@ +- 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