国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

matlab圖象特效處理.rar

RAR格式版權(quán)申訴手機(jī)打開(kāi)展開(kāi)

matlab圖象特效處理,matlab圖象特效處理2萬(wàn)字 56頁(yè)包括開(kāi)題報(bào)告,任務(wù)書,論文正文,源代碼摘要近年來(lái),計(jì)算機(jī)圖像技術(shù)的飛速發(fā)展使個(gè)人電腦上的美術(shù)創(chuàng)作進(jìn)入一個(gè)新的階段,各種圖像處理軟件也越來(lái)越完善,普及程度不斷的提高。我們可以對(duì)圖像進(jìn)行修飾、對(duì)圖形進(jìn)行編輯、對(duì)圖像的色彩進(jìn)行處理等。在實(shí)際生活和工作中,人們可以對(duì)數(shù)碼照相機(jī)拍攝下來(lái)的照片...
編號(hào):78-34644大小:8.57M
分類: 論文>通信/電子論文

該文檔為壓縮文件,包含的文件列表如下:

內(nèi)容介紹

原文檔由會(huì)員 劉麗 發(fā)布

Matlab圖象特效處理
2萬(wàn)字 56頁(yè)
包括開(kāi)題報(bào)告,任務(wù)書,論文正文,源代碼


摘要
近年來(lái),計(jì)算機(jī)圖像技術(shù)的飛速發(fā)展使個(gè)人電腦上的美術(shù)創(chuàng)作進(jìn)入一個(gè)新的階段,各種圖像處理軟件也越來(lái)越完善,普及程度不斷的提高。我們可以對(duì)圖像進(jìn)行修飾、對(duì)圖形進(jìn)行編輯、對(duì)圖像的色彩進(jìn)行處理等。在實(shí)際生活和工作中,人們可以對(duì)數(shù)碼照相機(jī)拍攝下來(lái)的照片進(jìn)行編輯和修飾,還可以在原圖像基礎(chǔ)上制作特效效果。如果和其它工具軟件配合使用,則可以進(jìn)行高質(zhì)量的廣告設(shè)計(jì)、美術(shù)創(chuàng)意和三維動(dòng)畫制作。
本文從圖象處理的基本原理開(kāi)始闡述,探討了包括色彩調(diào)整、代數(shù)運(yùn)算、幾何運(yùn)算、濾鏡效果、藝術(shù)效果、扭曲效果和風(fēng)格化七個(gè)模塊的處理。色彩平衡可以按照特定要求改變圖像中每個(gè)像素的亮度值;代數(shù)運(yùn)算可以對(duì)兩幅圖象進(jìn)行代數(shù)運(yùn)算;幾何運(yùn)算可以對(duì)圖象進(jìn)行簡(jiǎn)單的形狀處理;濾鏡效果是針對(duì)相臨像素間的關(guān)系來(lái)處理每個(gè)像素,達(dá)到一種特殊的效果。藝術(shù)效果是可以將圖象加工成精美的“藝術(shù)品” ;扭曲效果可以對(duì)圖像進(jìn)行變形處理;風(fēng)格化屬于破壞性濾鏡,通過(guò)置換像素生成繪畫或印象派的效果。

關(guān)鍵詞:matlab,圖象,圖象處理,圖象特效


Magic effect of image process with matlab


Abstract

In recent years, with the rapid development of computer image process that the creative arts on personal computers have come to a new stage, various image processing software has become more perfect and spread continuously. We can refine the image of graphics, editing the image and process the color of image. In real life and work, people can refine and edit the pictures of digital from camera, and make magic effect base on the origin image. If used with software and other tools, we can conduct high-quality advertising design, creative art and 3D animation.
This paper expound begin with the basic image processing principles, and discussing seven modules of processing including color adjustment, algebra, geometry calculation, and filter effects, artistic effect and distortion effect . The brightness value of each image pixel can be changed by color balance processing in accordance with the specific requirements; algebra processing can perform a mathematical process with two image; geometric processing can change the shape of the images; Base on the relationship of adjacent pixels the filter effect can change each pixel to achieve a special effect. Images can be processed into beautiful "art" by Artistic effect; Images can be deformed by distortion effect processing; Style effects belongs to destructive filter effects, reaching painting or impressionism effect through replacing each pixel.

Key Words:matlab,image,image process,magic effect of image
目錄


1. 緒論 4
1.1 研究動(dòng)機(jī) 4
1.2 研究歷史 4
1.3 研究現(xiàn)狀 5
1.4本文的組織 6
2. 數(shù)字圖象處理概述 6
3. 在MATLAB下實(shí)現(xiàn)的程序基本框架 8
3.1 MATLAB實(shí)現(xiàn)的優(yōu)缺點(diǎn) 8
3.1.1 MATLAB實(shí)現(xiàn)的優(yōu)勢(shì) 8
3.1.2 MATLAB實(shí)現(xiàn)的缺點(diǎn) 9
3.2 實(shí)際設(shè)計(jì)的GUI界面 11
3.3 程序整體流程 11
3.4 本章小結(jié) 12
4.特效算法 12
4.1 圖像色彩和色調(diào)調(diào)整 12
4.2 代數(shù)運(yùn)算 24
4.3幾何運(yùn)算 26
4.4 濾鏡效果 32
4.4.1 模糊濾鏡 32
4.4.2 銳化濾鏡 35
4.4.3 浮雕濾鏡 37
4.4.4 雜點(diǎn) 39
4.5 藝術(shù)效果 40
4.6 扭曲效果 45
4.7 風(fēng)格化 48
4.8 本章小結(jié) 51
總結(jié) 52
感謝 53
參考文獻(xiàn) 54


參考文獻(xiàn)
[8]向世名.Visual C++數(shù)字圖像與圖形處理[M].北京:電子工業(yè)出版社
[9]阮秋琦.數(shù)字圖像處理學(xué)[M].北京:電子工業(yè)出版社.
[10]霍宏濤.數(shù)字圖像處理[M].北京:北京理工大學(xué)出版社.
[11]朱志剛.數(shù)字圖像處理[M].北京:電子工業(yè)出版社.
[12]劉中倉(cāng),王瑞雪.數(shù)字圖像處理技術(shù)現(xiàn)狀與展望[J].計(jì)算機(jī)時(shí)代