-
图像边缘提取算法C语言代码
图像边缘提取算法C语言代码-Image Edge Dectet code written in C.
- 2022-10-29 10:55:04下载
- 积分:1
-
卡通渲染,用directx制作的卡通渲染源代码
卡通渲染,用directx制作的卡通渲染源代码-cartoon rendering, using DirectX produced a cartoon rendering source code
- 2022-01-28 18:39:41下载
- 积分:1
-
在Delphi环境下调用AutoCad,并增加相应模块,能在Cad中进行维作图...
在Delphi环境下调用AutoCad,并增加相应模块,能在Cad中进行维作图-In the Delphi environment called AutoCad, and add the corresponding module can be carried out in the Cad-dimensional mapping
- 2022-06-02 14:39:54下载
- 积分:1
-
基于遗传算法的图像边缘检测算法,与Robert算子、bobel算子、prewitt算子、kirsch算子、gauss-laplace算子的结果进行了对比。...
基于遗传算法的图像边缘检测算法,与Robert算子、bobel算子、prewitt算子、kirsch算子、gauss-laplace算子的结果进行了对比。-Based on genetic algorithm for image edge detection algorithm, with Robert operator, bobel operator, prewitt operator, kirsch operator, gauss-laplace operator of the results were compared.
- 2022-03-30 18:13:06下载
- 积分:1
-
可以对图像进行合成操作 如差影法的加运算 减运算 并可以进行逻辑运算 文件中已经有了测试图片 方便直接使用...
可以对图像进行合成操作 如差影法的加运算 减运算 并可以进行逻辑运算 文件中已经有了测试图片 方便直接使用-Images can be synthesized operations, such as poor law-add video subtraction and logic operations can test the image file already have convenient and direct the use of
- 2022-04-12 09:02:26下载
- 积分:1
-
从中型d3d程序中分离出来的编程框架,作快速开发之用
从中型d3d程序中分离出来的编程框架,作快速开发之用-- D3D process from the separate programming framework for rapid development--
- 2022-08-25 16:10:00下载
- 积分:1
-
access to the images for processing, and basic knowledge of engineering examples...
有关图象的获取几处理的基本知识以及工程实现的例子和源代码,内容较为详实-access to the images for processing, and basic knowledge of engineering examples and source code, a more detailed
- 2023-06-13 18:06:04下载
- 积分:1
-
用VTK进行头部图像任意刨切,经典代码,值得参考
用VTK进行头部图像任意刨切,经典代码,值得参考-The head image using VTK for arbitrary Sliced, classical code, it is also useful
- 2022-05-20 01:51:43下载
- 积分:1
-
你是否对豪杰的界面感到亲切友好呢,这是将揭开它的真面目
你是否对豪杰的界面感到亲切友好呢,这是将揭开它的真面目-Do you feel on the hero a cordial and friendly interface, this is to open its true colors
- 2023-04-26 03:40:03下载
- 积分:1
-
色彩空间的转换 ColorTransform RGB与LAB互转
应用背景在图像处理中,有时需要将真彩色图像转换到其他色彩空间进行处理,已获得更好的处理结果,即从RGB空间转换到LAB或者HSI空间等,处理后为迎合人眼需求一般要将其他色彩空间的处理结果再次转换到RGB空间。本代码即实现了RGB与LAB的互转。关键技术
在色彩空间的正向转换中(RGB to LAB):采用的是九级均匀分割建模,棱柱差值;
在反向转换中(LAB to RGB):采用的是多项式回归方法。
- 2022-05-05 08:48:48下载
- 积分:1