-
在matlab环境下,包括图像评价函数算法:Brenner、方差、梯度阈值、熵函数、能量梯度函数。...
在matlab环境下,包括图像评价函数算法:Brenner、方差、梯度阈值、熵函数、能量梯度函数。-in Matlab environment, including image evaluation function algorithm : Brenner, variance, gradient threshold, entropy function, energy gradient function.
- 2022-02-04 03:19:44下载
- 积分:1
-
Basic image processing, including linear transformations, such as gray balance.
基本的图像处理,包括线性变换,如灰度平衡。
- 2022-02-07 09:06:24下载
- 积分:1
-
信号处理的小波导引书的matlab代码,Wavelab802工具箱,进行小波在信号处理中的各种应用...
信号处理的小波导引书的matlab代码,Wavelab802工具箱,进行小波在信号处理中的各种应用-Wavelet Tour of signal processing matlab code book, Wavelab802 toolbox, wavelet signal processing in a wide range of applications
- 2022-08-11 13:53:57下载
- 积分:1
-
Consider the motion vector smoothing method of block matching motion estimation,...
考虑运动向量平滑的块匹配运动估计方法,matlab代码-Consider the motion vector smoothing method of block matching motion estimation, matlab code
- 2022-04-08 19:59:06下载
- 积分:1
-
Increase or decrease in brightness: the brightness of the image to increase or d...
亮度增减:对图像 的亮 度进 行增 加或减 小-Increase or decrease in brightness: the brightness of the image to increase or decrease the
- 2023-03-16 15:50:03下载
- 积分:1
-
双正交小波构造原理祥述.在图象处理的编程过程中起到指导作用...
双正交小波构造原理祥述.在图象处理的编程过程中起到指导作用-Biorthogonal Wavelet Construction Principle Xiang references. In the image processing program to play a guiding role in the process of
- 2023-02-05 14:55:04下载
- 积分:1
-
基于c++的,运用opencv开发包的高斯混合模型,用于视频中运动物体的检测...
基于c++的,运用opencv开发包的高斯混合模型,用于视频中运动物体的检测-Based on c++ And use the development package opencv Gaussian mixture model for moving objects in video detection
- 2023-02-19 03:05:04下载
- 积分:1
-
JPEG图像压缩和BMP位图的比较。所以JPEG的实现…
JPEG图像压缩与BMP位图的比较。JEPG的实现源码。-JPEG image compression and BMP bitmap comparison. JEPG the realization of the source code.
- 2022-01-25 21:12:11下载
- 积分: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
-
这是著名的计算几何软件leda 3.0 的源码。
这是著名的计算几何软件leda 3.0 的源码。- This is the famous computation geometry software leda 3.0
sources codes.
- 2022-07-15 22:21:05下载
- 积分:1