登录
首页 » Delphi » 摄像头

摄像头

于 2020-06-15 发布 文件大小:825KB
0 345
下载积分: 1 下载次数: 0

代码说明:

  利用DELPHI编写的摄像头程序,摄像头采用USB摄像头(Using the camera program written by DELPHI, the camera uses a USB camera.)

文件列表:

摄像头\cap.cfg, 434 , 2013-08-24
摄像头\cap.dof, 2324 , 2013-08-24
摄像头\cap.dpr, 221 , 2013-08-22
摄像头\cap.dproj, 4697 , 2013-08-24
摄像头\cap.dproj.local, 62 , 2013-08-24
摄像头\cap.exe, 1298944 , 2014-09-06
摄像头\cap.identcache, 128 , 2013-08-24
摄像头\cap.res, 876 , 2013-08-22
摄像头\ico\cam.png, 14214 , 2013-08-22
摄像头\ico\cm.bmp, 3222 , 2013-08-22
摄像头\ico\cm.JPG, 1031 , 2013-08-22
摄像头\ico\cm.png, 2939 , 2013-08-22
摄像头\ico\mo.bmp, 4150 , 2013-08-22
摄像头\ico\mo.png, 4150 , 2013-08-22
摄像头\ico\moc.bmp, 4150 , 2013-08-22
摄像头\ico\moc.png, 4150 , 2013-08-22
摄像头\ico\ooopic_1377175205.png, 18025 , 2013-08-22
摄像头\ico\pi.bmp, 3126 , 2013-08-22
摄像头\ico\pi.png, 4150 , 2013-08-22
摄像头\ico\re.png, 4150 , 2013-08-22
摄像头\Unit1.dcu, 9591 , 2014-09-06
摄像头\Unit1.ddp, 51 , 2014-09-06
摄像头\Unit1.dfm, 308083 , 2014-09-05
摄像头\Unit1.pas, 5402 , 2014-09-06
摄像头\Unit1.~ddp, 51 , 2014-09-05
摄像头\Unit1.~dfm, 308083 , 2014-09-05
摄像头\Unit1.~pas, 5403 , 2014-09-05
摄像头\ico, 0 , 2019-08-18
摄像头\Images, 0 , 2019-08-18
摄像头, 0 , 2019-08-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BoW_code
    词袋模型,非常好的参考,有详细说明,希望顺利使用。(The bag of words model, a very good reference, there are detailed instructions, hope to use smoothly.)
    2017-11-04 14:12:17下载
    积分:1
  • 利用de Boor算法绘制B样条曲线
    运用计算机图形学的知识,采用4阶B样条基函数,节点向量取为[0,0,0,0,1/4,2/4,3/4,1,1,1,1] 先绘制控制多边形,再用分段直线段绘制B样条曲线(Using the knowledge of computer graphics, the 4 order B spline basis function is used, and the node vector is taken as [0,0,0,0,1/4,2/4,3/4,1,1,1,1]. First, draw the control polygon and draw the B spline curve by piecewise straight line segments.)
    2018-06-09 15:17:01下载
    积分:1
  • DCT_watermark
    说明:  dct域的图像数字水印,将水印图像信息隐藏在DCT系数的中频部分。(DCT domain image watermarking, the watermark image information hidden in the intermediate frequency part of DCT coefficients.)
    2021-02-22 17:29:41下载
    积分:1
  • toushi
    图形学中的透视投影算法 在屏幕中心绘制立方体的透视投影 可以绘制一点透视图 二点透视图 三点透视图(Graphics in the perspective projection algorithm for drawing a cube in the center of the screen you can draw a little perspective projection perspective two point perspective three-point perspective)
    2020-11-18 23:39:40下载
    积分:1
  • 3Dircadb_unet
    说明:  对脑肿瘤进行分割 基于3dunet(Brain tumors were segmented based on 3dunet)
    2019-10-29 17:34:16下载
    积分:1
  • pased-which-matlab
    说明:  用来进行滤波的,这是基于matlab环境的编程程序,(Used for filtering, which is a programming program based on matlab environment.)
    2019-05-20 22:52:28下载
    积分:1
  • Face-Eye-Detection
    此matlab程序,用来检测并定位人脸及人眼。采用的算法是肤色的颜色分隔。附件中的文件包括 eyematch.m, eyematch2.m, face.m, findeye.m,skin.m, k001.JPG等等(This matlab procedures used to detect and locate human faces and the human eye. Algorithm used in the color of skin are separated. Attachment of documents including eyematch.m, eyematch2.m, face.m, findeye.m, skin.m, k001.JPG and so on)
    2021-05-12 20:30:02下载
    积分:1
  • facedetectandrecognition-dlib-python3.6
    说明:  机器学习专门研究计算机怎样模拟或实现人类的学习行为,以获取新的知识或技 能,为包括人脸识别领域的人工智能的发展做出了极大的贡献。本文探索如何应用机器学习中的一些技术,使计算机更好地完成人脸识别领域中的人脸检测和人脸验证。 在人脸检测方面,针对如何快速、准确地检出人脸的问题,基于DLIB中特征模型,可以快速提取检测出人脸,并且提取出人脸特征点,主要作用就是快速检测定位人脸。在训练过程中,引入了ResNet机器学习算法,该算法采用多层卷积神经网络结构,对人脸进行多层特征提取和描述,得到人脸特征描述符。通过测试可以证实了上述方法能够检测和识别人脸。(In terms of face detection, for the problem of how to detect faces quickly and accurately, based on the feature model in DLIB, you can quickly extract and detect faces, and extract face feature points, the main role is to quickly detect and locate faces. In the training process, the VGG-FACE machine learning algorithm is introduced. This algorithm uses a multi-layer convolutional neural network structure to perform multi-layer feature extraction and description on the face to obtain the face feature descriptor. Tests can confirm that the above method can detect and recognize human faces.)
    2020-05-06 14:33:08下载
    积分:1
  • MSCNN_dehazing
    使用matlab进行图像去雾,有助于帮助刚入门的图像小白学习matlab图像处理(Matlab image defogging, helpful to help beginners learning image white matlab image processing)
    2020-11-04 11:09:52下载
    积分:1
  • Desktop
    说明:  适用于任意图像中轮廓的直线段检测与描绘,对于公路车道直线检测具有良好效果。(Linear segment detection and description for contours in arbitrary Images,it has good effect for straight line detection of highway lanes.)
    2020-06-19 22:20:02下载
    积分:1
  • 696516资源总数
  • 106618会员总数
  • 4今日下载