nyquisttt
Posts
-
help me to create joystick controller -
help me to create joystick controllerhi.I am using visual studio .net 2003 and I am new to managed c++. I have to write joystick controller(mouse stick)but I dont now where to start.
-
Image processingI want to open an image sequence or an avi file, and i want to process it frame by frame. Then i will show the result in a window (i mean in a dialog ). How can i do this in mfc? The first step is, i will open an avi file and play it on the screen (in a window).
-
image sequence in a windowHi, how can i show an existing image in a c++ window. I mean i want my code to open a window and display an existing image in that window. In a future work i will try to show an image sequence in that window. For example, i have image001.bmp, image002.bmp,.. image016.bmp. I want to open a window and display the images as a slide show in that window. Maybe going to the next image can be assigned to pressing a key on the keyboard. Or maybe a time feature could be used. I mean, in the window, existing images will be displayed each 0.5 seconds with the same order in the sequence. Could someone help me with an explanatory piece of code? Thank you ...
-
image in a windowHi, how can i show an existing image in a c++ window. I mean i want my code to open a window and display an existing image in that window. In a future work i will try to show an image sequence in that window. For example, i have image001.bmp, image002.bmp,.. image016.bmp. I want to open a window and display the images as a slide show in that window. Maybe going to the next image can be assigned to pressing a key on the keyboard. Or maybe a time feature could be used. I mean, in the window, existing images will be displayed each 0.5 seconds with the same order in the sequence. Could someone help me with an explanatory piece of code? Thank you ...
-
stringIt may be simple question but i need an urgent help. I have to use some image sequence as the input to my code. for example: image001.bmp image002.bmp image003.bmp .... and so on. But there are 200 images and i have to use a function to read these images. How can i name a string in a for loop as I wanted? for(int i=0;i<200;i++) { nextImageName = image(i).bmp ..... } I want the code to increase the string name as if it is a number. Could you please help me?