CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - Image Process

搜索资源列表

  1. LCamer

    1下载:
  2. 用于Symbian手机上面,摄像头采集图像的程序,希望给大家一点帮助-for Symbian cell phone, camera image acquisition process, we hope to help 1:00
  3. 所属分类:Symbian

    • 发布日期:2008-10-13
    • 文件大小:11712
    • 提供者:golfchen
  1. Mocor-PlatformMMI-Developer-Guide-

    0下载:
  2. Mocor平台MMI开发指南(For Customer) 本文档包括三篇内容,分别为: 第一篇:基础篇,讲述了模拟器的使用,以一个小程序为基础描述了窗口的创建,并探讨了 app 模块化原理以及资源的生成和 NV的使用等问题; 第二篇:GUI 会图篇。本篇讲述了文本、图像、图像的绘制,并集中讲述了控件的使用等; 第三篇:提高篇:本篇主要讲述消息机制,并分析了平台的软件结构和 MMI初始化过程。在该篇中,我们还探讨了平台的内存使用,以及如何 Debug等问题. 本文档主要针
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-14
    • 文件大小:3901946
    • 提供者:李庭向
  1. image-process

    0下载:
  2. android中graphic类中的图像的应用处理,包括字母串的绘制,动画,旋转等-android in the graphic image of the application class processing, including the letter string drawing, animation, rotation, etc.
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:1005395
    • 提供者:马仁俊
  1. OpenGLForJ2me

    0下载:
  2. j2me手机应用开发环境下的图形图像例子程序,利用opengl接口渲染程序-j2me mobile application development environment graphics image example procedures, the use of opengl interface rendering process
  3. 所属分类:J2ME

    • 发布日期:2017-04-25
    • 文件大小:35546
    • 提供者:xghe
  1. HOU_310_ADC_vido_RS232

    0下载:
  2. F310的完整代码,实现从模拟端口对视频信号采样,并将所采得的图像信息以RS232方式发送到上位机PC中,并在上位机实现图像的还原过程。-F310 complete code, realize from analog port for video signal sampling, and collected by the image information to RS232 mode is sent to the host computer PC, and PC realize image re
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:3456
    • 提供者:侯杰
  1. picture

    0下载:
  2. 图像处理的介绍与分析,详细介绍了图像处理的流程,并给予图像说明-Introduction of image processing and analysis, detailed process of image processing and image descr iption given
  3. 所属分类:3G develop

    • 发布日期:2017-06-13
    • 文件大小:20599154
    • 提供者:韩静
  1. serial_labview

    0下载:
  2. 描述LabVIEW编写的串口自发自收的历程,还带有图片显示的功能-LabVIEW serial written descr iption of the spontaneous process of self-collected, but also with the image display function
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:24202
    • 提供者:甄欢
  1. SymbianImage

    0下载:
  2. Symbian图像处理,在开发过程中一些总结的经验资料。希望对大家有用。-Symbian image processing, in the development process in a number of lessons learned information. Hope to be useful.
  3. 所属分类:Symbian

    • 发布日期:2017-04-01
    • 文件大小:435681
    • 提供者:jetlijie
  1. Android-system-boot-analyze-

    0下载:
  2. Android系统启动过程分析 本文主要介绍Android系统的启动过程,以Androidinit进程之后部分为主,init之前部分同标准Linux内核启动完全相同。于Android启动过程复杂,涉及C、C++及java部分内容,本文以流程分析为主线旨在让大家在分析Android系统时有个清晰的思路。鉴于本人水平有限,如有阐述不正之处,还请不吝指正,感激不尽! 系统启动大致可分为一下几个阶段: • bootloader---初始化、从Flash读取Kernel镜像及一些必
  3. 所属分类:android

    • 发布日期:2017-03-22
    • 文件大小:22388
    • 提供者:netwalk
  1. Android-start-boot-analyze-

    0下载:
  2. Android系统启动过程分析 本文主要介绍Android系统的启动过程,以Androidinit进程之后部分为主,init之前部分同标准Linux内核启动完全相同。于Android启动过程复杂,涉及C、C++及java部分内容,本文以流程分析为主线旨在让大家在分析Android系统时有个清晰的思路。鉴于本人水平有限,如有阐述不正之处,还请不吝指正,感激不尽! 系统启动大致可分为一下几个阶段: • bootloader---初始化、从Flash读取Kernel镜像及一些必
  3. 所属分类:android

    • 发布日期:2017-03-24
    • 文件大小:22387
    • 提供者:netwalk
  1. PictureDemo

    0下载:
  2. Android相机拍照、相册选取后直接显示以及截图后显示,解决因Bitmap导致的内存溢出问题,源码实现过程部分注释讲解:   将保存在本地的图片取出并缩小后显示在界面上、由于Bitmap内存占用较大,这里需要回收内存,否则会报out of memory异常、将处理过的图片显示在界面上,并保存到本地、使用ContentProvider通过URI获取原始图片、为防止原始图片过大导致内存溢出,这里先缩小原图显示,然后释放原始Bitmap占用的内存、释放原始图片占用的内存,防止out of me
  3. 所属分类:android

    • 发布日期:2017-12-09
    • 文件大小:1179149
    • 提供者:hpudn5
  1. javapicture

    0下载:
  2. Java照片合成程序示例,只是进行简单的图片合成处理,合并后生成新的图片,有兴趣的可参考源代码-Java photo synthesis program example, just a simple image synthesis process, after the merger to generate a new image, interested can refer to the source code
  3. 所属分类:android

    • 发布日期:2017-04-14
    • 文件大小:2731
    • 提供者:gpudn27
  1. tess

    0下载:
  2. tesseract对文本资料进行扫描,然后对图像文件进行分析处理,获取文字及版面信息-tesseract Scan the text data, and then analyze and process the image file, text and layout information acquisition
  3. 所属分类:android

    • 发布日期:2017-05-03
    • 文件大小:640239
    • 提供者:cy
  1. Algorithms

    0下载:
  2. This booklet is intended only as a general introduction to hyperspectral imaging. In TNTmips, hyperspectral images can be processed and analyzed using the Hyperspectral Analysis process (choose Image / Hyperspectral Analysis the TNTmips menu).
  3. 所属分类:Windows Mobile

    • 发布日期:2017-05-09
    • 文件大小:1980592
    • 提供者:ngocan
  1. android_ocr

    1下载:
  2. OCR (Optical Character Recognition,光学字符识别)是指电子设备(例如扫描仪或数码相机)检查纸上打印的字符,通过检测暗、亮的模式确定其形状,然后用字符识别方法将形状翻译成计算机文字的过程;即,针对印刷体字符,采用光学的方式将纸质文档中的文字转换成为黑白点阵的图像文件,并通过识别软件将图像中的文字转换成文本格式,供文字处理软件进一步编辑加工的技术。如何除错或利用辅助信息提高识别正确率,是OCR最重要的课题,ICR(Intelligent Character Reco
  3. 所属分类:android

    • 发布日期:2016-02-26
    • 文件大小:29406208
    • 提供者:Addsoup
  1. slatec_test2

    0下载:
  2. arallel implementation, and its portfolio optimization, machine learning, image processing, process control, evolutionary neural networks, Fuzzy Pattern Recognition and Artificial Life
  3. 所属分类:Fax program

    • 发布日期:2017-04-13
    • 文件大小:2245
    • 提供者:mojtaba
  1. GestureAnim

    0下载:
  2. 图像手势浏览器 程序启动后主界面显示一张图片,用户可以通过以下手势切换图片资源: 左滑动距离超过60dp:显示下一张图片 右滑动距离超过60dp:显示上一张图片 图片切换的过程中必须包含切换动画: 左滑动切图:旧图片向左移动并渐隐,新图片从右侧出现并渐现 右滑动切图:旧图片向右移动并渐隐,新图片从左侧出现并渐现 关联知识点 制定手势并配置相应的响应事件 使用文件配置translate补间动画 使用文件配置alpha补间动画-Gesture image br
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2559215
    • 提供者:Younger
  1. JavaPEclipse

    0下载:
  2. Android图像处理(颜色矩阵,像素,色相,透明度,亮度) Picasso图片加载处理指定大小旋转 高斯模糊 仿美图秀秀实现图片相框、贴纸、文字编辑、滤镜功能,相框可以根据 所给的点自动生成对应的相框 相册选择、拍照、缩放、裁减 源码 2个图片拼接城一张图片-Android image processing (color matrix, pixel, hue, transparency, brightness) Picasso image loading process the
  3. 所属分类:android

    • 发布日期:2017-12-20
    • 文件大小:56467456
    • 提供者:cs
  1. dp763

    0下载:
  2. Including the final calculation of the compressed image peak signal to noise ratio and compression of the source, Correlation analysis process matlab method, Data packet transfer source program.
  3. 所属分类:GPS编程

    • 发布日期:2017-12-15
    • 文件大小:8192
    • 提供者:pjppvm
  1. imageusb

    0下载:
  2. ImageUSB is a free utility which lets you write an image concurrently to multiple USB Flash Drives. Capable of creating exact bit-level copies of USB Flash Drive (UFDs), ImageUSB is an extremely effective tool for the mass duplication of UFDs. Unl
  3. 所属分类:USB编程

    • 发布日期:2018-04-22
    • 文件大小:1111040
    • 提供者:d3nz1g
« 12 »
搜珍网 www.dssz.com