资源列表
select
- 本程序实现了人脸图片的快速采集,使用环境Python3.x,需要电脑连接摄像头,打开PythonIDLE,按下F5运行代码即可进行采集图片(This program has achieved the rapid acquisition of face images. The Python3.x of the environment needs computer to connect the camera, open PythonIDLE and press F5 to run the code
FPS
- python opencv demo ,fps demo,language python demo code us opencv
venv
- OpenCv3.4+py3.4 实现特征点检测、匹配以及相机的标定(OpenCv3.4+py3.4 Realization of feature point detection, matching and camera calibration)
on_trackbar
- 网上很多opencv的帧差法资料,但是大都直接调用视频,或者调用摄像头,调用文件夹下的图片库的资料比较少,通过网上整理资料,终于利用opencv按照帧来处理图片。 使用opencv批量读取文件夹下的视频帧批量读取图片; 使用opencv批量读取图片,二帧差分法二帧差法;(There are many opencv frame difference data on the Internet, but most of them call the video directly or cal
VS2010中使用QT
- 如何在VS2010平台使用QT三维可视化软件开发设置(How to use QT 3D visualization software to develop and set up on VS2010 platform.)
PIXEL
- 灰度变换是指根据某种目标条件按一定变换关系逐点改变源图像中每一个像素灰度值的方法。目的是为了改善画质,使图像的显示效果更加清晰。 图像的灰度变换处理是图像增强处理技术中的一种非常基础、直接的空间域图像处理方法,也是图像数字化软件和图像显示软件的一个重要组成部分。提取像素进行变化(Grayscale transformation is a method of changing the gray value of each pixel in a source image according to c
main
- 该程序完成了图像视觉显著的itti算法在c++语言的实现(The program completes the ITTI algorithm of image and visual, and realizes in c++ language.)
DWT_IDWT
- 用OpenCV实现的图像小波变换及反变换代码(Image wavelet transform and inverse transform code implemented by OpenCV)
python-opencv镜头直线检测
- 通过二值化2、边缘检测、霍夫变换检测摄像头拍摄到的直线。(Binarization 2, edge detection, and Hough transform detect the line taken by the camera.)
actcap
- 运用python编程,进行图像处理,捕捉运动中的物体,(The object that captures the movement,)
python猫狗分类程序
- 利用此程序可以对对象进行分类识别,很实用。(This program can be used to classify and recognize objects, which is very practical.)
knn
- 通过knn分类算法识别魔方的色块颜色,加入是否识别成功判断,成功识别率比阈值法识别更高。有完整的备注(Through the KNN classification algorithm to identify the color block of the cube, the success rate is higher than the threshold method. Code has complete comments)