Image Representation Using Java
暂无分享,去创建一个
This chapter covers some basic concepts of gray-level and color image representation. Digital images are logically represented using a matrix of elements, each element having a single value in case of gray-level images and three/four values in case of color images. The chapter also introduces the most used color models and the representation of images provided by Java.
[1] James D. Foley,et al. Fundamentals of interactive computer graphics , 1982 .
[2] Wilhelm Burger,et al. Digital Image Processing - An Algorithmic Introduction using Java , 2016, Texts in Computer Science.