Home | History | Annotate | Download | only in api

Lines Matching refs:convolution

59 <p>AcquireKernelInfo() takes the given string (generally supplied by the user) and converts it into a Morphology/Convolution Kernel.  This allows users to specify a kernel from a number of pre-defined kernels, or to fully specify their own kernel for a specific Convolution or Morphology Operation.</p>
101 <dd>the Morphology/Convolution kernel wanted. </dd>
132 <dd> Convolution Kernels </dd>
162 <dd> Named Constant Convolution Kernels </dd>
170 <dd> Sobel:{angle} Sobel 'Edge' convolution kernel (3x3) | -1, 0, 1 | | -2, 0,-2 | | -1, 0, 1 | </dd>
172 <dd> Roberts:{angle} Roberts convolution kernel (3x3) | 0, 0, 0 | | -1, 1, 0 | | 0, 0, 0 | </dd>
174 <dd> Prewitt:{angle} Prewitt Edge convolution kernel (3x3) | -1, 0, 1 | | -1, 0, 1 | | -1, 0, 1 | </dd>
176 <dd> Compass:{angle} Prewitt's "Compass" convolution kernel (3x3) | -1, 1, 1 | | -1,-2, 1 | | -1, 1, 1 | </dd>
178 <dd> Kirsch:{angle} Kirsch's "Compass" convolution kernel (3x3) | -3,-3, 5 | | -3, 0, 5 | | -3,-3, 5 | </dd>
296 <dd>the Morphology/Convolution kernel to be cloned </dd>
302 <p>DestroyKernelInfo() frees the memory used by a Convolution/Morphology kernel.</p>
318 <dd>the Morphology/Convolution kernel to be destroyed </dd>
373 <dd>Convolution Output Bias. </dd>
394 <p>User defined settings include... * Output Bias for Convolution and correlation ("-define convolve:bias=??") * Kernel Scale/normalize settings ("-define convolve:scale=??") This can also includes the addition of a scaled unity kernel. * Show Kernel being applied ("-define morphology:showkernel=1")</p>
454 <dd>the Morphology/Convolution kernel to modify </dd>
501 <dd>the Morphology/Convolution kernel </dd>
536 <dd>the Morphology/Convolution kernel </dd>
542 <p>UnityAddKernelInfo() Adds a given amount of the 'Unity' Convolution Kernel to the given pre-scaled and normalized Kernel. This in effect adds that amount of the original image into the resulting convolution kernel. This value is usually provided by the user as a percentage value in the 'convolve:scale' setting.</p>
560 <dd>the Morphology/Convolution kernel </dd>
572 <p>ZeroKernelNans() replaces any special 'nan' value that may be present in the kernel with a zero value. This is typically done when the kernel will be used in special hardware (GPU) convolution processors, to simply matters.</p>
588 <dd>the Morphology/Convolution kernel </dd>