资源列表
C# winform 医学影像信息Dicom图片文件查看器
- 能够读入DCM格式的图片,适合学习和研究(Images that can be read in DCM format)
libdd
- 123456677erty ytryu 6 65uyt
boost.part01
- Boost库是为C++语言标准库提供扩展的一些C++程序库的总称,由Boost社区组织开发、维护。Boost库可以与C++标准库完美共同工作,并且为其提供扩展功能。(Some of the extended Boost library is for standard library language C ++ C ++ a library of programs, dyes containing two nitrogen atoms joined by Boost community organ
BGR_YUV_Lab
- 实现BGR和YUV结合的方式进行红色检测(Red detection is implemented in a combination of BGR and YUV)
圆检测
- 圆检测代码,检测图片中类圆物体进行标记,可以多个标记,也可标记一个(Circular detection code, detection of a picture of a round object to be marked, can be multiple tags, can also be marked with one)
New Folder
- 采用帧差法来处理图像,实现图形图像的处理(Frame difference processing image)
基于pca+lda+粗糙集+模糊神经网络的人脸识别
- 各种算法用于人脸识别,各个算法的识别率都不错,有lda,pca等算法(Various algorithms are used for face recognition, and the recognition rate of each algorithm is good. There are algorithms such as LDA, PCA and so on)
IDL入门教程
- IDL入门教程,包含上下两部分,主要讲解如何利用IDL实现图像处理,简单易学,能快速上手。(IDL introductory tutorial, including the two parts, mainly explain how to use IDL to realize image processing, simple and easy to learn, can quickly get on.)
gSLICr-master
- 主要是用于图像的分割,具体的算法不详,但是当前景和背景的区分度稍微高时,分割效果是相当不错的,但是如果区分度不是很高,效果就稍微差一点;(the image segmentaion for image matting which is suitable for images which has a high contrast between foreground and background;)
global-matting-master
- global matting 用于图像的分割,效果一般,时间较长,代码应该还有改进的空间(the global matting gor image matting which takes a long time but still works;)
GrabCut-RGBD-master
- 结合深度图而进行的图像融合,将深度图与彩色图进行结合,然后分割图像(grabcut for depth image and rgb image)
多目标跟踪opencv
- 先用背景差分完成目标提取,将运动目标的相关信息放入到链表中,通过帧差完成对多目标的跟踪,达到实时性的要求 运动目标的相关信息存放于结构体中,可以在此基础上判断目标的动作行为跟踪基本框架,opencv编写,利用背景差分,质心法可以跟踪多个目标,并分配ID号,记录行动轨迹,可用于车辆道路等,大家可以参考学习下,效果有待改进,不同的视频会有不同的效果。(The relevant information of the moving object is stored in the structure.