Search:

Type: Posts; User: dantu1985

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,150

    quad + r trees

    hi


    does anyone have an idea of how to implement a quad and r tree together.....I need just the starting idea of how to proceed...

    thanks
  2. Replies
    1
    Views
    1,389

    image watermarking algorithms

    hi

    can u tell me a few image watermarking algortihms which i can implement in c


    harsha
  3. Replies
    7
    Views
    2,211

    Hi i have this code where in i can offset...

    Hi

    i have this code where in i can offset an image. by dist specified. Now can anyone tell me how can i read another image and put it on the 1st image such tat both are seen. I need to reduce...
  4. Replies
    7
    Views
    2,211

    Hi well i figured out that underlay is...

    Hi

    well i figured out that underlay is nothin but coombining two images such tat both are seen together. i.e we are combinin 2 images and both are to be seen. one image pixel values have to be...
  5. Replies
    0
    Views
    839

    Imagemagick Help

    Hi Guys,


    i am doing an image processing project where i have to read two images and do an underlay with them.

    to do this i need to modify the pixels of the second image. Can anyone tell me...
  6. Replies
    7
    Views
    2,211

    thanks a lot for the reply. But sorry to say...

    thanks a lot for the reply.

    But sorry to say this....i couldn get exactly the meaning of underlay with the example. Now he stands in front of a green screen right? then the image is processed such...
  7. Replies
    7
    Views
    2,211

    Image Processing Help Required

    Hi guys,

    i am doin a project in image processing using C at col. Now they have given me somethin called as underlaying of images.

    Does anyone know what underlay is abt?

    tried...
  8. Thread: Error

    by dantu1985
    Replies
    2
    Views
    900

    Error

    hi
    i have coded a program such that when a string with a hyphen (-) is entered it should display all the letters between characters on either side of string.
    input is harsha-gas
    output is a b c...
  9. Thread: Help Needed

    by dantu1985
    Replies
    3
    Views
    1,134

    i just needed a little help in the logic as to...

    i just needed a little help in the logic as to how to approach...


    thanks
  10. Thread: Help Needed

    by dantu1985
    Replies
    3
    Views
    1,134

    Help Needed

    Hi

    i need to write a program to ``fold'' long input lines into two or more shorter lines after the last nonblank character that occurs before the nth
    column of input.

    can anyone give me a...
  11. Replies
    6
    Views
    1,477

    hey pls help me on that floating point error... ...

    hey pls help me on that floating point error...

    i changed to int...still not working...

    i have mult = a[j][i]/a[i][i]

    so mult is float and so is a array
  12. Replies
    6
    Views
    1,477

    how do u put the code here with the...

    how do u put the code here with the formatting....when i post it....the indents go away
  13. Replies
    6
    Views
    1,477

    Determinant Prob

    where does the floating point error: divide by 0 occur

    can anyone help me with this





    #include<stdio.h>
    #include<conio.h>
  14. Replies
    2
    Views
    1,298

    Determinant Prob

    can anyone tell me the error here....

    when i press for 2*2 it works perfect...

    for 3*3 it says floating point errror.....


    Program to find Determinant of a Matrix

    #include<stdio.h>
  15. Thread: Magic Box

    by dantu1985
    Replies
    5
    Views
    10,178

    i actually didnt get wat u said???? could u...

    i actually didnt get wat u said????

    could u tell me a bit???
  16. Thread: Magic Box

    by dantu1985
    Replies
    5
    Views
    10,178

    thanks a lot for the reply.... sorry that i...

    thanks a lot for the reply....


    sorry that i forgot the indents.......is this logic correct????

    any other ideas for the magic box????
  17. Thread: Magic Box

    by dantu1985
    Replies
    5
    Views
    10,178

    Magic Box

    hi

    i am trying to create the magic box of 3*3 using the random function

    here is my code.....



    # include<stdio.h>
    # include<conio.h>
  18. Replies
    15
    Views
    3,938

    hey thanks a lot....will try tat out....i dont...

    hey thanks a lot....will try tat out....i dont want to use a function cause me and friend were just tryin different stuff.....like a small project or something.,.....tats y....
  19. Replies
    15
    Views
    3,938

    no i dont want to use any function at all....just...

    no i dont want to use any function at all....just using pointers i wanna print 5 random numbers b/w 1 to 100....

    is it possible without using any type of function????
  20. Replies
    13
    Views
    18,951

    Using Pointers

    hey how would u do this using pointers without the random function any idea???

    have been trying this

    UNSUCCESSFUl...
  21. Replies
    15
    Views
    3,938

    Generatin Random Numbers

    hi guys

    any idea as to how to generate random numbers using pointers instead of the using function random.....without using random function how to generate random numbers......


    any ideas???
    ...
Results 1 to 21 of 21