This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Create a summed area table in one direction, based on an input image. | |
In order to create a 2-dimensional summed area table, | |
you need two copies of the node, the 2nd with col=true | |
Currently there are issues with precision for higher resolution images... | |
*/ | |
kernel SummedAreaTable : ImageComputationKernel<eComponentWise> { | |
Image<eRead, eAccessRandom, eEdgeConstant> src; | |
Image<eReadWrite, eAccessRandom> dst; |
This file has been truncated, but you can view the full file.
OlderNewer