基于区域生长算法的图像分割python_图像分割中区域生长算法的程序设计与实现...
論文編號:DZXX399? 論文字數:12586,頁數:30
摘要
本課題主要研究圖像分割中區域生長算法的程序設計與實現。開發工具選用VC++6.0。通過VC++6.0開發環境中的常用向導和MFC類庫進行程序編譯,并調試和運行。
首先運用直方圖來確定大概得分割準則,然后從某個或者某些像素點出發,進行規則選取像素點,最后得到整個區域,進而實現目標區域的提取。它可將圖中滿足同一特定條件的區域自動的分割出來。
在圖像分割領域中,對一類在照片條件不均勻的情況下排到的實物或圖像進行分割的問題,光線的好塊直接影響圖象分割的結果,而區域生長算法則是解決此問題的一種相對有效的手段,因此對它的研究有著很重要的應用價值與背景。
關鍵字:區域生長,種子點,VC++
Abstract
In this topic main research image division the region growing algorithm is programming with realizes, the tool selects VC++6.0. Carrying on the program compiling through the VC++6.0 development environment is in commonly used guide and a MFC kind of storehouse, and debugs and the movement.
First using the histogram determined that probably the division criterion, then embarks from some or certain picture element spot, carries on the rule selection picture element spot, finally obtains the entire region, then the realizes target sector extraction. It may satisfy attempting in the identical special condition the region automatic division.
In the image division domain, the material object which or the image the platoon arrives in the picture condition non-uniform situation carries on the division to one kind the question, the optical fiber good block immediate influence image division result, but the region growing algorithm solves this question one relatively effective method, therefore has the very important application value and the background to its research.
Keywords:? Regional Growth, Seed Point, VC++
目錄
摘要?I
ABSTRACT?II
第1章 引言?1
1.1 數字圖像處理概念以及發展歷史?1
1.2 研究的背景和意義?2
1.3 國內外研究的現狀以及未來的發展趨勢?3
第2章 開發環境和開發工具介紹?5
2.1 Visual C++ 6.0簡介?5
2.2.1 什么是VC++?5
2.1.2 Visual C++ 6.0的特點?5
2.2 Visual C++ 6.0開發環境中的常用向導(Wizard)簡介?6
2.3 MFC類庫?6
第3章 需求分析?8
3.1 系統需要解決的主要問題?8
3.2 系統應該具備的基本功能?8
第4章 區域生長的概念以及算法?9
4.1 圖像分割的方法分析?9
4.2 區域生長的概念?9
4.3 區域生長具體算法分析?10
4.4 程序實現?14
4.4.1 從文件中讀取BMP文件?14
4.4.2 簡要流程?14
4.5 結果分析?15
第5章 展望和總結?17
5.1 展望?17
5.1.1關于區域生長的一些其他方面的認識?17
5.1.2 區域生長分割法分類?17
5.2 區域生長的應用領域?17
5.3 結束語?18
致謝?20
參考文獻?21
附錄 主要程序代碼?22
圖像分割中區域生長算法的程序設計與實現相關論文
總結
以上是生活随笔為你收集整理的基于区域生长算法的图像分割python_图像分割中区域生长算法的程序设计与实现...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: war 发布后页面不更新_一文看懂tom
- 下一篇: python实现文件上传功能_pytho