-
有很多基本的算法,包括边缘抽取,滤波,跟踪,检测,形态学处理等基本的算法...
有很多基本的算法,包括边缘抽取,滤波,跟踪,检测,形态学处理等基本的算法-There are many basic algorithms, including edge extraction, filtering, tracking, detection, treatment and other basic morphological algorithms
- 2022-12-22 05:35: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
-
图像处理源码,用于特征提取,里面有可执行程序。
图像处理源码,用于特征提取,里面有可执行程序。-image processing source for feature extraction, there are executable programs.
- 2022-02-24 10:18:59下载
- 积分:1
-
稿件名称:基于ObjectARX2004的任意复杂窗口裁剪技术
稿件作者:梅树立1 邢如义2 朱莉3 盛桂花
程序名称:stdafx.h...
稿件名称:基于ObjectARX2004的任意复杂窗口裁剪技术
稿件作者:梅树立1 邢如义2 朱莉3 盛桂花
程序名称:stdafx.h
运行环境:Microsoft Visual C++.net 2002
注意事项:
-Manuscript title: Based on the arbitrary ObjectARX2004 complex technical manuscripts cutting window Author: Mei establish one Ru-Yi Xing 2 Julie 3 Sheng Osmanthus Name: stdafx.h operating environment: Microsoft Visual C++. Net 2002 Note:
- 2022-06-22 01:42:13下载
- 积分:1
-
C++编写的医学用的细胞识别统计系统,可以腐蚀膨胀,平滑,最后统计出细胞个数....
C++编写的医学用的细胞识别统计系统,可以腐蚀膨胀,平滑,最后统计出细胞个数.
- 2022-05-06 02:31:02下载
- 积分:1
-
此程序用于中值滤波 采用了一定的算法 滤波效果比较好
此程序用于中值滤波 采用了一定的算法 滤波效果比较好-medium
- 2022-03-26 03:37:20下载
- 积分:1
-
有关vtk的一些pdf资料,包括:
1.和国外一些朋友讨论VTK的一些经验的整理
2.基于VTK的医学三维可视化分析系统
3.基于VTK库的医学图像...
有关vtk的一些pdf资料,包括:
1.和国外一些朋友讨论VTK的一些经验的整理
2.基于VTK的医学三维可视化分析系统
3.基于VTK库的医学图像处理子系统设计和实现
4.可视化工具VTK技术研究-Some of the vtk pdf information, including: 1. And some foreign friends to discuss some of the experiences of the order VTK 2. VTK-based visualization of the medical system 3. VTK library based on medical image processing subsystem design and implementation 4. visualization tools VTK Technology
- 2022-02-13 19:42:09下载
- 积分:1
-
数字图像处理的基本程序 vc++编的 取指数 有实例图片
数字图像处理的基本程序 vc++编的 取指数 有实例图片-Digital image processing of the basic procedures of the vc++ for example check index picture
- 2022-10-21 10:20:03下载
- 积分:1
-
角点检测:
最简单的一种角点检测算子,但是由于采用了非最大化抑制,效果和OpenCV相当
输入的ImageGray为图像的灰度描述,WBPoint为Bo...
角点检测:
最简单的一种角点检测算子,但是由于采用了非最大化抑制,效果和OpenCV相当
输入的ImageGray为图像的灰度描述,WBPoint为Boolean数组,ImagePoint为标准角点检测算子运行后的检测值。-Corner Detection: The simplest type of corner detection operator, but due to the non-maximization of inhibition, the effectiveness and OpenCV considerable input ImageGray description for gray-scale images, WBPoint for Boolean array, ImagePoint standard corner detection operator After the detection of sub-run value.
- 2022-03-05 05:00:51下载
- 积分:1
-
应用于计算机视觉领域,拍摄等像素大小的两张图片,其中一张是细节图,我们可以将我们关注的这张细节图(拍摄得清楚)‘粘贴’到大图中,起到细化局部的作用...
应用于计算机视觉领域,拍摄等像素大小的两张图片,其中一张是细节图,我们可以将我们关注的这张细节图(拍摄得清楚)‘粘贴’到大图中,起到细化局部的作用-Applied to computer vision field, shooting and other pixel size of two images, one of which details of the map, we can be of concern to us the details of this map (taken a very clear) " paste" into the big picture, the play of local refinement role
- 2023-04-20 13:15:04下载
- 积分:1