-
reconstruction
VC6.0环境下使用可视化工具VTK 实现三维重建方法是光线投影法,实现效果较好(3D-reconstruction)
- 2009-06-08 18:00:49下载
- 积分:1
-
optics
说明: 光学现象模拟,包括反射,折射,牛顿环,杨氏双缝干涉等。转自某blog(optical phenomena simulation, including reflection, refraction, Newton Central, Young's double slit interference. Transfers from a blog)
- 2006-04-28 18:02:10下载
- 积分:1
-
workspace
自己做的3-PSS并联机器人可达工作空间绘制的MATLAB程序,
workspace_main.m为主程序,在MATLAB中进入解压缩后的文件夹并运行workspace_main即可完成绘图。
另外Trirspace.m为3-RRR平面并联机器人可达工作空间的绘图程序,调用方法相同。(The 3-PSS parallel robot designed by myself can reach the MATLAB program drawn in workspace.
The workspace_main.m is the main program. The drawing can be completed by entering the decompressed folder in MATLAB and running workspace_main.
In addition, the drawing program of 3-RRR planar parallel robot reachable workspace is called by the same method.)
- 2018-11-12 16:12:32下载
- 积分:1
-
picture_interpolation_handle
说明: 包括几种基于多项式插值的图像处理matlab代码,包括双三次插值,样条差值等(Includes several image processing based on polynomial interpolation matlab code, including double-cubic interpolation, spline difference, etc.)
- 2011-04-01 15:14:20下载
- 积分:1
-
noise
说明: 对用声级计测得的交通噪声级进行分析和处理,包括图形的显示(Right to use sound level meter measured the traffic noise level of analysis and processing, including the graphical display of)
- 2010-03-20 10:17:37下载
- 积分:1
-
NSCT-algorithm
在Contourlet变换的基础上发展而来的非下采样Contourlet变换,可以得到图像变换之后的平移不变性。(In Contourlet Transform evolved on the basis of non-sampling Contourlet transform, the image can be transformed after the translation invariance.)
- 2011-10-24 10:43:48下载
- 积分:1
-
边缘检测
说明: 包括canny,sobel,log等边缘检测的改进算法,使用效果良好(Including improved edge detection algorithms such as canny, sobel, log and so on, the application effect is good.)
- 2019-04-07 20:56:19下载
- 积分:1
-
车牌bmp文件读取与字符分割、归一化
说明: VC++.NET车牌识别、字符分割与归一化处理,图像对象BMP格式,程序将读取车牌的图像信息,归一化图像大小,动态分配存储图片的像素信息的二维数组,找到图像各列,从左列开始,垂直扫描,实施图片局部分割等,有兴趣编写车牌号识别的可参考对比下。(VC ++. NET license plate recognition, character segmentation and normalization processing, image object BMP format, the program will read the license plate image information, normalize the image size, dynamically allocate a two-dimensional array of pixel information to store the picture, and find the image columns , Starting from the left column, vertical scanning, partial image segmentation, etc. If you are interested in writing the license plate number recognition, please refer to the comparison.)
- 2020-03-23 22:28:07下载
- 积分:1
-
gaussianba
使用特征差别提取,通过特征差别相减,以去除高斯背景(Using the characteristics of different extraction, the characteristics of different background subtraction, to remove Gauss)
- 2014-01-07 17:31:17下载
- 积分:1
-
JPEGCompression
说明: 编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1