-
我用一个纹理做的纹理贴图和程序,请多多包含!
我做的一个用纹理映射和光照的程序,请大家多多包含!-I do with a light texture mapping and procedures, please include a lot!
- 2022-01-26 04:12:30下载
- 积分:1
-
123
123
- 2022-09-27 07:40:02下载
- 积分:1
-
非常规概率密度函数频率直方图和概率密度曲线绘制
MATLAB中自带有均匀分布、高斯分布等23种概率密度函数,这些可以认为是常规函数。对于非常规函数,本程序可以处理并绘制函数的频率分布直方图和概率密度曲线。操作简单可行。
- 2022-08-17 23:18:20下载
- 积分:1
-
- 2022-06-01 11:14:16下载
- 积分:1
-
多功能绘图工具软件
多功能绘图工具软件-multifunction graphics software tools
- 2022-04-17 10:29:28下载
- 积分:1
-
图像的象素值变换,包括亮度、对比度和GAMMA校正算法,环境是OPENCV4.0,VC6.0。算法参考了MATLAB函数 imadjust 。...
图像的象素值变换,包括亮度、对比度和GAMMA校正算法,环境是OPENCV4.0,VC6.0。算法参考了MATLAB函数 imadjust 。-pixel image transformation, including brightness, contrast and GAMMA correction algorithm, the environment is OPENCV4.0, VC6.0. MATLAB algorithm reference to the function imadjust.
- 2022-05-15 10:59:38下载
- 积分:1
-
采用SVG实现两个动画,一个使用JavaScript,另一个没有使用JavaScript...
采用SVG实现两个动画,一个使用JavaScript,另一个没有使用JavaScript-To achieve two animations using SVG, a use of JavaScript, the other does not use JavaScript
- 2022-06-11 13:33:31下载
- 积分:1
-
图像角点提取-harris,以及非最大抑制等,并有其他角点检测代码...
图像角点提取-harris,以及非最大抑制等,并有其他角点检测代码-Image Corner Detection-harris, as well as non-maximal inhibition, and has other corner detection code
- 2022-05-06 21:52:43下载
- 积分:1
-
As the name implies, a simple ray tracer using LINQ, having the whole algorithm...
As the name implies, a simple ray tracer using LINQ, having the whole algorithm encapsulated in a 80-line LINQ statement. Source code is not commented.
- 2022-05-10 13:24:32下载
- 积分:1
-
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一...
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target image edge detection. This method is summarized as follows: 1. Image used with the specified standard deviation of the Gaussian filter to smooth out, thereby reducing the noise 2. In the calculation of each point of local gradient and edge direction 3. The second step in determining the edge points will led to the image gradient magnitude ridge appears, and then keep track of all of the top of the ridge, and ridge at the top of all the pixels are no longer set to 0 4. the implementation of the edge link
- 2022-03-05 01:13:25下载
- 积分:1