• CMSIS - Interpolation on unequally spaced data
    Looking at the documentation page, it seems the data for linear interpolation needs to be equally spaced ( https://www.keil.com/pack/doc/CMSIS/DSP/html/arm_linear_interp_example_f32_8c-example.html#a5...
  • CMSIS - Interpolation on unequally spaced data
    Looking at the documentation page, it seems the data for linear interpolation needs to be equally spaced ( https://www.keil.com/pack/doc/CMSIS/DSP/html/arm_linear_interp_example_f32_8c-example.html#a5...
  • bilinear interpolation optimiziation using ARM
    Note: This was originally posted on 16th March 2013 at http://forums.arm.com I'm working on ARM, and I'm trying to optimize downsampling an image,  I have used OpenCV cv::resize and its slow ~3ms for...
  • bilinear interpolation optimiziation using ARM
    Note: This was originally posted on 16th March 2013 at http://forums.arm.com I'm working on ARM, and I'm trying to optimize downsampling an image,  I have used OpenCV cv::resize and its slow ~3ms for...
  • seeking bi-linear interpolation example code
    I'm looking for an example of how the pData data table is configured in the arm+bilinear_interp_instance_f32 structure. I have read the online notes, but I don't understand how to implement this...