Search:

Type: Posts; User: BarakaMaiseli

Search: Search took 0.00 seconds.

  1. Great...!! Now it works, and it can also be used...

    Great...!! Now it works, and it can also be used for anyone who would like to convolve 2D matrices. A slight modification can be done if one needs to convolve an image with a Gaussian Kernel, since...
  2. Thanks for the comments. Very useful...! It is...

    Thanks for the comments. Very useful...! It is now working (in the GCC compiler under UBUNTU environment), and below is a complete code:


    //#include"standard_library.h"...
  3. Thank you for your response. I have tried to...

    Thank you for your response.
    I have tried to follow the comments, but I am still getting similar errors. Below is the code after I did follow the comments:


    #include<stdio.h>
    #include<math.h>...
  4. error: expression must have pointer-to-object type

    I am passing two 2D arrays, along with other variables, from the main() function to a function defined as:


    float conv2D(int rowsKernel, int colsKernel, int rowsImage, int colsImage,float...
Results 1 to 4 of 4