代码搜索:图像比对

找到约 10,000 项符合「图像比对」的源代码

代码结果 10,000
www.eeworm.com/read/156725/11782274

m 分割图像微小结构.m

I=imread('pearlite.tif'); subplot(2,2,1),imshow(I),title('原始图像'); Ic=imcomplement(I); BW=im2bw(Ic,graythresh(Ic)); subplot(2,2,2),imshow(BW),title('阈值截取分割后图像'); se=strel('disk',6); BWc=imclose(B
www.eeworm.com/read/156038/11833201

h 图像增强技术doc.h

// 图像增强技术Doc.h : interface of the CMyDoc class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_DOC_H__D3D402CB_6534_11D6_8DF1_5254AB3A9FFE__INCLU
www.eeworm.com/read/156038/11833225

rc2 图像增强技术.rc2

// // 图像增强技术.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED ////
www.eeworm.com/read/156038/11833242

cpp 图像增强技术doc.cpp

// 图像增强技术Doc.cpp : implementation of the CMyDoc class // #include "stdafx.h" #include "图像增强技术.h" #include "图像增强技术Doc.h" //个人加入的头文件 #include "windowsx.h" #include "math.h" #include "mem
www.eeworm.com/read/156038/11833284

h 图像增强技术view.h

// 图像增强技术View.h : interface of the CMyView class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_VIEW_H__D3D402CD_6534_11D6_8DF1_5254AB3A9FFE__IN
www.eeworm.com/read/156038/11833304

cpp 图像增强技术view.cpp

// 图像增强技术View.cpp : implementation of the CMyView class // #include "stdafx.h" #include "图像增强技术.h" #include "图像增强技术Doc.h" #include "图像增强技术View.h" #ifdef _DEBUG #define new DEBUG_NEW #und