From 9d3311468c032783f779bd1758e3cd6d1ec9b68e Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 1 Apr 2014 13:57:10 +0100 Subject: [PATCH] TODO notes --- TODO | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index f331bc56..bea70776 100644 --- a/TODO +++ b/TODO @@ -1,18 +1,22 @@ + - test draw_mask on labq images we probably need to unpack the ink back to double before blending -- think of a better way to support skipahead +- vips_hough_circle() params need fixing - extract needs to hint to it's image sources what line it will start reading - at + we need to give a "scale" param which sets width/height of acc as a + factor of original - in vips_extract_build(), call vips_image_set_start(), somehow sends a signal - the wrong way down the pipe to the vips_sequential() (if there is one) - telling it not to stall the first request if it's for that line + min_radius / max_radius set range of circles to search for + + number of bands in acc image is range / scale + + width/height need to move out of hough.c into hough_line.c: they only make + sense for that param space @@ -30,6 +34,19 @@ +- think of a better way to support skipahead + + extract needs to hint to it's image sources what line it will start reading + at + + in vips_extract_build(), call vips_image_set_start(), somehow sends a signal + the wrong way down the pipe to the vips_sequential() (if there is one) + telling it not to stall the first request if it's for that line + + + + + - need to do mosaicing - now vips_linear() has uchar output, can we do something with orc?