当前位置: 首页 > 软件库 > iOS代码库 > 图像(Image) >

simple-iphone-image-processing

授权协议 BSD
开发语言 Objective-C
所属分类 iOS代码库、 图像(Image)
软件类型 开源软件
地区 不详
投 递 者 隗新霁
操作系统 iOS
开源组织
适用人群 未知
 软件概览

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

示例代码:

// 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.90
ImageWrapper *edges=greyScale.image->gaussianBlur().image->cannyEdgeExtract(0.3,0.7);
// show the results
resultImage.image=edges.image->toUIImage();

  • 扫描wifi信息: http://code.google.com/p/uwecaugmentedrealityproject/ http://code.google.com/p/iphone-wireless/ 条形码扫描: http://zbar.sourceforge.net/iphone/sdkdoc/install.html tcp/ip的通讯协议: http://code.google.

  •   Recently there have been some interesting developer news related to working with images on the iPhone. First there is Chris Greening’s open source project simple-iphone-image-processing, that provid

 相关资料
  • sis simple image server 为简单而生 如今的互联网时代图片存储服务随处可见,实现方案也是五花八门,那么有没有一个开袋即食的方案呢?粗略找了一圈,zimg似乎是我最想要的,但一看长长的依赖安装列表顿时望而却步,虽然开袋即可吃了,但这袋子也太难开了点,手撕牙咬都不行,感觉要上剪刀。 于是sis诞生了,如果你也有这需求,赶紧拿走,别无他求,给加个星吧。 sis宪法: 程序安装不需前

  • 实现图片的截图和旋转功能。可以手指拖动截图框。 [Code4App.com]

  • JLOSChina-iPhone 是为开源中国重做一个新的客户端,目标易维护,结构简单,KISS!希望年前能及时发布,作为给各位OSCers的马年礼物 :)

  • 这是一个 iPhone 浏览器在 Windows 系统下的模拟器。

  • lastfm-iphone 是 last.fm 官方的 iPhone 客户端

  • Qt-iPhone 是为了让 iPhone 支持 Qt 开发的项目。