freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于自適應(yīng)閾值的視網(wǎng)膜圖像分割及其程序設(shè)計(jì)畢業(yè)設(shè)計(jì)論文-閱讀頁

2024-09-17 17:24本頁面
  

【正文】 獲取處理及實(shí)踐應(yīng)用 [M].北京:人民郵電出版社 ,2020. [3] 王植 ,賀賽先 .一種基于 Canny 理論的自適應(yīng)邊緣檢測(cè)方法 [J].中國圖象圖形學(xué)報(bào) ,2020, 9 (8): 957962. [4] 戴培山 ,王博亮 ,鞠穎 . 視網(wǎng)膜血管圖像分割及眼底血管三維重建 [J].自動(dòng)化學(xué)報(bào) ,2020, 35 ( 9): 11651176. [5] 周鮮成 . 圖像分割方法及其應(yīng)用研究綜述 [J].信息技術(shù)報(bào), 2020,24( 12):1114. [6] Ayala G, Leon T, Zapater V. Different averages of a fuzzy set with an application to vessel segmentation[J].IEEE Transactions on Fuzzy Systems, 2020, 13 (3) :384393. [7] 朱宏擎 .基于灰度 梯度共生矩陣的視網(wǎng)膜血管分割方法 [J].上海交通大學(xué)學(xué)報(bào),2020, 38 (9): 14851488. [8] 張惠蓉 .眼微循環(huán)及其相關(guān)疾病 [M].北京:北京醫(yī)科大學(xué)中國協(xié)和醫(yī)科大學(xué)聯(lián)合出版社 , 1993. [9] 吳振中 .現(xiàn)代臨床眼科學(xué) [M].長沙 :湖南科學(xué)技術(shù)出版社 , 1996. [10] 湯 敏,王惠男 .彩色視網(wǎng)膜血管圖像的自動(dòng)分割算法 [J].儀器儀表學(xué)報(bào) , 2020, 28( 7) : 12811285. [11] 姚暢,陳后金,李居朋 .基于過渡區(qū)提取的視網(wǎng)膜血管分割方法 [J].電子學(xué)報(bào),2020, 36 (5): 974978. [12] 潘立豐,王利生 .一種視網(wǎng)膜血管自適應(yīng)提取方法 [J].中國圖象圖形學(xué)報(bào), 2020, 11 (3): 310316. [13] 趙凡 .一種基于邊緣檢測(cè)的視網(wǎng)膜圖像的分割方法 [J].陜西工學(xué)院學(xué)報(bào), 2020, 19 (2): 3233. [14] Zhu H Q, Shu H Z, Luo L M. Blood vessels segmentation in retina via wavelet 寧波工程學(xué)院本科畢業(yè)設(shè)計(jì)論文 22 transforms using steerable filters[J].Proceedings of the 17th IEEE Symposium on ComputerBased Medical Systems 2020, 2020: 316321. [15] Y. Zhang, et al., ―Detection of retinal blood vessels based on nonlinear projections,‖ J. Signal processing Systems, Vol. 55, pp. 103112, 2020. [16] E. W. Dijkstra, ―A note on two problems in connexion with graphs,‖ Numerische Mathematik, 1, pp. 269271, 1959. [17] H. Azegrouz, E. Trucco, ―MAXMIN CENTRAL VEIN DETECTION IN RETIONAL FUNDUS IMAGES,‖ IEEE International Conference on Image Processing (ICIP 2020), pp. 19251928, 2020. [18] M. S. Mabroukl, ―Survey of Retinal Image Segmentation and Registration,‖ GVIP Journal, Vol. 6 (2), pp. 111, 2020. [19] X. Falcao, et al., ―An ultrafast usersteered image segmentation pardigm: live wire on the fly,‖ IEEE Trans On Medical Imageing, Vol. 19 (1), pp. 5562, 2020. 寧波工程學(xué)院本科畢業(yè)設(shè)計(jì)論文 23 附錄 核心代碼 由于本研究的軟件實(shí)現(xiàn)用了開源框架 CxImage,而 CxImage 源碼較長,讀者在網(wǎng)上可以比較容易地找到,故附錄里只給出了本研究的核心算法的源碼。 long w, h, x, y。 DlgCanny dlg。 Stopwatch(0)。 h = imageGetHeight()。 /* The input image */ unsigned char *edge。 /* The dimensions of the image. */ float sigma, /* Standard deviation of the gaussian kernel. */ tlow, /* Fraction of the high threshold in hysteresis. */ thigh。 tlow = 。 img = (unsigned char *) calloc(w*h,sizeof(unsigned char))。 for (y = 0。y++) { for(x =0。x++) { img[y*w+x] = (imageGetPixelColor(x,y)).rgbGreen。 free(img)。 for (y = 0。y++) { for(x =0。x++) { = edge[y*w+x]。 = edge[y*w+x]。 } } free(edge)。 if (NewDocg) { NewDocgimage = newb。 (Canny Edge from %s,GetTitle())。 NewDocgUpdateAllViews(0,WM_USER_NEWIMAGE)。 UpdateStatusBar()。 } } void CDemoDoc::OnUpdateCximageCanny(CCmdUI* pCmdUI) { // TODO: Add your mand update UI handler code here m_MenuCommand=ID_CXIMAGE_CANNY。 } void CDemoDoc::OnCximageZhou() { // TODO: Add your mand handler code here } void CDemoDoc::OnUpdateCximageZhou(CCmdUI* pCmdUI) { // TODO: Add your mand update UI handler code here } 寧波工程學(xué)院本科畢業(yè)設(shè)計(jì)論文 26 void CDemoDoc::OnCximageDu() { // TODO: Add your mand handler code here if (image==NULL) return。 CxImage *newg = new CxImage()。 long w, h, x, y。 //long x1,y1,x2,y2,x3,y3,x4,y4。 //BYTE th_l。 Stopwatch(0)。 h = imageGetHeight()。 edgeimg = (BYTE *)malloc((w)*(h)*sizeof(BYTE))。yh。 xw。 if((x+1)wamp。(x1)=0amp。(y+1)hamp。(y1)=0) { v += imageGetPixelIndex(x+1,y1)。 v += imageGetPixelIndex(x+1,y+1)。 v = 2*imageGetPixelIndex(x1,y)。 } edgeimg[y*w+x] = v。yh。 xw。 imageSetPixelIndex(x,y,v)。 hThread=(HANDLE)_beginthread(RunCxImageThread,0,this)。 long w, h, x, y。/// obtain the width of image h = imageGetHeight()。// convert the color image into gray image/ BYTE v, *edge。/// save processed results ////processing for(y = 0。 y++) { for (x = 0。 x++) { v = imageGetPixelIndex(x,y)。 } } //// output result for(y = 0。 y++) { for (x = 0。 x++) { imageSetPixelIndex(x,y,edge[y*w+x])。 hThread=(HANDLE)_beginthread(RunCxImageThread,0,this)。 long w, h, x, y。 double v。/// obtain the width of image h = imageGetHeight()。// convert the color image into gray image/ BYTE *thd_img。/// save processed results ///(1 1 1。 1 1 1)/12 for (y = 0。 y++) { for (x =0。 x++) { v =0。 for (l=2。l++) { for(k=2。k++) { if((y+l)=0amp。(y+l)hamp。(x+k)=0amp。(x+k)w) 寧波工程學(xué)院本科畢業(yè)設(shè)計(jì)論文 30 { v+= imageGetPixelIndex(x+k,y+l)。 } } } v/=c。 else thd_img[y*w+x]=0。 y h。 x w。 } } free(thd_img)。 hThread=(HANDLE)_beginthread(RunCxImageThread,0,this)。 long w, h, x, y。 double v。/// obtain the width of image h = imageGetHeight()。// convert the color image into gray image/ BYTE *thd_img。/// save processed results ///(1 1 1。 1 1 1)/12 for (y = 0。 y++) { for (x =0。 x++) { v =0。 for (l=2。l++) { for(k=2。k++) { if((y+l)=0amp。(y+l)hamp。(x+k)=0amp。(x+k)w) { v+= imageGetPixelIndex(x+k,y+l)。 } } 寧波工程學(xué)院本科畢業(yè)設(shè)計(jì)論文 32 } v/=c。 else thd_img[y*w+x]=0。 y h。 x w。 } } free(thd_img)。 hThread=(HANDLE)_beginthread(RunCxImageThread,0,this)。本人在程序的整體架構(gòu)上的基礎(chǔ)比較薄弱,張教授放棄周末休息時(shí)間為我指導(dǎo),使我對(duì)程序編寫思路茅塞頓開。 除設(shè)計(jì)課題外,張教授還跟我對(duì)大學(xué)的學(xué)習(xí)和生活聊了很多,大家的大學(xué)學(xué)習(xí)生活過于散漫,養(yǎng)成這樣的學(xué)習(xí)習(xí)慣會(huì)影響以后的工作,教導(dǎo)我做什么事都不能浮躁,要踏實(shí)和端正態(tài)度,這樣才能做好,做成功每一件事情。在此再次感謝。 圖 13 軟件的可執(zhí)行文件 圖 14 軟件運(yùn)行后的主界面 2) 鼠標(biāo)左擊 File 菜單,在下拉列表中選中 Open… 選項(xiàng)并按下鼠標(biāo)確定。打開后如圖 16。
點(diǎn)擊復(fù)制文檔內(nèi)容
法律信息相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1