-
gabor二维滤波器,能有效的提取细节纹理信息。
gabor二维滤波器,能有效的提取细节纹理信息。-two-dimensional gabor filter, can effectively extract the details of texture information.
- 2023-04-20 23:15:03下载
- 积分:1
-
savitzky-golay滤波
利用savitzky-golay实现数据平滑滤波处理,原理是取滤波点处左右各N点,共N+1点进行拟合,之后利用最小二乘法确定相关系数,从而得到滤波点处最后的数值。可推广至二维应用
- 2023-08-07 18:45:05下载
- 积分:1
-
Java 3D代码for some
some java code for 3D
- 2022-07-11 07:01:15下载
- 积分:1
-
图像处理算法的VC源程序。只需把源代码放入VC++BUILDER中运行即可...
图像处理算法的VC源程序。只需把源代码放入VC++BUILDER中运行即可-VC source. Only once the source code Add VC can run BUILDER
- 2022-02-06 10:38:25下载
- 积分:1
-
poser模型导出的OBJ部位分割
从poser软件中导出的obj文件,对其进行部位分割。分割出的多个分部位的obj文件
- 2022-01-24 16:38:49下载
- 积分:1
-
因为VTK可视化工具包具有的强大的功能,可视化领域的研究人员很多都在应用它。本压缩包是在VC下编写的一个使用vtk实现量化坐标后的球例程。...
因为VTK可视化工具包具有的强大的功能,可视化领域的研究人员很多都在应用它。本压缩包是在VC下编写的一个使用vtk实现量化坐标后的球例程。-Because the VTK visualization toolkit with powerful functionality, visualization research in the field of personnel and many of them in the application of it. The compressed packet is prepared with a VC VTK realize the use of coordinates to quantify the ball after the routine.
- 2022-02-25 15:44:35下载
- 积分:1
-
jpg coding, C realization of the VC under development and tested. We hope to use...
jpg 编码,用C++实现,在VC下开发,经过测试。希望对大家有用-jpg coding, C realization of the VC under development and tested. We hope to useful
- 2022-02-22 12:22:06下载
- 积分:1
-
VC/MFC
常见的几种图像显示的方法:
1.使用CBitMap,在OnPaint 中绘制
2.用picturn控件绘制
3.用背景图
4....
VC/MFC
常见的几种图像显示的方法:
1.使用CBitMap,在OnPaint 中绘制
2.用picturn控件绘制
3.用背景图
4.用KoDak控件(需要已经安装)
-VC/MFC common image shows several ways : 1. CBitMap use. Drawing the OnPaint 2. Controls used picturn drawing three. use background Figure 4. charged with KoDak pieces (need to have installed)
- 2022-05-20 22:38:30下载
- 积分:1
-
腐蚀,膨胀,细化算法 source目录下源程序 功能是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bm...
腐蚀,膨胀,细化算法 source目录下源程序 功能是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c: est.bmp必须存在-corrosion, swelling, thinning algorithm source directory source function is corrosion, swelling, thinning algorithm command line compiler process following vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib Note : running, documents c : There must be test.bmp
- 2022-01-26 06:21:35下载
- 积分:1
-
基于OPENcv的人脸识别
新手向的代码,很容易看懂,就是注意分类器的位置,我们会将摄像头所摄下的视频一帧一帧的图片,一个个来进行单独的人脸识别,并且把识别出来的人脸用各种颜色的椭圆标示出来。
- 2023-02-03 02:45:04下载
- 积分:1