由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
ComputerGraphics版 - 怎样把图像数字化?
相关主题
请教些关于图像方面的独立并行的workload湾区图像处理软件工程师职位
这个版是不是应该叫 电脑图形图像处理 比较合适请教一个图像处理问题
敬请:从事图像处理的朋友帮忙,谢谢申请ComputerGraphics版版主 (转载)
图像处理有哪些有名的论坛?有没有能让鼠标不停移动的软件
图像处理小活3D 矩阵 到 STL
图像处理用C++的话,怎么提高prototype效率? (转载)对任意mXn的矩阵M,能否找到两个对角阵P,Q,使PMQ=I, QM'P=I (转载)
请问computer graphics的工作好找么CorelDRAW X 5 图像处理?
图像处理有没有人用过Xlib来做显示图像?
相关话题的讨论汇总
话题: 图像话题: imread话题: 1000x1000话题: simple话题: matrix
进入ComputerGraphics版参与讨论
1 (共1页)
M*******r
发帖数: 165
1
最近拿到一些tumor, vessel图像,想把这些图像做成1000x1000像素大小,然后根据每
个点的颜色做成一个1000x1000的double矩阵
我是做cancer model的,没做过图像处理……
请问有什么solution么
b********r
发帖数: 295
2
you can use a software called Matlab. the functions involved are very simple
and direct.
Let me know if you need further help.
M*******r
发帖数: 165
3
it should be simple to read pixels' info into a matrix.
I searched the help file, it came out 200 results....
could you tell me which function should be used? very thanks.

simple

【在 b********r 的大作中提到】
: you can use a software called Matlab. the functions involved are very simple
: and direct.
: Let me know if you need further help.

b********r
发帖数: 295
4
such as function: 'imread'
the input is the file name, the output the the pixel inforamtion matrix.
for example:
I=imread('C:\mypics\image_1.png');

【在 M*******r 的大作中提到】
: it should be simple to read pixels' info into a matrix.
: I searched the help file, it came out 200 results....
: could you tell me which function should be used? very thanks.
:
: simple

A***l
发帖数: 461
5
用什么机器拿到的图像?1000×1000很高了。通常我们都做512就不得了了,如果多就
分解开,否
则处理起来很麻烦。

【在 M*******r 的大作中提到】
: 最近拿到一些tumor, vessel图像,想把这些图像做成1000x1000像素大小,然后根据每
: 个点的颜色做成一个1000x1000的double矩阵
: 我是做cancer model的,没做过图像处理……
: 请问有什么solution么

1 (共1页)
进入ComputerGraphics版参与讨论
相关主题
有没有人用过Xlib来做显示图像?图像处理小活
请教关于3D电影的几个问题图像处理用C++的话,怎么提高prototype效率? (转载)
键盘上的健制作的图像请问computer graphics的工作好找么
Beier-neely c++ code , 5个包子图像处理
请教些关于图像方面的独立并行的workload湾区图像处理软件工程师职位
这个版是不是应该叫 电脑图形图像处理 比较合适请教一个图像处理问题
敬请:从事图像处理的朋友帮忙,谢谢申请ComputerGraphics版版主 (转载)
图像处理有哪些有名的论坛?有没有能让鼠标不停移动的软件
相关话题的讨论汇总
话题: 图像话题: imread话题: 1000x1000话题: simple话题: matrix