Add tilecache before smartcrop to avoid over-computation

This commit is contained in:
Lovell Fuller
2017-11-17 19:53:50 +00:00
parent ba521fccb4
commit 1fec132dee
4 changed files with 7 additions and 22 deletions

View File

@@ -72,11 +72,6 @@ namespace sharp {
*/
VImage Sharpen(VImage image, double const sigma, double const flat, double const jagged);
/*
Insert a tile cache to prevent over-computation of any previous operations in the pipeline
*/
VImage TileCache(VImage image, double const factor);
/*
Threshold an image
*/