-
用C++语言编写的神经网络编程,以及注释
神经网络编程, 用c语言写的, 还有注释-Neural network programming, using c language, as well as the Notes
- 2023-07-11 20:10:02下载
- 积分:1
-
图像处理-形态学处理-图像粗化和细化源程序
图像处理-形态学处理-图像粗化和细化源程序-Image Processing- morphological processing- image of rough and refined source
- 2022-01-26 08:15:04下载
- 积分:1
-
基于kmeans的图像分割算法,首先得到图像,再确定分类,并计算各分类的均值,从而得到各个像素的分类。...
基于kmeans的图像分割算法,首先得到图像,再确定分类,并计算各分类的均值,从而得到各个像素的分类。-Kmeans-based image segmentation algorithm, first of all get the image, and then determine the classification, and calculate the various categories mean, and thus obtain the classification of each pixel.
- 2022-11-18 07:00:04下载
- 积分:1
-
理想高通滤波,最后显示处理结果.
直接解压后将图片和程序放在同一个文件夹里....
理想高通滤波,最后显示处理结果.
直接解压后将图片和程序放在同一个文件夹里.-ideal high-pass filter, the final results showed. Photo will be directly extracted and procedures on the same document folder.
- 2022-05-12 19:41:07下载
- 积分:1
-
计算机图形学部分算法vc原码,实现了常用的功能
计算机图形学部分算法vc原码,实现了常用的功能-Computer graphics part of the original code vc algorithm to realize the functions of commonly used
- 2022-05-09 06:27:13下载
- 积分: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:2的缩放。
一个不错的图像缩放程序,可以对位图实现1:2的缩放。-a good image scaling procedures, the bitmap can achieve 1:2 zoom.
- 2022-03-22 20:10:11下载
- 积分:1
-
这个也是图形学的一个作业,不过功能比较全面和强大,可以完成基本几何体的造型、多边形化,可以设置场景光源并进行光线跟踪渲染等。启动类为final_3d.Final...
这个也是图形学的一个作业,不过功能比较全面和强大,可以完成基本几何体的造型、多边形化,可以设置场景光源并进行光线跟踪渲染等。启动类为final_3d.Final_3D-this is a graphics operation, but function more comprehensive and powerful, can be completed basic geometric shapes, polygons, and can be installed Scene light source and Ray Tracing rendering, etc.. Start category final_3d.Final_3D
- 2022-12-11 00:35:03下载
- 积分:1
-
On target detection and tracking of several doctoral dissertation for the conten...
关于目标检测和跟踪的几篇博士论文,适合相关领域内容的学习-On target detection and tracking of several doctoral dissertation for the content of related fields of study
- 2022-05-27 21:36:17下载
- 积分:1
-
一个显示dicom文件的软件,做得很不错哦。
一个显示dicom文件的软件,做得很不错哦。-A display DICOM files software to do pretty good, oh.
- 2022-01-23 10:18:41下载
- 积分:1