-
一种向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
-
此程序通过遗传算法(ga )实现灰度图像的分割,遗传算法的计算过程首先是将实际的优化问题编码成符合串,...
此程序通过遗传算法(ga )实现灰度图像的分割,遗传算法的计算过程首先是将实际的优化问题编码成符合串,-This procedure through the genetic algorithm (ga) realize grayscale image segmentation, genetic algorithm calculation process is to first of all, the actual coding optimization problem into line with the string,
- 2022-08-10 08:22:28下载
- 积分:1
-
这个压缩文件中包含的近似最近邻搜索代码。你…
The approximate nearest neighbor search code is contained in this zip file. You can use the data contained in to see how the program works.
- 2022-02-26 00:00:06下载
- 积分:1
-
(1)应用9×9的窗口对上述图象进行随机抽样,共抽样200块子图象;
(2)将所有子图象按列相接变成一个81维的行向量;
(3)对所有200个行向量进行...
(1)应用9×9的窗口对上述图象进行随机抽样,共抽样200块子图象;
(2)将所有子图象按列相接变成一个81维的行向量;
(3)对所有200个行向量进行KL变换,求出其对应的协方差矩阵的特征向量和特征值,按降序排列特征值以及所对应的特征向量;
(4)选择前40个最大特征值所对应的特征向量作为主元,将原图象块向这40个特征向量上投影,所获得的投影系数就是这个子块的特征向量。
(5)求出所有子块的特征向量。
-(1) the application of 9 × 9 window of these images at random, a total sample of 200 sub-image (2) all sub-images according to out-phase into a 81-dimensional row vector (3) all 200 lines for KL transform vector, derived its corresponding covariance matrix of eigenvectors and eigenvalues, in descending order by eigenvalue and the corresponding eigenvector (4) a choice to 40 corresponding to the largest eigenvalue eigenvector as the PCA, the original image block to the 40 feature vectors on the projection, the projection coefficients obtained by this sub-block eigenvector. (5) calculated for all sub-block eigenvector.
- 2022-03-12 15:39:39下载
- 积分:1
-
MATLAB语言中图像数据与信息的读取方法,绘制灰度直方图的方法,理解灰度直方图的灰度变换及均衡化的方法。...
MATLAB语言中图像数据与信息的读取方法,绘制灰度直方图的方法,理解灰度直方图的灰度变换及均衡化的方法。-MATLAB Image data and information to read, drawing gray histogram, Gray understanding of gray histogram equalization and transform the way.
- 2022-02-24 12:38:25下载
- 积分:1
-
鲁棒拟合基础矩阵的一套公认的匹配图像点。
robustly fits a fundamental matrix to a set of putatively matched image points.-robustly fits a fundamental matrix to a set of putatively matched image points.
- 2022-01-26 14:37:03下载
- 积分:1
-
含有pca和kpca算法,具有很好的在图像处理方面的应用
含有pca和kpca算法,具有很好的在图像处理方面的应用-contain pca and kpca algorithm, is very good in image processing the application
- 2023-01-10 01:25:03下载
- 积分:1
-
线特征的hough提取程序,很不错的,自己试过,绝对可用
线特征的hough提取程序,很不错的,自己试过,绝对可用-Line Features hough the process of extraction, very good that he tried to absolutely available
- 2022-03-09 16:20:59下载
- 积分:1
-
下载真彩位图转化成256彩色或黑白位图的代码,图形处理常常遇到的问题....
下载真彩位图转化成256彩色或黑白位图的代码,图形处理常常遇到的问题.-download sleekly bitmap into 256 color or black-and-white bitmap code, graphics processing is often the problems encountered.
- 2022-06-27 21:36:09下载
- 积分:1
-
特征提取源的写作,解压后直接可以运行
自编的用于图像特征提取的源程序,解压后直接运行就ok了-writing for Feature Extraction source, unpacked directly ok on the run
- 2022-09-13 19:50:03下载
- 积分:1