-
Source-code--CCCam
Source-code--CCCam.zip 处理网络 图像协议 代码:
* run cccam with:
* LD_PRELOAD=./ca.so ./xxx.i386
*
* Will then send CWs to vdr-sc cardclient cccam
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, wr
- 2022-07-15 11:41:08下载
- 积分:1
-
采用优化彩色化的实现
在Linux上,你需要先安装GTK程序库:sudo的资质安装libgtk2.0-dev的需要注意的是apt-get的将无法正常工作,以及它解决不了依赖问题正确。也libsuitesparse-dev的需要编制须藤性向安装libsuitesparse-dev的您还需要GIMP开发包sudo的资质安装libgimp2.0-dev的
- 2022-02-06 01:04:54下载
- 积分:1
-
自己的sift算法
由于sift算法提取到的特征点数量太多,而且检测到的特征点中伪特征点较多,且分布不够均匀,不能够很好地反映图像特征。此外每个特征点都有128维的特征向量,而且算法中包含经过大量的高斯卷积过程,所以算法运算量十分巨大,配准的速度慢。故考虑采用Harris算子代替近点SIFT 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-24 09:19:54下载
- 积分:1
-
StL Data File Viewer
StereoLithography(StL) is something that is widely used in CAD/CAM, RapidPrototyping etc. The concept is that any surface or solid is exported to StL format by data exchange packages after they are modeled in commercial CAD packages. This data consists of triangulated facets that approximate the surface of the solid. No topological or geometric information is exported. The surface is subdivided into small triangles. The approximation uses chordal deflection for curved surfaces to smoothen the surface. More the smoothening required, more number of smaller triangles are generated by subdivision resulting in larger size of data file. Now, along with triangles, their facet normals are also generated. The data is written both in ASCII and binary formats. The data in ASCII is written like this:
- 2022-02-02 20:46:09下载
- 积分:1
-
license platre recognition
此项目检测来自diff catrs sadbabsdhs sdbnbdhsadb asdbabsdasbdasbd as a s as sa的牌照;
- 2022-05-09 10:45:27下载
- 积分:1
-
行程编码
给定的代码计算图像描述与特征点。给定的代码计算图像描述与特征点。给定的代码计算图像描述与特征点。给定的代码计算图像描述与特征点。给定的代码计算图像描述与特征点。给定的代码计算图像描述与特征点。给定的代码计算图像描述与特征点。
- 2023-03-26 05:05:03下载
- 积分:1
-
行人划线检测
通过全新的算法设计,在视频中通过鼠标划下禁区线,确定禁区,当行人跨过禁区线的时候进入禁区的时候报警。
- 2022-01-25 18:41:24下载
- 积分:1
-
OpenCV 边缘矢量化
利用OpenCV2.3.1实现对图片轮廓的二值化处理,并调用开源的rec2vec实现轮廓的矢量化!
- 2022-07-04 13:10:51下载
- 积分:1
-
多帧图像转换成avi视频
可以使用MATLAB将多幅图像或屏幕截图转换为avi图像,简单实用捕获的图像文件在您的计算机或互联网:如果例如IMAGE_URL = = c:。png”那么这个形象用于捕获的视频源。当然,这只会让的感觉如果在捕获过程中文件更改的内容。你也可以使用一个图像url等来捕获网络摄像头或气象卫星图像。
- 2022-03-23 03:26:05下载
- 积分:1
-
高斯平滑处理
高斯滤波器是一类根据高斯函数的形状来选择权值的线性平滑滤波器。高斯平滑滤波器对于抑制服从正态分布 的噪声非常有效。一维零均值高斯函数为: g(x)=exp( -x^2/(2 sigma^2)) (u=0)其中,高斯分布参数Sigma决定了高斯函数的宽度。 对于图像处理来说,常用二维零均值离散高斯函数作平滑滤波器。
- 2022-03-22 18:50:42下载
- 积分:1