导航:首页 - 图像处理库 simple-iphone-image-processing

图像处理库 simple-iphone-image-processing
作者:drermsky2 来源:www.szedu.net 更新日期:2014-9-28

  声明:此内容仅代表网友个人经验或观点,不代表本网站立场和观点。

  这是 iPhone 上一个简单的图像处理库。支持的图像操作包括:

  Canny edge detection - http://en.wikipedia.org/wiki/Canny_edge_detection

  Histogram equalisation - http://en.wikipedia.org/wiki/Histogram_equalisation

  Skeletonisation - http://en.wikipedia.org/wiki/Topological_skeleton

  Thresholding, adaptive and global - http://en.wikipedia.org/wiki/Thresholding_(image_processing)

  Gaussian blur (used as a preprocessing step for canny edge detection) - http://en.wikipedia.org/wiki/Gaussian_blur

  Brightness normalisation - http://en.wikipedia.org/wiki/Normalization_(image_processing)

  Connected region extraction - http://en.wikipedia.org/wiki/Blob_extraction

  Resizing - uses interpolation

  示例代码:

  // convert to grey scale and shrink the image by 4 - this makes processing a lot faster!ImageWrapper *greyScale=Image::createImage(srcImage, srcImage.size.width/4, srcImage.size.height/4);// do a gaussian blur and then extract edges using the canny edge detector// you can play around with the numbers to see how it effects the edge extraction// typical numbers are  tlow 0.20-0.50, thigh 0.60-0.90ImageWrapper *edges=greyScale.image->gaussianBlur().image->cannyEdgeExtract(0.3,0.7);// show the resultsresultImage.image=edges.image->toUIImage()


报 名 此 课 程 / 咨 询 相 关 信 息
【预约登门】 【网上咨询】 【订座试听】 【现在报名】
课程名称
图像处理库 simple-iphone-image-processing
真实姓名
* 性 别
联系电话
* E-mail:
所在地区
咨询内容

      

相关文章:

Copyright© 2004-2017 www.szedu.net 深圳教育在线 版权所有
中国·深圳 粤ICP备06023013号