-
一个外国人写的图像处理方面的vb程序,涵盖了几乎所有的基本图像处理的内容,很适合初学者!...
一个外国人写的图像处理方面的vb程序,涵盖了几乎所有的基本图像处理的内容,很适合初学者!-A foreigner to write image processing vb program, covering almost all the content of the basic image processing, it is suitable for beginners!
- 2022-07-13 23:30:27下载
- 积分:1
-
独立分量分析ICA,用于图像处理,程序不错,可以参考
独立分量分析ICA,用于图像处理,程序不错,可以参考-Independent Component Analysis ICA, for image processing, the procedure well, can refer to
- 2022-08-11 22:10:23下载
- 积分:1
-
I am a computer master' s thesis, Powell, and SA Hybrid Optimization of mutua...
本人的计算机硕士论文,Powell和SA混合优化的互信息图像配准,-I am a computer master" s thesis, Powell, and SA Hybrid Optimization of mutual information image registration,
- 2022-10-21 19:45:03下载
- 积分:1
-
YUV422转换为YUV420
YUV422 convert to YUV420
- 2022-02-03 00:44:46下载
- 积分:1
-
一种改进的SIFT双向匹配算法,sift是经典的旋转不变特征提取算法,本文对其匹配方式进行了改进...
一种改进的SIFT双向匹配算法,sift是经典的旋转不变特征提取算法,本文对其匹配方式进行了改进-An improved two-way matching SIFT algorithm, sift the classic rotation invariant feature extraction algorithm, this method has been improved to its matching
- 2023-08-12 09:50:03下载
- 积分: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
-
该类封装好了图像处理的功能,可以直接使用该类读取和显示DIB位图。是图像处理前期工作中非常重要的部分。...
该类封装好了图像处理的功能,可以直接使用该类读取和显示DIB位图。是图像处理前期工作中非常重要的部分。-Such a good package of image processing functions, such direct access to read and display bitmap DIB. Image processing the preliminary work is a very important part.
- 2023-08-25 07:00:03下载
- 积分:1
-
利用Wiener滤波算子实现的图像滤波和复原,VC实现。
利用Wiener滤波算子实现的图像滤波和复原,VC实现。-use Wiener filtering operator realization of the image filtering and recovery, VC.
- 2022-02-25 02:07:08下载
- 积分:1
-
纹理特征的提取,现在最受欢迎的是Gabor小波转换。
提取纹理特征,现在最流行的是gabor小波变换,它的集具有一定的方向性,和纹理特征吻合-Extraction of texture features, and now the most popular is the gabor wavelet transform, it sets a certain direction, and texture characteristics of anastomosis
- 2022-08-15 18:41:39下载
- 积分:1
-
与CAMShift注释过程OpenCV
带有注释的opencv的camshift程序-Opencv with the annotation process of camshift
- 2022-01-28 22:21:00下载
- 积分:1