资源列表
[OpenCV] MFC-IN-opencv
说明:教你如何在opencv中使用MFC,包含具体的程序例子-Teach you how to use MFC opencv, include examples of specific procedures<付卿> 在 2025-11-24 上传 | 大小:325kb | 下载:1
[图形图象] serversocket
说明:一个简单的Demo,适合初学者,利用serversorkcet和clientsocket实现远程控制-A simple Demo, suitable for beginners, and clientsocket use serversorkcet remote control<曾鹤基> 在 2025-11-24 上传 | 大小:566kb | 下载:0
[图形图像处理(光照,映射..)] PCA-face-recognition(code)
说明:PCA主要成分分析算法在人脸识别中的应用,附有源代码-PCA principal component analysis algorithm is applied to face recognition, with source code<付卿> 在 2025-11-24 上传 | 大小:416kb | 下载:0
[图形图像处理(光照,映射..)] MSR_Method
说明:一种基于MSR的图像增强算法,用于处理低对比度,低分辨率的雾天图像,大大降低了图像的失真程度。-An image enhancement algorithm based MSR for low contrast, fog low resolution image to reduce distortion of an image.<zx> 在 2025-11-24 上传 | 大小:468kb | 下载:0
[图形图像处理(光照,映射..)] cg02
说明:z-buffer 算法初级代码,计算机图形学课程要求之一-z-buffer algorithm primary code<Hanwei Jin> 在 2025-11-24 上传 | 大小:11.75mb | 下载:0
[OpenCV] EllipseDetector-Dist
说明:用于检测椭圆图形,得到椭圆五维参数。内附具体实例,并配有具体程序。-For the detection of elliptical pattern to get the five-dimensional ellipse parameters. Included specific examples, and with specific procedures.<黄凌霄> 在 2025-11-24 上传 | 大小:2.15mb | 下载:0
[图形/文字识别] LaneDetector
说明:该代码实现对城市中车道的检测,realize lane deetction in urban street written in c-realize lane deetction in urban street written in c++<1> 在 2025-11-24 上传 | 大小:46kb | 下载:0
[图形图像处理(光照,映射..)] InversePerspectiveMapping
说明:该代码实现图像的IPM转换,mapping image from world plane to image plane-mapping image from world plane to image plane<1> 在 2025-11-24 上传 | 大小:4kb | 下载:0
[OpenCV] ImageDisplay_opencv
说明:主要是通过c#和opencv来对ARM板上通过网络传回的图像数据进行接收和处理,通过轮廓搜索来对图像中的目标进行寻找和定位-Mainly through c# and opencv to ARM board image data returned by the network received and processed, to find and locate the image of the target by the contour search<chen> 在 2025-11-24 上传 | 大小:6.88mb | 下载:0
[图形图像处理(光照,映射..)] CameraInfoOpt
说明:该代码校准相机信息, contains the camera calibration ifo- contains the camera calibration ifo<1> 在 2025-11-24 上传 | 大小:5kb | 下载:0
[图形图像处理(光照,映射..)] cmdline
说明:该代码实现由gengetopt生成函数与处理命令,contains gengetopt files for parsing command lines-contains gengetopt files for parsing command lines<1> 在 2025-11-24 上传 | 大小:6kb | 下载:0
[图形图像处理(光照,映射..)] Krusf
说明:求最小生成树的Kruskal算法 边权矩阵的产生方法: 1)一般的边权矩阵,为nxn维。调用方式[T c]=Krusf(d) 2)边权矩阵的前两行分别记录图上所有边的起始顶点和终止顶点, 无向边不重复记录。第三行记录对应边的权值。调用方式为[T c]=Krusf(d,1) c:生成树的费用 T:生成树的边集合 -The Kruskal minimum spanning tree algorithm<糖果> 在 2025-11-24 上传 | 大小:1kb | 下载:0