-
这是本人毕设时所作的医学图像处理源代码,供初学者参考
这是本人毕设时所作的医学图像处理源代码,供初学者参考-This is when I completed the established medical image processing source code reference for beginners
- 2022-04-12 01:45:52下载
- 积分:1
-
本程序来实现 红外和可见图像的配准确
利用红外图像和可见的边缘信息进行图像匹配 先进行图像边缘检测 寻找图像中闭合轮廓 利用轮廓 的链码进行图像配准...
本程序来实现 红外和可见图像的配准确
利用红外图像和可见的边缘信息进行图像匹配 先进行图像边缘检测 寻找图像中闭合轮廓 利用轮廓 的链码进行图像配准-The procedures are in place to realize the infrared and visible images with accurate use of infrared image and visibility of the edge information in image matching image to image edge detection to find the outline of the use of closed contour chain code image registration
- 2022-08-06 20:35:44下载
- 积分:1
-
一种改进的基于Otsu理论的图像分割方法,从算法运行速度和分割效果两方面对最大类间方差法进行改进...
一种改进的基于Otsu理论的图像分割方法,从算法运行速度和分割效果两方面对最大类间方差法进行改进-An improved Otsu-based theory of image segmentation methods, from the algorithm speed and segmentation results both on the maximum between-class variance method to improve
- 2022-08-03 15:13:08下载
- 积分: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
-
数字图像处理讲义和代码 数字图像处理讲义和代码
数字图像处理讲义和代码 数字图像处理讲义和代码-Digital Image Processing Lectures and code of digital image processing notes and code
- 2022-01-25 18:35:07下载
- 积分:1
-
matlab
matlab算法,可以实现一些基本的图像处理的算法,也可以进行图像分割-matlab
- 2022-03-13 09:51:16下载
- 积分:1
-
很实用的彩色图像增强程序 基于HSV彩色空间变换
很实用的彩色图像增强程序 基于HSV彩色空间变换-Very practical color image enhancement procedures Based on HSV color space conversion
- 2022-07-03 14:29:09下载
- 积分:1
-
基于小波变换的图像融合程序,融合规则分别使用简单的模值取大和基于区域能量...
基于小波变换的图像融合程序,融合规则分别使用简单的模值取大和基于区域能量-Based on wavelet transform image fusion process, fusion rules using the easy mode and the check value based on the regional energy
- 2022-04-26 08:54:26下载
- 积分:1
-
对一维信号的消噪程序与处理图像,一个简单实用的matlab例程
对一维信号的消噪程序与处理图像,一个简单实用的matlab例程-Of one-dimensional signal de-noising procedures and deal with images, a simple and practical matlab routines
- 2022-06-22 01:28:26下载
- 积分:1
-
彩色图像处理:1、底片效果,2、浮雕和雕刻效果,3、色彩变换:IHS变换以及图像灰度化,4、彩色图像二值化,5、灰度图像形态学处理:开闭运算,膨胀、腐蚀,6、正...
彩色图像处理:1、底片效果,2、浮雕和雕刻效果,3、色彩变换:IHS变换以及图像灰度化,4、彩色图像二值化,5、灰度图像形态学处理:开闭运算,膨胀、腐蚀,6、正交变换:傅立叶变换及傅立叶反变换-Color Image Processing: 1, negative effect, 2, the effect of relief and sculpture, 3, color transform: IHS transform and the image of, 4, color images of two values, 5, gray-scale morphological image processing: open and close operations expansion, corrosion, 6, orthogonal transformation: Fourier Transform and Fourier Transform
- 2023-04-29 08:45:03下载
- 积分:1