comment improvements
This commit is contained in:
parent
0e608c89bf
commit
755f9ed1cb
|
@ -14,6 +14,7 @@
|
||||||
are too unlike the main image
|
are too unlike the main image
|
||||||
- fix to vipsthumbnail --crop, thanks Alessandro
|
- fix to vipsthumbnail --crop, thanks Alessandro
|
||||||
- add vips_sum()
|
- add vips_sum()
|
||||||
|
- add vips_hough()
|
||||||
|
|
||||||
6/3/14 started 7.38.6
|
6/3/14 started 7.38.6
|
||||||
- grey ramp minimum was wrong
|
- grey ramp minimum was wrong
|
||||||
|
|
|
@ -193,6 +193,10 @@ hough_vote( VipsHough *hough, VipsImage *accumulator, int x, int y )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* See our superclass in statistic.c, but this is called for each section of
|
||||||
|
* each scanline. @x, @y is the position of the left end, @in is the pixel
|
||||||
|
* data, @n is the number of pixels in this scanline. VipsPel is uint8.
|
||||||
|
*/
|
||||||
static int
|
static int
|
||||||
vips_hough_scan( VipsStatistic *statistic,
|
vips_hough_scan( VipsStatistic *statistic,
|
||||||
void *seq, int x, int y, void *in, int n )
|
void *seq, int x, int y, void *in, int n )
|
||||||
|
|
Loading…
Reference in New Issue