Awesome iOSA curated list of awesome iOS frameworks, libraries, tutorials, plugins Xcode, components and much more. The list is divided into categorie...
分类:
移动开发 时间:
2014-11-26 14:08:26
阅读次数:
476
获取摄像机参数是为了来处理图像失真或者实现图像度量 ~~ Unfortunately, this cheapness comes with its price: significant distortion. Luckily, these are constants and with a calib...
分类:
其他好文 时间:
2014-11-26 13:33:20
阅读次数:
489
获取摄像机内部参数矩阵和摄像机畸变参数Test data: use images in your data/chess folder.1,Compile opencv with samples by setting BUILD_EXAMPLES to ON in cmake configuratio...
分类:
其他好文 时间:
2014-11-26 11:14:06
阅读次数:
288
iOS 6 By Tutorials(pdf 文档) By the raywenderlich.com Tutorial Team备注:本人没有怎么翻译过技术型的文章,慢慢翻之。---这本书总共是27章,Chapter 1:Introduction --第一章:入门介绍iOS 6 introduce...
分类:
移动开发 时间:
2014-11-25 14:01:55
阅读次数:
329
写video 需要用到 VideoWriter 视频文件可看作一个容器 视频的类型由视频文件的后缀名来指定 Due to this OpenCV for video containers supports only the avi extension, its first version. A di...
分类:
其他好文 时间:
2014-11-24 22:25:43
阅读次数:
383
OpenCV 的视频操作都与 VideoCapture 相关If this argument is an integer then you will bind the class to a camera, a device. The number passed here is the ID of t...
分类:
其他好文 时间:
2014-11-24 18:31:39
阅读次数:
353
int createTrackbar(const string& trackbarname, const string& winname, int* value, int count, TrackbarCallbackonChange=0, void* userdata=0) Parameters:...
分类:
移动开发 时间:
2014-11-24 16:51:54
阅读次数:
167
图像矩 Moments moments(InputArray array, bool binaryImage=false ) Parameters: array – Raster image (single-channel, 8-bit or floating-point 2D array) or ...
分类:
其他好文 时间:
2014-11-23 22:57:54
阅读次数:
571
凸包 找到物体的轮廓之后,再找其凸包 void convexHull(InputArray points, OutputArray hull, bool clockwise=false, bool returnPoints=true ) Parameters: points – Input 2D p...
分类:
其他好文 时间:
2014-11-23 21:40:11
阅读次数:
316
外接旋转矩形 ,或外接椭圆 RotatedRect minAreaRect(InputArray points) 返回面积最小的外接矩形 RotatedRect fitEllipse(InputArray points) The function calculates the ellipse tha...
分类:
其他好文 时间:
2014-11-23 21:33:27
阅读次数:
364