public interface IntegralImage
BibTeX:
@inproceedings{Crow84,
author = {Franklin C. Crow},
title = {Summed-area tables for texture mapping},
booktitle = {Proceedings of the 11th annual conference on Computer graphics and interactive techniques},
series = {SIGGRAPH '84},
year = {1984},
pages = {207--212},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Antialiasing, Shading algorithms, Table lookup algorithms, texture mapping},
isbn = {0-89791-138-5},
numpages = {6},
url = {http://doi.acm.org/10.1145/800031.808600},
doi = {http://doi.acm.org/10.1145/800031.808600}
}
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
int |
getScaledSum(int xMin,
int yMin,
int xMax,
int yMax,
float scale) |
int |
getSum(int xMin,
int yMin,
int xMax,
int yMax) |
int |
getWidth() |
Copyright © 2015–2021 Fiji. All rights reserved.