登录

最新会员 最新下载

成为了本站VIP会员

05月31日 10:38

成为了本站VIP会员

05月31日 09:22

成为了本站VIP会员

05月28日 17:59

成为了本站VIP会员

05月26日 21:52

成为了本站VIP会员

05月25日 20:47

成为了本站VIP会员

05月24日 22:16
已选条件
  1. 编程语言:所有
  2. 代码类别:图形图象
  3. 发布时间:一年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. matlab

  三维数据去噪处理,一维。二维数据去噪也可以使用(3D data denoised)

142
下载
152
浏览
2020-12-16发布

2. ErythrocyteRecognizeSys

说明:  该程序用Delphi7.0实现,中文名称:血液红细胞识别与统计系统,可以识别一幅图片中的血红细胞并统计出个数,准确率达到90%以上,该程序包含了用Object Pascal语言处理图像的一些基本常用技巧,值得一看(Delphi7.0 realize with the program, Chinese name: blood red blood cell identification and statistical systems to identify a picture of the red blood cells and a number of statistical accuracy rate over 90, the program includes the use of Object Pascal language processing images some basic common skills, worth a visit)

0
下载
122
浏览
2020-12-16发布

3. KNN

  高光谱数据进行KNN分类,可以从原始数据如(indianpine)中选取部分样本(Hyperspectral data can be classified by KNN, and some samples can be selected from raw data such as (indianpine).)

27
下载
182
浏览
2020-12-13发布

4. RichadLucy

  Richardson-lucy去噪算法,泊松去噪(image denoising use Richardson lucy algorithm)

14
下载
85
浏览
2020-12-12发布

5. 张正友摄像机标定

说明:  张正友标定方法的代码,已经包含了优化等情况,直接输入变可获得(calibration method code, Optimization has been included, direct input variable can be obtained)

1
下载
83
浏览
2020-12-11发布

6. vectfit

  基于矢量匹配法的快速实现程序,工程中较常用(Vector-based matching method for the rapid realization process, more commonly used engineering)

49
下载
148
浏览
2020-12-10发布

7. 实现中值滤波的源程序

  实现中值滤波的源程序 参数Hori是一个布尔变量,若为真,做水平中值滤波,否则,做竖直中值滤波。(achieve Median filtering of the source parameters Hori is a Boolean variable, if true, so the level of median filtering, otherwise, do vertical median filtering.)

58
下载
75
浏览
2020-12-09发布

8. canny算法

说明:  改进的canny算法,边缘处理更加精确,瘦边效果改进力度大,可以借鉴参考(The improved Canny algorithm, edge processing more accurate, thin edge effect improved greatly, can be used for reference)

2
下载
144
浏览
2020-12-08发布

9. filter_base

说明:  平滑滤波,空域滤波与变换域滤波比较,从中说明其中原理(The principle of smoothing filtering is explained by comparing spatial filtering with transform domain filtering)

2
下载
105
浏览
2020-12-08发布

10. 最小熵解卷积程序med2d

说明:  最小熵解卷积程序,适合对故障信号降噪处理,有良好的的降噪效果(Minimum entropy deconvolution program, suitable for noise reduction of fault signals)

13
下载
150
浏览
2020-12-07发布

11. cnn

   canny边缘检测源代码,边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测(source code canny edge detection, edge detection for image understanding, target detection, tracking and other issues is very important that the code to do the canny edge detection operator)

70
下载
87
浏览
2020-12-07发布

12. CNN-Toolbox

  深度学习的Toolbox,使用mnist_uint8手写字数据库,适合初学者使用。(Deeplearning of the Toolbox, use mnist_uint8 handwritten word , for beginners.)

29
下载
59
浏览
2020-12-07发布

13. 归一化

说明:  实现区间缩小,通过labview实现数字归一化(To achieve the interval reduction, through labview to achieve digital normalization)

1
下载
122
浏览
2020-12-07发布

14. Unet

说明:  UNet最早发表在2015的MICCAI上,短短3年,引用量目前已经达到了4070,足以见得其影响力。而后成为大多做医疗影像语义分割任务的baseline,也启发了大量研究者去思考U型语义分割网络。而如今在自然影像理解方面,也有越来越多的语义分割和目标检测SOTA模型开始关注和使用U型结构,比如语义分割Discriminative Feature Network(DFN)(CVPR2018),目标检测Feature Pyramid Networks for Object Detection(FPN)(CVPR 2017)等。(Its influence has reached 70% in 2015. Then it became the baseline that most of the medical image semantic segmentation tasks, and inspired a large number of researchers to think about the U-shaped semantic segmentation network. In the aspect of natural image understanding, more and more SOTA models of semantic segmentation and object detection begin to pay attention to and use U-shaped structure, such as semantic segmentation, discriminative feature network (DFN) (cvpr2018), feature pyramid networks for object detection (FPN) (CVPR 2017), etc.)

4
下载
142
浏览
2020-12-07发布

15. 利用聚类技术实现纹理分割

说明:  a)针对合成纹理图像(共有4 个合成纹理图像,见文件夹: Texture_mosaic_data)中每一个像素提取纹理特征向量; b)利用聚类技术(推荐用k‐均值聚类,可以从网上查找原码)对特征向 量空间中的点进行聚类,类别数可根据图像中的实际纹理类数确定。最后把类 属标签映射成图像形式显示(如下图,其中b、d、f、h 为相应的基准分割图像)。(A) for synthetic texture images (there are 4 synthetic texture images in total, see the folder: Texture feature vector is extracted from every pixel in texture; B) use clustering technology (K-means clustering is recommended, and the original code can be found on the Internet) to search the feature direction The number of categories can be determined according to the actual number of texture classes in the image. Last class The generic label is mapped to an image (as shown in the figure below, where B, D, F, h are the corresponding reference segmentation images).)

7
下载
98
浏览
2020-12-06发布

16. image

  图像分割 图像增长 边缘检测 医学图像分割 阈值分割(image segmentation iamge growing edge detection)

280
下载
99
浏览
2020-12-06发布

17. zishiyingyuzhi

  自适应阈值分割代码,比较完整。C++builder编写,可运行/()

97
下载
148
浏览
2020-12-05发布

18. CxVision_v0.05(xm)

  CxVision V0.05 源代码 智能机器视觉系统 0.05版本源代码(Euresys版本) 这是视觉智能的开始,应用于众多大型工业检测环境,多线程对相机多轴运动控制系统,针对当前最先进的智能视觉系统的一个雏形 当前版本是基于Euresys稳定的工业检测工具上的开源 此后版本 CxVision拥有了更多更强大的自主核心系统功能和核心算法 是现代智能视觉的领航系统 更多智能CxVision 搜索CxVision QQ群一起分享CxVision的发展和进步(CxVision V0.05 source code version of intelligent machine vision systems 0.05 source code (Euresys version) This is the beginning of visual intelligence, used in many large industrial inspection environments, multi-threaded multi-axis motion control system of the camera, for the most advanced intelligent vision The current version of a prototype system is based on Euresys stable industrial detection tools on the open source version of CxVision have more then a more powerful independent core functions and core algorithm is the vision of modern intelligent navigation systems more intelligent CxVision search CxVision QQ group to share the development and progress CxVision)

105
下载
102
浏览
2020-12-04发布

19. H264verilogcore

  H264的VERILOG代码,基本实现了全部的功能(H264 of the Verilog code, the basic realization of all the functions)

260
下载
147
浏览
2020-12-03发布

20. StereoRegion

说明:  一个立体视觉匹配程序,采用matlab编写(A stereo vision matching program, prepared using matlab)

1
下载
84
浏览
2020-12-02发布