Search:

Type: Posts; User: Salem

Search: Search took 0.30 seconds.

  1. > In the CCStudio V3.3, however, I am still...

    > In the CCStudio V3.3, however, I am still getting some errors when I compile, and I am still struggling on getting a way forward. Here are the errors in the CCStudio:
    Those are link errors, not...
  2. So if you make the function return void, remove...

    So if you make the function return void, remove the return statement and the return result assignments in main, does it work?

    The whole image result will be in your 11x11 result array.
  3. > float conv2D(int rowsKernel, int colsKernel,...

    > float conv2D(int rowsKernel, int colsKernel, int rowsImage, int colsImage,float kernel[][5], int image[][15])
    You're returning a scalar value.

    > float imageConvolved;//Result of an image...
Results 1 to 3 of 3