资源列表

« 1 2 ... 65 66 67 68 69 7071 72 73 74 75 ... 745 »

[OpenCVFR_opencv

说明:基于OpenCV的EigenFace FisherFace LBPHFace人脸识别的实现-face recognition basd on opencv
<整句置信度> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[OpenCVsharpen

说明:基于拉普拉斯算子实现图片的锐化,并将结果与原图片显示出来-Based on Laplacian image sharpening to achieve the result with the original image displayed
<宣璇> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[OpenCVguidaoshuangbianlvbo

说明:该源码实现读入一幅图像并通过创建滑块调整参数的方法对图像进行双边滤波,效果明显,可以直接编译。-The source code to achieve read in an image and by creating a slider to adjust the parameter method for bilateral filtering, obvious effect, can be directly compiled.
<宁双宁> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[OpenCVdisplay-histogram-1

说明:该源码实现读入一幅彩色三通道图像,实现显示该图像同时显示输出对应三通道的颜色直方图,方便,直观,可以直接编译。-The source code to achieve read in a color three-channel image, the corresponding three-channel display the image at the same time the output of color histogram, convenient, intuitive, can be di
<宁双宁> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[OpenCVDrawHistogram1

说明:这个源代码实现的功能是读入一幅图像,将其转换至hsv颜色空间,计算并显示图像的hs直方图,方便,直观,可以直接编译。-The function of the source code implementation is read in an image, convert it to HSV color space, calculate and display the hs histogram of the image and is convenient, intuitive, can be dir
<宁双宁> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[OpenCVChessBoard

说明:opencv摄像机标定需要的棋盘标定板。简单容易修改。可直接保存图片-Chessboard opencv camera calibration requires calibration plate. Simple and easy to modify. Pictures can be saved directly
<weizhengbo> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[OpenCVqiege

说明:找到图形中的轮廓 并以轮廓切割图形并分别显示出来-Find the outline of the graph and cut it with the outline.
<啦啦> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[OpenCVreadapic

说明:利用opencv+vs2008读取一张摄像头的图片-Opencv+vs2008 use a camera to read images
<邓博> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[OpenCVaddImages

说明:基于opencv的图像相加代码,使用c++语言编写-the code of image by adding based on opencv
<小蜗> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[OpenCVgabor_japan.py.tar

说明:图像gabor滤波处理-gabor-filter image.....................................
<包钰涵> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[OpenCVdrawing

说明:opencv def random_color(random): Return a random color icolor = random.randint(0, 0xFFFFFF) return cv.Scalar(icolor & 0xff, (icolor >> 8) & 0xff, (icolor >> 16) & 0xff) if __name__ == __main__ : # some consta
<Phindx> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[OpenCVcanny

说明:基于vc ++ 6.0和openCV图像边缘提取canny算法-Based on vc++ 6.0 & openCV image edge extraction canny algorithm
<王旺> 在 2025-07-16 上传 | 大小:1kb | 下载:0
« 1 2 ... 65 66 67 68 69 7071 72 73 74 75 ... 745 »

源码中国 www.ymcn.org