Namespace xf
Detailed Description
16-bit Accumulate weighted
floating point blobFromImage
16-bit convertscaleabs
xFMinMaxLoc_core : This kernel finds the minimum and maximum values in an image and a location for each. Inputs : _src of type XF_8UP, XF_16UP, XF_16SP, XF_32UP or XF_32SP. Output : _maxval and _minval –> minimum and maximum pixel values respectively _minloc and _maxloc –> the row and column positions for min and max respectively
xfEqualize : Computes the histogram and performs Histogram Equalization _src1 : Input image _dst_mat : Output image
xfLUTKernel: The Table Lookup Image Kernel. This kernel uses each pixel in an image to index into a LUT and put the indexed LUT value into the output image. Input : _src, _lut Output : _dst
Image resizing function.