Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by nikhat_ahir

  1. N

    how to display an image using C or C++?

    show image c++ hi, no need of using opencv or openGL or anything else. i got solution using POINTER only. if i have to use OpenGL, then there r many alternatives, like as vc, java... and the most convenient way, as per me, is to use Matlab. but, my problem is different one. but, now, it has...
  2. N

    how to display an image using C or C++?

    how to display an image in c hi, my question was: "i want to display bitmap image using c or c++. i m getting problem with putpixel(x,y,color) function, as it takes only upto 15 for color argument. is there any other way to display image in C or C++?....." so...
  3. N

    centroid of an image?

    hi, can anyone explain, what is centroid of an image, and how its calculated exactly? thanks, and regards, nikhat ahir.
  4. N

    how to display an image using C or C++?

    display image in c hi to all, spcially old nick, thanks for ur suggestions, but i have a news for u all. i displayed a bmp image using C language. no need of any advanced libraries for graphics support. again, thanks for ur supports, i got my problem solved. bye, nikhat ahir.
  5. N

    how to display an image using C or C++?

    c++ image display man, my requirement is to display image in C or C++. else, u wouldnt have this question. do u know how to display this one? if not, its ok. i m trying. and, i vl display it in C/C++. i m confident for it. okay? thanks, nikhat ahir.
  6. N

    how to display an image using C or C++?

    c++ show image hi, thanks for suggestion. but, i need to display image using C or C++ code only. i know vc, java, and even better for image processing, i also know matlab. but, i need to display image in C or C++. is there any way to put pixels having color greater than 16, such as 256 color...
  7. N

    how to display an image using C or C++?

    c++ display image i want to display bitmap image using c or c++. i m getting problem with putpixel(x,y,color) function, as it takes only upto 15 for color argument. is there any other way to display image in C or C++? waiting for kind replies. thanks, and regards, nikhat ahir.
  8. N

    runtime plotting in matlab

    no. its better to use pause instead of line or something else. u just have to put one function, such as, pause(0.1), after each time u call to plot function. thanks, and regards, nikhat ahir.
  9. N

    runtime plotting in matlab

    ya, i have tried with given answers, but they are not working. exact solution i got, and it is to use 'pause' with some argument showing very less amount of time, such as pause(0.1), after plotting data each time. thanks, and regards, nikhat ahir.
  10. N

    runtime plotting in matlab

    hi, i want to plot data in matlab with data getting updated runtime, and so, need plot to get updated also. for example, for i=1:10 % get data plot(data); end but, what i m getting is only one plot at end of the entire for loop instead of all intermediate plots. what should i do to get...

Part and Inventory Search

Back
Top