由买买提看人间百态

topics

全部话题 - 话题: graphics
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
r******y
发帖数: 3838
1
Mac OS X's bare bones text editor gets some attention in the coming release
of Lion, adding support for
vertical layouts for East Asian languages, as well as a graphical menu bar
with font selection and text
highlighting.
TextEdit demonstrates Apple's new automatic file saving and versions
technologies in Mac OS X 10.7 Lion,
which replaces the app's simple autosave feature (previously set to save a
backup copy every 30 seconds).
Along with the new document saving model, the humble TextEdit leaps... 阅读全帖
s********1
发帖数: 581
2
graphics和vison编程要用c++里的template library吗?
请问computer graphics和computer vison在做研究/在公司做项目的时候,要用c++里
的 以下knowledge吗?
(1)template library
(2)multiple inheritance
(3)manipulators
(4)exceptions
(5)garbage collection
(6)container design
谢谢!
s********1
发帖数: 581
3
user interface的课程对于graphics/vision有用吗?
本人打算进入computer vision或者computer vision, 没有user interface的设计经验
请问
(1) user interface的课程对于graphics/vision有用吗?
(2) user interface的课程对于找part-time/temperary job有用吗?
user interface 相对于 software engineering(或者software design project)
的课
程,哪个更好找工作??
谢谢!
s********1
发帖数: 581
4
computer vision要用到machine learning中的graphical model吗?
graphical model在哪些领域用得比较多? 为什么? 据说language processing用得多
一些。
谢谢!
s********1
发帖数: 581
5
做graphics的researcher一般要使用,熟悉maya吗?
听说maya做的3D视觉效果更好,就是速度太慢,所以只能用在电影特技里。C++和
openGL的速度快,但做的3D视觉效果明显差一截,主要用在游戏里。
请问:大学和研究院做graphics的professor/researcher好像只用C++和openGL,从没
听说他们使用maya.为什么?
s********1
发帖数: 581
6
您的意思是做graphics的researcher一般都用maya?
奇怪,我修过的graphics课程只用openGL,怎么完全没提到过maya?
w***n
发帖数: 1084
7
Since you are asking about research rather than working in industry:
1) No one uses opengl for games. Games use directX.
2) Maya is a software for designers and artists who don't know much about
graphics. Graphics researchers don't use Maya. (We have undergraduates help
modeling scenes using Maya though...)
3) Industrialized rendering quality is not comparable to state-of-the-art
rendering research quality (C++ in your context). Maya does support
renderman, mental ray... But trying to learn grap
r*****y
发帖数: 507
8
来自主题: CS版 - graphics有前途么
I would say there are no much big things remaining in graphics research,
because it is quite-well developed already. But it does has large industry on
the back. If you are good, industry job is not a big issue.

搞PHD,graphics,image之类的,工作前景如何,是不是已经热了很长时间了?和database
r*****y
发帖数: 507
9
来自主题: CS版 - Computer Graphics会议 (I)
nice article.
in order of reputation.
journal:
ToG, TVCG, CG&A, Visual Computer, CAVW, Graphical Models, ...
comprehensive graphics conference:
siggraph(~20%), i3d(20+%), eg(20+%), cgi(30+%), pg(20+ to 30+%), ...
user interface:
chi(15%), uist(20+%), iui(20+%),...
animation:
sca(30+%), casa(30+%)
geometry and modeling:
sgp(30+%), smi(>30+%?)
rendering:
egsr(30+%)
visualization:
vis(30+%), infoVis(40%?), vg(?)
other:
pbg, smartGraphics, wscg,.....
L*R
发帖数: 48
10
看了版上大虾的评论,CV是研究热,业界冷。
Graphics的工作好找,可也是Game 开发的民工比较多阿。
看来还是早点毕业最重要,以后迟早得转行阿。
那视觉和图形哪一个好灌水啊,听说siggraph上的文章真正idea的东西很少,
大部分Rendering方面的东西都是finely-tuned, 不断 polishing出来的。这样岂不是
很难搞。
视觉那方面的文章好不好发呢,我自己不太清楚。。bow
还有阿,将来如果转行的话,比如偏金融数学或者是要用到物理模型分析(比如流体力
学,PDE数值解)这种工作的话,学cv还是graphics能比较省劲儿啊。
小弟甚是迷惑,望各位达人分享见解.bow
s********1
发帖数: 581
11
graphics和vison编程要用c++里的template library吗?
请问computer graphics和computer vison在做研究/在公司做项目的时候,要用c++里
的 以下knowledge吗?
(1)template library
(2)multiple inheritance
(3)manipulators
(4)exceptions
(5)garbage collection
(6)container design
谢谢!
s********1
发帖数: 581
12
user interface的课程对于graphics/vision有用吗?
本人打算进入computer vision或者computer vision, 没有user interface的设计经验
请问
(1) user interface的课程对于graphics/vision有用吗?
(2) user interface的课程对于找part-time/temperary job有用吗?
user interface 相对于 software engineering(或者software design project)
的课
程,哪个更好找工作??
谢谢!
s********1
发帖数: 581
13
computer vision要用到machine learning中的graphical model吗?
graphical model在哪些领域用得比较多? 为什么? 据说language processing用得多
一些。
谢谢!
h*******o
发帖数: 95
14
computer vision里用graphical model不稀奇吧
image segmentation 的好多算法都用到graphic modeling.
w***n
发帖数: 1084
15
Maneesh's work is mainly in visualization and 2D graphics I think.
It's difficult for graphics researchers to get recognized out of this community. He is doing a really good job.
b******r
发帖数: 8
16
来自主题: DotNet版 - 关于graphics.drawstring 的问题
Bitmap bitmap(L"1.img);
Graphics *p=Graphics::FromImage(bitmap);
p->DrawString(L"hello,......);
执行完以后1.img还是没有变化,
bitmap.save("2.img"....)以后新的图象才显示出变化,
我怎么在原来的图象上写上字呢?
谢谢
k*****G
发帖数: 697
17
想请教Dell T110 server的问题,initially no operating system installed,
integrated Video Card weak(only support 1024*760 resolution)
自己做了如下工作:
1, 安装Windows Vista,顺利。
2,重新装Windows 7 Enterprise,顺利
3,安装EVGA GeForce 512MB DDR2 显卡,连接VGA Cable后monitor没有图像显示。
4, 网上做research, 发现需要进BIOS disable integrated Graphic card。
5,Reboot,进BIOS disable integrated video card,用VGA cable 连接monitor。初
始有Windows 7 启动图像,随后黑屏。
6,Reboot,用HDMI cablel从installed graphic card连接monitor, 初始有Windows 7
启动图像,随后闪过蓝屏报错,黑屏。
7,Reboot, 进BIOS ena
u********3
发帖数: 3785
18
deal 否?
EVGA GeForce GTX 570 HD Double Shot 1280 MB GDDR5 PCB PCI-E 2.0 Graphics
Card 012-P3-1577-KR
http://www.amazon.com/EVGA-GeForce-Double-Graphics-012-P3-1577-
$249 after MIR
n*1
发帖数: 156
19
来自主题: Hardware版 - graphic card
笔记本电脑经常用来看网上HD电影或DVD,Intel® HD Graphics 4000是不是就足够
了,有必要上
NVIDIA NVS 5400M Graphics with Optimus Technology, 1GB DDR3 Memory吗?? 多
谢!!
c********l
发帖数: 15
20
来自主题: Programming版 - graphics library in C (under Linux)
Under Linux, what is the graphics library in C which is similar to graphics.
h under DOS? Thanks a lot!
s********1
发帖数: 581
21
graphics和vison编程要用c++里的template library吗?
请问computer graphics和computer vison在做研究/在公司做项目的时候,要用c++里
的 以下knowledge吗?
(1)template library
(2)multiple inheritance
(3)manipulators
(4)exceptions
(5)garbage collection
(6)container design
谢谢!
s********1
发帖数: 581
22
user interface的课程对于graphics/vision有用吗?
本人打算进入computer vision或者computer vision, 没有user interface的设计经验
请问
(1) user interface的课程对于graphics/vision有用吗?
(2) user interface的课程对于找part-time/temperary job有用吗?
user interface 相对于 software engineering(或者software design project)
的课
程,哪个更好找工作??
谢谢!
b****p
发帖数: 3293
23
I got a Word file with 93 pages. The first page is text with graphics. Looks
good on the screen and on the print preview. But when I tried to print, the
texts were missing. Only graphics print out. I have tried several
different printers. The other pages print OK.
What is the problem with the first page?
Windows XP Pro, Word 2000.
u****h
发帖数: 2193
24
graphics和vision其实还是有点区别的吧
graphics是c++比较多
通用的library是openGL。而这个library其实是无论用什么语言都没问题的。
s********1
发帖数: 581
25
做graphics的researcher一般要使用,熟悉maya吗?
听说maya做的3D视觉效果更好,就是速度太慢,所以只能用在电影特技里。C++和
openGL的速度快,但做的3D视觉效果明显差一截,主要用在游戏里。
请问:大学和研究院做graphics的professor/researcher好像只用C++和openGL,从没
听说他们使用maya.为什么?
k*****G
发帖数: 697
26
想请教Dell T110 server的问题,initially no operating system installed,
integrated Video Card weak(only support 1024*760 resolution)
自己做了如下工作:
1, 安装Windows Vista,顺利。
2,重新装Windows 7 Enterprise,顺利
3,安装EVGA GeForce 512MB DDR2 显卡,连接VGA Cable后monitor没有图像显示。
4, 网上做research, 发现需要进BIOS disable integrated Graphic card。
5,Reboot,进BIOS disable integrated video card,用VGA cable 连接monitor。初
始有Windows 7 启动图像,随后黑屏。
6,Reboot,用HDMI cablel从installed graphic card连接monitor, 初始有Windows 7
启动图像,随后闪过蓝屏报错,黑屏。
7,Reboot, 进BIOS ena
m****e
发帖数: 16
27
请教Silicon Graphics Indigo R4000和现在的主流pc配置(2.4GCPU, 512Mmemory)得性
能有没有可比性阿?
下面是我找到的r4000得配置
This is a machine I'd drooled over since it's inception around 1989/1990. It
just looked so cool. The purple tower design is a real classic, one of the
best looking SGI machines ever made. This particular model is no slouch
either. It's an R4400 running at 150Mhz, with 96Megs of RAM and the Elan
Graphics option.
我想比较一下10年前的算法(R4000上运行的)和我的算法。
谢勒!
f*******a
发帖数: 80
28
Computer graphics and computer vision, in my opinion, are two different
paradigms. Computer graphics is related on drawing three objects and animate
their interaction according physical laws. You would look at problems on
mesh generation, 3d rendering, etc. OpenGL is the primary library and C++ is
commonly used for its efficiency.
computer vision is on image processing. Topics include segmentation, feature
extraction, movement tracking, etc. In electrical engineering, people use
MATLAb and assoc
s********1
发帖数: 581
29
computer vision要用到machine learning中的graphical model吗?
graphical model在哪些领域用得比较多? 为什么? 据说language processing用得多
一些。
谢谢!
m****g
发帖数: 810
30
【 以下文字转载自 SanDiego 讨论区 】
发信人: maoing (SABRE), 信区: SanDiego
标 题: Graphics ASIC Verification opennings
发信站: BBS 未名空间站 (Wed Apr 14 02:43:22 2010, 美东)
Our group has several Verification opennings for Graphics (2D/3D) ASIC.
Prefer handson skills but may also consider excellent entry level candidates
. Will be exposed to Vera/System Verilog/VHDL/Verilog/OOP/RVM environment.
Required to be relocated to San Diego, CA if not local.
f******e
发帖数: 6488
31
all in Santa Clara Valley
check the number on-line for detail
you can ask me to do a referral (very few success in past)
or you can submit the resume on-line yourself
Algorithms Development Engineer
Job Number: 28955719
Camera Algorithms Developer
Job Number: 28955835
Display Systems Engineer
Job Number: 27821817
Embedded Capture Framework Engineer
Job Number: 28955628
Game Technologies Engineer
Job Number: 27822554
GPU Developer Technology Engineer
Job Number: 28986058
GPU Driver Architecture E... 阅读全帖
s********1
发帖数: 581
32
computer vision要用到machine learning中的graphical model吗?
graphical model在哪些领域用得比较多? 为什么? 据说language processing用得多
一些。
谢谢!
g**********t
发帖数: 475
33
Jordan MI, An Introduction to Probabilistic Graphical Models, in preparation
不少学校用这本未出版的书做graphical model的入门教材。哪位童鞋如有此书稿请发
到我的邮箱里,包子谢
p***************[email protected]
C******g
发帖数: 2930
C******g
发帖数: 2930
35
It seems that as soon as Final Fantasy XIII released, the hype train at
Square Enix began for Final Fantasy Versus XIII. In a Japanese magazine
interview, Nomura has been detailing Final Fantasy Versus XIII, and things
are looking promising:
- The in game graphics have been upgraded, so much so that there is no real
difference between the CGI (prerendered video) and the graphics in game.
- More detailed information regarding the development of Agito XIII and
Versus XIII to come in early 2010.
-
w*******y
发帖数: 60932
36
Sparkle GeForce GTX 460 768MB GDDR5 PCIe 2.0 x16 Graphics Card:
http://l2.microcentermail.com/C2L/jj.aspx?pid=uy5qnqzHiLU$&odid=uFtkSlfjfvQ$&sid=BPjTsYPle3oEj2FALvKYQQ$$&aid=4YarlU2IIfM$&URL=L2_llqalf8vUPJjLML8ez8yPjyeUQvB-pL4P33j9-1nBWj-NxVAKBABUnc4RaB5cbI1pb-Effh3MASiw_P9s_dK3uyhPWq0TxR-wROb2apFDwSzoK3VPwNTmJXfkUau6
Sparkle GeForce GTX460 768MB GDDR5 PCI Express with Native Mini-HDMI
Graphics Card
w*******y
发帖数: 60932
37
Sparkle GeForce GTX460 768MB GDDR5 PCI Express with Native Mini-HDMI
Graphics Card $159.99 with $5.99 shipping, or $6.98 shipping for two cards.
Link:
http://www.microcenter.com/single_product_results.phtml?product_id=0341905
Sparkle GeForce GTX460 768MB GDDR5 PCI Express with Native Mini-HDMI
Graphics Card
Specifications
Features GDDR5 product; Microsoft DirectX 11 support; 40nm Processor
Technology; Native MiniHDMI & HDMI 1.4a support; integrated Audio for HDMI;
Solid capacitors insure reliab
w*******y
发帖数: 60932
38
Link:
Link:
http://www.amazon.com/exec/obidos/ASIN/B002XZLURC
Designed for the on the go Professional and Mobile productivity , the ASUS
UL30VT Notebook features switchable graphics and is equipped with a 13.3"
LED display, 1" thick chassis and 8 Cell Battery that provides 10+ hours of
battery life in shared Video mode. With Switchable Graphics you can go
between nVIDIA G210M 512MB DDR3 Video or Embedded Intel 4500MHD on the fly!
Box Contents: ASUS UL30VT-A1 Notebook, AC Adapter, 8-cell Battery
w*******y
发帖数: 60932
39
10X6.25 inches Graphic Drawing TABLET:
http://www.monoprice.com/products/product.asp?c_id=108&cp_id=10841&cs_id=1084101&p_id=6251&seq=1&format=2
Unleash your inner artist!
This precision tool of graphic artists, illustrators , and draftsmen allows
you to gain precise control of your cursor to draw more accurately while
efficiently reducing the chance of RSI (repetitive strain injuries). Great
for whiteboard demonstratio ns, document annotation, free hand illustration
and use in conjunction wi
w*******y
发帖数: 60932
40
Little Girls' Organic Cotton Assorted Graphic Tees:
http://www.walmart.com/ip/Faded-Glory-Little-Girls-Organic-Cotton-Assorted-Graphic-Tees-2-Pack/14166684
Disney - ' Hannah Montana Pop Rock Glam Glitter Tee:
http://www.walmart.com/ip/Disney-Girls-Hannah-Montana-Pop-Rock-Glam-Glitter-Tee/14146571
$2Girls
Disney - Girls' Hannah Montana Rock Star Tee $3
w*******y
发帖数: 60932
41
Link:
http://www.shopping.hp.com/webapp/shopping/computer_series.do?storeName=computer_store&category=notebooks&series_name=dv6tse_series&aoid=12655&srccode=cii_5784816&cpncode=24-117900296-2
change processor to
Intel(R) Core(TM) i5-560M Dual Core Processor (2.66 GHz, 3MB L3 Cache) with
Turbo Boost up to 3.2GHz
graphics to
1GB ATI Mobility Radeon(TM) HD 5650 switchable graphics [HDMI, VGA] - For
Dual Core Processors
and either RAM to 8gb or storage to 1TB 5200RPM Hard Drive with HP
ProtectSmart ... 阅读全帖
w*******y
发帖数: 60932
42
Fathead wall graphics are life-size action images that you stick on any
smooth surface. You can move them and reuse them and they are safe for walls
. Fathead wall graphics are way better than a poster, much bigger than a
sticker and tougher than a decal
Dimensions: 3'6"W x 4'1"H
Link:
http://www.fathead.com/disney/tangled/rapunzel-tangled/
Price: $89.99 marked down to $29.99
Use code TWENTY
Brings it to 23.99 with free shipping
w*******y
发帖数: 60932
43
Newegg has the TOSHIBA Satellite L655-S5156 Laptop:
http://www.newegg.com/Product/Product.aspx?Item=N82E16834214188
on sale for $430 after a $150 instant savings.
The next cheapest price on google shopping from a reputable merchant is $525
.
See Specs Below:
TOSHIBA
Series Satellite
Model L655-S5156
Part# PSK2CU-0HW01U General
Operating System Windows 7 Home Premium 64-bit
CPU Type Intel Pentium P6200 2.13GHz
Screen 15.6"
Memory Size 4GB DDR3
Hard Disk 320GB
Optical Drive DVD Super Multi
Graphi... 阅读全帖
w*******y
发帖数: 60932
44
President's Day Weekend: automatic Free Shipping on all orders (no minimum)
on ae.com:
http://www.ae.com/web/index.jsp
, aerie.com:
http://www.ae.com/aerie/index.jsp
, and 77kids.com:
http://www.ae.com/77kids/index.jsp
. Checkout with code 29864001 for an additional 20% off your entire order.
Starts Friday, Feb. 18th (12:00 a.m. EST)
Runs through Monday, Feb. 21st (11:59 p.m. PST)
*Prices below reflect 20% discount*
MENSJEANS ON SALE -- $20 & Up:
http://www.ae.com/web/browse/category.jsp?catId=... 阅读全帖
w*******y
发帖数: 60932
45
Office Depot has the MSI 15.6" Intel Core i5 2nd Gen (Sandy) Laptop with USB
3.0 on sale this week for $549.99 plus tax (where applicable). Online, In-
Store, and Store Pick-up. Free Shipping.
LINK:
http://www.officedepot.com/a/products/267882
MSI Product Info:
http://www.msimobile.com/level3_productpage.aspx?cid=9&id=304
Use coupon code 387808746 at checkout for a Free $10 Gas Card.
Item # 267882
Manufacturer # A6400-042US
processor Intel Core i5-2410M 2.3GHz with Turbo Technology
screen 15.6 i... 阅读全帖
w*******y
发帖数: 60932
46
Linky:
http://cgi.ebay.com/Apple-13in-MacBook-Pro-MC700LL-A---Newest-M
#ht_8241wt_1139" rel="nofollow" target="_blank" onclick="_gaq.push(['_
trackEvent', 'thread', 'click', '2902541 - ebay-daily-deal-apple-13.3-
macbook-pro-dualcore-intel-core-i5-2.3ghz-4gb-ram-320gb-hard-drive-intel-hd-
graphics-3000-superdrive-thunderbolt-1050-free-shipping']);">Linky [Linky:
http://cgi.ebay.com/Apple-13in-MacBook-Pro-MC700LL-A---Newest-M
#ht_8241wt_1139" rel="nofollow" target="_blank" onclick="_gaq.push(['_
... 阅读全帖
w*******y
发帖数: 60932
47
$20 OFF - ASUS Eee PC 1015PN-PU17-BK Netbook - Intel Dual-Core Atom N550 1.
5GHz, 1GB DDR3, 250GB HDD, NVIDIA ION Graphics, 10.1" WSVGA, HDMI, 6-Cell,
Windows 7 Starter 32-bit, Black $279.99 after COUPON CODE: HSD31906 link:
http://www.tigerdirect.com/applications/SearchTools/item-detail
This is one of the most powerful 1080p-capable netbooks...
Intel Atom N550 dual-core processor at 1.5GHZ w/ NVIDIA ION 512MB graphics
802.11n wireless newtorking w/ bluetooth 3.0 and HDMI output
6-cell battery r... 阅读全帖
w*******y
发帖数: 60932
48
Linky:
http://cgi.ebay.com/Lenovo-ThinkPad-E520-15.6in-Core-i3-320GB-N
#ht_1449wt_1139" rel="nofollow" target="_blank" onclick="_gaq.push(['_
trackEvent', 'thread', 'click', '3176730 - ebay-daily-deal-lenovo-thinkpad-
edge-e520-1143-core-i3-2310m-2.1-ghz-4gb-ddr3-sdram-320gb-sata-hdd-7200-rpm-
intel-hd-graphics-3000-win-7-pro-430-free-shipping']);">Linky [Linky:
http://cgi.ebay.com/Lenovo-ThinkPad-E520-15.6in-Core-i3-320GB-N
#ht_1449wt_1139" rel="nofollow" target="_blank" onclick="_gaq.push(['_
... 阅读全帖
w*******y
发帖数: 60932
49
Link to ad:
- near top on left side
Link to product online:
http://frys.com/product/6696354
May be available online for shipping in a few hours or so
Specifications:
Operating System: Windows7 Home Premium 64-bit
Processor: IntelPentiumB940 Processor, 2.0GHz, 2MB cache
Graphics: IntelHD Graphics
Memory: 2GB DDR3 (up to 8GB)
Display: 15.6" LED backlit (1366x768), 16:9 widescreen
Hard Drive: 320GB 5400rpm SATA hard drive
Optical Drive: DVD Super Multi Double Layer
Audio: 2 speakers (2 x 1.5W)
Ca... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)