-
使用canny算子的边缘提取算法的具体实现
使用canny算子的边缘提取算法的具体实现
-Using the canny operator edge extraction algorithm concrete realization of
- 2022-07-09 19:41:22下载
- 积分:1
-
jpeg realization for image in c
jpeg realization for image in c
- 2022-03-15 08:24:30下载
- 积分:1
-
图像的边缘滤波(得到边缘)
edge filter for image in c(get edge)
- 2022-08-21 11:03:41下载
- 积分:1
-
灰度图像的多种图像处理技术的程序表达,有一定的参考价值...
灰度图像的多种图像处理技术的程序表达,有一定的参考价值-Gray-scale images of a variety of image processing procedures for the expression of some reference value
- 2022-01-27 22:59:33下载
- 积分:1
-
模拟三维地形的3D动画,很有意思,可供参考!
模拟三维地形的3D动画,很有意思,可供参考!-Three-dimensional topography simulation of 3D animation, very interesting, for reference!
- 2023-05-27 14:20:03下载
- 积分:1
-
VB6编写的3D World Map演示代码。虽然代码比较简单,但可以从中学到很多东西...
VB6编写的3D World Map演示代码。虽然代码比较简单,但可以从中学到很多东西-VB6 prepared 3D World Map demo code. Although the code is relatively simple, but can learn a lot of things
- 2022-04-27 03:01:18下载
- 积分:1
-
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下...
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下;
利用中点画圆算法实现边界程序:
void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color)
{//画八分之一的圆
int x,y,d
x=0 y=r d=1-r
WholeCircle(xc,yc,x,y,color)
while(x
- 2023-03-14 21:40:04下载
- 积分:1
-
本代码通过各种图象处理与分析技术可以检测固定背景下的多个运动目标,并且用不同的线框标定出来...
本代码通过各种图象处理与分析技术可以检测固定背景下的多个运动目标,并且用不同的线框标定出来-The code through a variety of image processing and analysis techniques can detect fixed in the context of multiple moving targets, and use different calibration frame out
- 2022-03-06 18:40:44下载
- 积分:1
-
using OpenCV image histogram function development
用OpenCV开发图像直方图功能-using OpenCV image histogram function development
- 2022-05-20 18:31:49下载
- 积分:1
-
熵部分图像匹配,医学图像可用于专业
利用熵进行局部图像匹配,可用于医学图像专业-entropy partial image matching, medical images can be used for professional
- 2022-05-15 10:19:58下载
- 积分:1