Computer Science An Overview _J. Glenn Brookshear _11th Edition

The task of understanding general images is usually approached as a two-

step process: (1)
image processing,
which refers to identifying characteristics of
the image, and (2)
image analysis,
which refers to the process of understanding
what these characteristics mean. We have already observed this dichotomy in
the context of recognizing symbols by means of their geometric features. In that
situation, we found image processing represented by the process of identifying
the geometric features found in the image and image analysis represented by the
process of identifying the meaning of those features.
 
Image processing entails numerous topics. One is edge enhancement, which is

the process of applying mathematical techniques to clarify the boundaries between
regions in an image. In a sense, edge enhancement is an attempt to convert a
photograph into a line drawing. Another activity in image analysis is known as
region finding. This is the process of identifying those areas in an image that have

common properties such as brightness, color, or texture. Such a region probably
represents a section of the image that belongs to a single object. (It is the ability to
recognize regions that allows computers to add color to old-fashioned black and
white motion pictures.) Still another activity within the scope of image processing
is smoothing, which is the process of removing flaws in the image. Smoothing keeps
errors in the image from confusing the other image-processing steps, but too much
smoothing can cause the loss of important information as well.
Smoothing, edge enhancement, and region finding are all steps toward iden-
tifying the various components in an image. Image analysis is the process of
determining what these components represent and ultimately what the image
means. Here one faces such problems as recognizing partially obstructed objects
from different perspectives. One approach to image analysis is to start with an
assumption about what the image might be and then try to associate the compo-
nents in the image with the objects whose presence is conjectured. This appears
to be an approach applied by humans. For instance, we sometimes find it hard to
recognize an unexpected object in a setting in which our vision is blurred, but
once we have a clue to what the object might be, we can easily identify it.
 

最新文章

  1. C语言 链表排序
  2. one_person年轻的程序员
  3. R语言-基本数据管理
  4. DevOps Workshop 研发运维一体化第一场(微软亚太研发集团总部)
  5. 【java】企业级分布式搜索平台Solr视频教程
  6. Compiler Warning (level 3) C4800
  7. 7.PHP内核探索:Apache模块介绍
  8. ACM之数学题
  9. C#入门教程(一)–.Net平台技术介绍、C#语言及开发工具介绍-打造C#学习教程
  10. 【BZOJ2199】 [Usaco2011 Jan]奶牛议会
  11. 程序员面试题精选100题(33)-在O(1)时间删除链表结点[数据结构]
  12. MVC路由规则以及前后台获取Action、Controller、ID名方法
  13. Gym 101102C Bored Judge(set--结构体集合)
  14. Swift 了解(1)
  15. springMVC(3)---利用pdf模板下载
  16. 在表格中,th scope="row"和th scope="col"中的scope属性的用法及意义
  17. spring mvc中的注解说明
  18. PHP workMan webSocket 转发器
  19. Spring Boot 学习视频
  20. Activity的onPause()、onStop()和onDestroy()里要做的事情

热门文章

  1. oracle体系结构详细示意图
  2. CPU的性能对比
  3. Individual Project - Word frequency program-11061171-MaoYu
  4. android 页面停几秒后跳转
  5. Excel文件导入SQL Server数据库表
  6. CDH中,如果管理CM中没有的属性
  7. 常见的文件上传方法有哪些?Ajax文件上传原理是什么?
  8. Ajax本地跨域问题
  9. 基于Extjs的web表单设计器 第七节——取数公式设计之取数公式的使用
  10. Cyclic Nacklace[HDU3746]