-
FPGA实施3x3中值滤波(Verilog)
3x3中值滤波器的FPGA实现(VERILOG)-3x3 median filter FPGA implementation (VERILOG)
- 2022-04-02 08:28:42下载
- 积分:1
-
Image Processing
图像处理-小波变换VC代码,可直接编译运行。-Image Processing- Wavelet Transform VC code, the compiler can be run directly.
- 2022-10-04 03:50:03下载
- 积分:1
-
This is a very useful DCT's original code using the c language, and I hope t...
这是一个非常有用的DCT变换的原代码,用c语言编写,希望对大家有帮助。-This is a very useful DCT"s original code using the c language, and I hope to be helpful.
- 2022-11-14 02:40:03下载
- 积分:1
-
表情识别程序的源代码
这个是表情识别程序的源代码,连上摄像头之后通过视频进行表情识别。
- 2022-02-02 20:10:32下载
- 积分:1
-
使用MATLAB进行数字图像处理中的中值滤波,希望对初学者有帮助。...
使用MATLAB进行数字图像处理中的中值滤波,希望对初学者有帮助。-The use of MATLAB for Digital Image Processing in the median filter, and they hope to be helpful for beginners.
- 2022-10-01 06:45:03下载
- 积分:1
-
线段及直线的基本运算 1. 点与线段的关系2. 求点到线段所在直线垂线的垂足3. 点到线段的最近点4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6....
线段及直线的基本运算 1. 点与线段的关系2. 求点到线段所在直线垂线的垂足3. 点到线段的最近点4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内7. 求矢量夹角余弦 8. 求线段之间的夹角9. 判断线段是否相交10.判断线段是否相交但不交在端点处11.求线段所在直线的方程 12.求直线的斜率 13.求直线的倾斜角14.求点关于某直线的对称点15.判断两条直线是否相交及求直线交点 16.判断线段是否相交,如果相交返回交点-straight line segment and a basic computing. Point and the line between the two. Seeking to point straight vertical line segment where the Pedal 3. Line points to the recent four points. Point to the straight line distance from the host 5. Set point to the recently broken away from six. To judge whether the circular polygon 7. for vector cosine angle 8. for the angle between the line 9. Line judge whether the intersection 10. Line judge whether the intersection but do not pay the endpoint Office 11. for the straight line segment where equation 12. for a linear slope 13. seeking straight tilt angle 14. Points on a linear symmetrical points 15. to judge whether the intersection of two straight and for 16 straight intersection. Line judge whether the intersectio
- 2022-11-26 21:00:03下载
- 积分:1
-
本程序用来实现小波插值与小波构造的功能的
本程序用来实现小波插值与小波构造的功能的-the procedures used to achieve wavelet interpolation and wavelet construction of the function of the
- 2023-06-29 12:40:03下载
- 积分:1
-
err
利用DK+Handel-C工具实现SIFT算法的前期预处理功能(高斯DOG图像序列生成)的源代码。
DK+Handel-C工具能直接把基于C语言的设计转变为优化的HDL(可以实现:C到VHDL、C到Verilog、C到EDIF等的自动生成),进而通过FPGA实现。从而保证了各种复杂的高难算法在工程应用的实时性,为许多复杂算法具体工程实现提供了重要技术手段。
源代码采用Handel-C语言编程(Handel-C由C/C++演化而来),在DK环境中运行,可以自动实现C到VHDL、C到Verilog、C到EDIF等转换。
输入图像为source.dat文件,输出为dest.dat,改变不同参数,可以得到多个dest.dat文件,进而可以利用matlab编程显示出高斯DOG图像序列,如GauSmooth.bmp文件所示。
如果没有DK运行环境,可利用记事本查看源代码(.hcc),希望对相关人员能有一定的参考作用。
-err
- 2022-07-08 03:42:13下载
- 积分:1
-
由于只是利用图像的灰度信息,sl 算法不能很好地区分形状相似但颜色不同的物体:针对这一问题,提出了一种基于彩
色的SIFT特征点提取算法,并着重分析了多种彩...
由于只是利用图像的灰度信息,sl 算法不能很好地区分形状相似但颜色不同的物体:针对这一问题,提出了一种基于彩
色的SIFT特征点提取算法,并着重分析了多种彩色模型对算法性能的影响?这种算法也是在图像的灰度尺度空间上检测特征点,
但其特征向量由各描述子子区域的彩色模型分量的均值组成并在原始的彩色图像上进行计算:实验结果证明了该算法的有效性。-Abstract:Because only the gray scale information is utilized.the SIFT method can’t differentiate the objects with similar shape
but with diferent colors commendably.1,1 order to solve such problem.presents a color―based SIF I feature point detecting method
and analyzs the method’S performance in temas of diferent color models The method detected interest points in the gray image
scale space,and its eigem eetors al’e composed of the mean 、 alues of different color model components in each subregion and are
computed based on the Ol。iginal color images.Tile experimental results have proved its validity
- 2022-03-21 02:08:20下载
- 积分:1
-
该程序对BMP图像进行边缘提取。实现了Roberts算子,Sobel算子,Prewitt算子,拉普拉斯算子和高斯拉普拉斯算子。...
该程序对BMP图像进行边缘提取。实现了Roberts算子,Sobel算子,Prewitt算子,拉普拉斯算子和高斯拉普拉斯算子。-The procedure of extracting the edge of BMP images. Achieved Roberts operator, Sobel operator, Prewitt operator, Laplacian and Gaussian Laplacian.
- 2022-02-05 20:08:48下载
- 积分:1