3D视觉库 fvision2010
- 授权协议: Apache
- 开发语言: C/C++
- 操作系统: Linux
- 软件首页: http://code.google.com/p/fvision2010/
- 软件文档: http://code.google.com/p/fvision2010/w/list
软件介绍
基于OpenCV构建的图像处理和3D视觉库。
示例代码:
ImageSequenceReaderFactory factory;
ImageSequenceReader* reader = factory.pathRegex("c:/a/im_%03d.jpg", 0, 20);
//ImageSequenceReader* reader = factory.avi("a.avi");
if (reader == NULL) { cout<<factory.getErrorMessage()<<endl; exit(1); }
IplImage* frame = NULL;
while ((frame = reader->read()) != NULL) {
process(frame);
}
delete reader;
We Are the Nerds
Christine Lagorio-Chafkin / Hachette Books / 2018-10-2 / USD 18.30
Reddit hails itself as "the front page of the Internet." It's the third most-visited website in the United States--and yet, millions of Americans have no idea what it is. We Are the Nerds is an eng......一起来看看 《We Are the Nerds》 这本书的介绍吧!
