登录
首页 » Special Effects » 包括图像输入(打开文件,捕捉,捕捉图像,从合理的粘贴

包括图像输入(打开文件,捕捉,捕捉图像,从合理的粘贴

于 2022-07-27 发布 文件大小:459.37 kB
0 224
下载积分: 2 下载次数: 1

代码说明:

包括图像输入(打开文件、采集、捕捉图像、从剪贴板粘贴、打开扫描软件、灰度化、添加随机噪声、椒盐噪声、去噪声)、图像处理(几何变换、灰度反转、直方图均衡化、直方图统计、图像复原、边缘提取、伪彩色、二值化、图像变换)、图像输出(另存图像、打印输出、复制到剪贴板)-Including image input (open the file, capture, capture images, paste from the clipboard, open the scanning software, graying, adding random noise, Salt and pepper noise, to noise), image processing (geometric transformation, gray inversion, histogram equalization oriented, histogram statistics, image restoration, edge extraction, pseudo-color, binary, image transform), image output (save the image, print out, copy to clipboard)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 基于mfc的轮廓提取程序,支持多种算子提取轮廓,有边缘检测,hough变换等功能。...
    基于mfc的轮廓提取程序,支持多种算子提取轮廓,有边缘检测,hough变换等功能。-Mfc based on the contour extraction process, supports a wide range of contour extraction operator, has edge detection, hough transform functions.
    2023-03-02 09:00:03下载
    积分:1
  • 数字图像处理中的数字图像提取的源程序
    数字图像处理 利用 c++ 轮廓提取的源程序-digital image processing using c contour extraction of the source
    2022-02-28 09:23:39下载
    积分:1
  • 图像处理逆滤波程序,是一种常见的滤波算法
    图像处理逆滤波程序,是一种常见的滤波算法-Image processing inverse filtering procedures, is a common filtering algorithm
    2022-03-01 09:22:44下载
    积分:1
  • 一个基于VS2003的nems电压驱动梁电阻阻值修正程序,里面有二值化算法。...
    一个基于VS2003的nems电压驱动梁电阻阻值修正程序,里面有二值化算法。-Nems based on the VS2003 beam voltage resistance amendment procedure, there are binarization algorithm.
    2022-06-06 14:45:50下载
    积分:1
  • 经典书籍
    经典书籍-数字图像处理-冈萨雷斯-5程序书里面有但是敲代码可是苦差使!现在为各位解决这个问题。解决各位敲代码的烦恼!These MATLAB functions were created for the book Digital Image Processing Using MATLAB (DIPUM), by R.C. Gonzalez, R.E. Woods, and S.L. Eddins, Prentice Ha-Classic books- digital image processing- Gonzalez-5 procedures book has a laborious task to do but knock on the code but to make! Now for you to solve this problem. To resolve the trouble code you knock! These MATLAB functions were created for the book Digital ImageProcessing Using MATLAB (DIPUM), by RC Gonzalez, RE Woods, andS.L. Eddins, Prentice Ha
    2022-02-03 15:21:55下载
    积分:1
  • 基于Opencv的图像帧抓取程序,可以从摄像头的连续抓取图像,并动态保存在设定的相应路径下的文件夹中。...
    基于Opencv的图像帧抓取程序,可以从摄像头的连续抓取图像,并动态保存在设定的相应路径下的文件夹中。-Based on the image frame Opencv crawl process can be continuous crawl camera images, and dynamic settings stored in the corresponding path under the folder.
    2022-04-11 17:27:35下载
    积分:1
  • 一种向CBitmap对象读取“*.bmp”文件的快捷方式。 1、建立自己的CBitmap派生类。 2、增加一个“Load from bitmap”...
    一种向CBitmap对象读取“*.bmp”文件的快捷方式。 1、建立自己的CBitmap派生类。 2、增加一个“Load from bitmap”的函数: BOOL CMyBitmap::LoadBitmap(LPCTSTR szFileName) { DeleteObject() HBITMAP hBitmap=NULL hBitmap=(HBITMAP)LoadImage(NULL,szFileName,IMAGE_BITMAP,0,0,LR_LOADFROMFILE|LR_CREATEDIBSECTION|LR_DEFAULTSIZE) return Attach(hBitmap) }-CBitmap object to a reading of "*. bmp" file shortcuts. One, to build their own CBitmap derived class. 2, add a "Load from bitmap" function : BOOL CMyBitmap : : LoadBitmap (LPCTSTR szFileName) (DeleteObje ct () HBITMAP hBitmap = NULL hBitmap = (HBITMAP) LoadImage (NULL, szFileName, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE | LR_CREATEDIBSECTION | LR_D EFAULTSIZE) return Attach (hBitmap);)
    2023-04-01 09:15:03下载
    积分:1
  • 各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Pre...
    各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图-Basic image processing functions: 1, format: RAW format will be converted to BMP format 2, linear transformation 3, image smoothing 4, image enhancement 5, Edge Detection: Gradient Operator, Robert gradient operator, Prewitt operator, Laplacian operator, Sobel operator, Marr operator 6, histogram display 7, computing forms (two-value, corrosion, swelling, open computing, closing operation) 8, automatic classification and type of extract: K-means classification. One of: 1.2.3.4.5.7 only treatment for grayscale, 6.8 can not only deal with deal with grayscale color map
    2022-05-11 00:48:27下载
    积分:1
  • 米娅
    mia-2.0.0-beta1a-guid 好像是医学图像的 有pdf-mia-2.0.0-beta1a-guid seems to be of medical images pdf
    2023-02-23 18:00:03下载
    积分:1
  • detailed wavelet transform source code, prepared by the VC. Could achieve multip...
    详细的小波变换的源代码,用VC++编写的。可以实现多种小波基函数下的离散小波变换。具有相当高的参考价值!-detailed wavelet transform source code, prepared by the VC. Could achieve multiple wavelet function under the discrete wavelet transform. Have very high reference value.
    2023-06-14 11:50:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载