PCL
|
Functions | |
static int | pcl::FFTConvolution::FasterThanNonseparableFilterSize (int width=0, int height=0) |
static int | pcl::SeparableConvolution::FasterThanNonseparableFilterSize (int width=0, int height=0) |
Convolution Algorithms
|
static |
Returns the minimum filter size in pixels for which FFT-based two-dimensional convolution is consistently faster than nonseparable convolution on the current PixInsight/PCL platform and host machine.
width | Width of the convolved image in pixels. |
height | Height of the convolved image in pixels. |
Since PixInsight 1.9.3 Lockhart, this function queries the running PixInsight core application to retrieve a critical value based on thread performance analysis microbenchmarks. If no performance analysis data are available, the function returns an empirical value based on average reference hardware.
|
static |
Returns the minimum filter size in pixels for which separable convolution is consistently faster than nonseparable convolution on the current PixInsight/PCL platform and host machine.
width | Width of the convolved image in pixels. |
height | Height of the convolved image in pixels. |
Since PixInsight 1.9.3 Lockhart, this function queries the running PixInsight core application to retrieve a critical value based on thread performance analysis microbenchmarks. If no performance analysis data are available, the function returns an empirical value based on average reference hardware.