Display grey scale image in QGraphicview scene
Locked
Unsolved
General and Desktop
-
How to display data in csv file as a Qimage in Qgraphicview scene?
For example I just have a csv file with the data given below (3*3 matrix)[1,2,3;2,6,1;10,54,21]. Each value can be thought as a pixel value.
I want to display the data as a grey scaled image in QGraphicsView. What are the steps to be followed. -
How to display data in csv file as a Qimage in Qgraphicview scene?
For example I just have a csv file with the data given below (3*3 matrix)[1,2,3;2,6,1;10,54,21]. Each value can be thought as a pixel value.
I want to display the data as a grey scaled image in QGraphicsView. What are the steps to be followed. -
@Pablo-J-Rogina agreed. Closing this.