OpenCV 2 Computer Vision Application Programming Cookbook - Robert Laganière

OpenCV 2 Computer Vision Application Programming Cookbook

Robert Laganière

出版时间

2011-05-23

ISBN

9781849513241

评分

★★★★★
精彩摘录
  • "When the cv::Mat object goes out of scope, the memory allocated is automatically released. This is very convenient because you avoid having problems with memory leaks. Moreover, the cv::Mat class implements reference counting and shallow copy such that when an image is assigned to another one, the i"
  • "When the ima local variable goes out of scope, this variable is de-allocated, but since the associated reference counter indicates that its internal image data is being referred by another instance (that is the gray variable) its memory block is not released."
用户评论
用实例学习非常有助于入门。(补标:2014夏)
还不错 c++接口的opencv资料很少的
cookbook
很好的入门书
配套代码还行,在有少量错误的情况下,还是值得借鉴的。 但书本内容就不敢恭维了,简略,很多东西一笔带过,。。。。。。。。。。。。。
不仅仅是一本介绍opencv 2的书,还渗透着软件工程和gui设计的方方面面,对初学者的我帮助很大。
很不错的一本入门级别的工具书,里面有存在各种案例,也有详细的函数用法与原理解析,值得一看!
很实用,但是很多地方有瑕疵,总体来说还是很好的。对于介绍库的书,适合用来做参考。
深入浅出cpp
收藏