Feeds
提问
How to retrieve an image from mysql database that was previously converted to int8 and stored in mysql DB table type blob, and show on MATLAB GUI..
Stored after converting it to int8 using this code ii = imresize(img,[200 200]); Image8 = reshape(ii, 1, []); I want to s...
8 years 前 | 0 个回答 | 0