Search:

Type: Posts; User: Cursius

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    20,019

    as my first contribution to this site i present...

    as my first contribution to this site i present you the code.It needs an input of a grayscale image and it will produce an output of the enchanced image, along with basic statistical values such as...
  2. Replies
    9
    Views
    20,019

    aaahh thank you mate, i had gone through the code...

    aaahh thank you mate, i had gone through the code a million times and i never noticed that ;....
  3. Replies
    9
    Views
    20,019

    i have already tried casting and i still dont get...

    i have already tried casting and i still dont get any results
  4. Replies
    9
    Views
    20,019

    after some testing i see that prt[i] values are...

    after some testing i see that prt[i] values are 0.000000 for all indexes. am i doing something wrong? hist[i] is an int, pixels are int and prt is float.
    hist is full of values, theyr sum is equal...
  5. Replies
    9
    Views
    20,019

    hmax hmin and hist are integers. as for the later...

    hmax hmin and hist are integers. as for the later i am not sure...
  6. Replies
    9
    Views
    20,019

    Histogram Equalization

    Greetings everybody.
    i have an assigment on image proccesing and amongst other question one of them specifies:calculate the equalized histogram of a grayscale
    image and show statistical data of...
  7. Replies
    3
    Views
    1,331

    kill me now >.< thanks mate

    kill me now >.< thanks mate
  8. Replies
    3
    Views
    1,331

    Creating a bitmap Circle

    Hello everybody.
    I have an assigment and amongst other questions on of them specifies:
    Create a bmp image 256x256 with 225(color) backround and a circle of varying radius given by the user with...
  9. k will try it :) does not count for my grade as...

    k will try it :)
    does not count for my grade as the deadline is off, but it would rly help me to understand pointers better :)

    "Thanks Elysia. You're a programming master! How the hell do you...
  10. i still cant make it work :S the program has to...

    i still cant make it work :S
    the program has to put integer into an array witht he use of pointers.
    and also it should be able to check if there is an integer into the array, that the user wants ti...
  11. ISO c++ forbids comparisson btween pointers and integers

    Hello again.
    So im trying to compile a programm and i get the following message
    "ISO c++ forbids comparisson between pointers and integers"
    my code were the problem occurs is the following :

    ...
  12. Replies
    7
    Views
    1,790

    kk then:) im not very familiar with how to pass...

    kk then:)
    im not very familiar with how to pass variables into funtions and especially arrays into functions that why i use mostly global variables :) for now at least.
    but ill keep what you sayed...
  13. Replies
    7
    Views
    1,790

    ok i've re-wrote the parts that needed fixing...

    ok i've re-wrote the parts that needed fixing using strcpy and by re-assigning the int values with an other way :)
    @pelicanpie thank you really for the code but im rly sorry, i did not use...
  14. Replies
    7
    Views
    1,790

    The airport programm....help needed please

    Hi again. i'm back with some questions that have to do with a project im working on for the college.
    This is gonna be a bit big and if there is any variable that u dont understand its use then ask...
  15. Replies
    4
    Views
    1,448

    else { k=i; i++; return nstr[k+1]; ...

    else
    {
    k=i;
    i++;
    return nstr[k+1];


    }
  16. Replies
    4
    Views
    1,448

    thanks for the tip, alltho i still cant figure...

    thanks for the tip, alltho i still cant figure out what to do...i tryed to increase i counter so if for example S[2]=S[3] then it would return S[3] and would increase i by 2 to get i=4 and keep ...
  17. Replies
    4
    Views
    1,448

    Noob needs help :)

    and so your favourite noob is back and asking for help yet one more time.
    So i gotta write a programm that gets a string from a user and modifys it like:
    First calls a func that does the following:...
  18. Replies
    4
    Views
    915

    thanks...ill try it now and ill keep you up to...

    thanks...ill try it now and ill keep you up to date!
  19. Thread: Need C++ code

    by Cursius
    Replies
    17
    Views
    2,929

    damn and i just join the forum and i though that...

    damn and i just join the forum and i though that i was noob.....man the way i see it you only need a table, avg calculation and if,if,if,if :) ( no offence ofc)
  20. Replies
    4
    Views
    915

    array and elements then :) could u give me an...

    array and elements then :)

    could u give me an example on how to call it in main?? like:


    int bubble(int t)
    int main()
    {...bla...
    ....bla...
    ...bla...
  21. Replies
    4
    Views
    915

    Need help with functions and tables!!

    Hello everyone i just joined the forum and this is my first post so if there is something that i should fix-edit plz tell me.

    I just got in college and we have some home work to do.
    so the...
Results 1 to 21 of 21