PDA

View Full Version : Qprocess Help



IsleWitch
9th October 2007, 17:45
hey guys,

I have a code that extracts a region of interest from a picture, i need to run it on a choosen image, and see the result in the same window. From reading the assisant files, i think QProcess will handle this, so how can i load this sinlge image and specify that i wanna run the code on it and display the result ,which will be in an image format??


Note: i put a Line edit and a toolbutton, on clicking the toolButton,it should go to a directory from which i can choose the image and the directory can then appear in the lineEdit.


thnx in advance:)

wysota
9th October 2007, 20:40
Is the "code" a separate application? How does it pass the extracted data to its environment?

IsleWitch
10th October 2007, 13:04
the code is in RAVL, the code handles everything, the only thing that i need to do through QT is choose the picture through the interface and the result of the code is to be shown too.