Thursday 15 May 2014

numpy - Python GUI library to show 16bit greyscale image -



numpy - Python GUI library to show 16bit greyscale image -

guys,

i trying find python gui library can show , process 16bit greyscale image easily. need modify pixels. have tried wxpython. can show images. when tried convert numpy array single channel 16bit info string , loaded in wximage, showed me invalid buffer size. what's more, have tried decode first element of info string in wximage instance load same image directly. value wasn't equal pixel (0,0) in numpy array. tell me how wxpython format info string or introduce improve gui library can prepare this? know wximage formats pixel info rgb. need gray image. , need create sophisticated ui. think opencv can't meet need.

you can utilize pyqt or pyside, recommend pyqtgraph first-class sort of thing. can build ui in pyside , utilize pyqtgraph manage image output

python numpy wxpython

No comments:

Post a Comment