搜索资源列表
TextDetect
- 云行TextDetection.exe程序,打开任意一幅bmp文件。点击“操作 检测文本区域”, 变会弹出文本检测的结果框。框内设定显示前六个文本区域的二值化结果,注意该框不要移动。关闭该框,BMP文件原始图像中用红色矩形框显示出检测出的文本区域。-cloud OK TextDetection.exe procedures, arbitrary opened a bmp file. Click on the "
test12-28
- 1.几种灰度变换,分段线性化,平方变换,对数变换,平方根变换等等 2.几种滤波器,中值滤波,均值滤波等等 3.图像分割,边缘检测,轮廓提取,以及SOBEL梯度算子 4.彩色图像,红色通道,绿色通道,蓝色通道 5.图像的几何变换,图像缩放,镜像(水平镜像和垂直镜像) -1. Several gray-scale transformation, piecewise linear, square transform, th
DeviceView
- 这是一个计算机设备的检测程序,在vc下编程 。例如对键盘的检测时,当你按下相应的键时对应的界面上的文本会高亮红色显示。
readtext
- 使用Kalman滤波实现二维图像中目标的轨迹跟踪源代码 这个程序通过Kalman滤波实现目标轨迹跟踪,并预测目标下一出现的位置。它通过背景相减实现目标检测,然后把输出的结果交给Kalman滤波器,预测出下一出现的位置(红色),可以和实际出现的位置(绿色)相比较。
灵通网络办公OA系统2008正式版
- 灵通无纸化网络办公OA系统2009正式版 功能说明及使用帮助 1、本OA办公界面完美,使用Access数据库和SQL结构数据库(正式版用户可以自己进行数据库格式的选择更改); 2、数据库开放,不再加密隐藏数据表; 3、文件上传改用aspupload及aspjpeg组件,自动生成略缩图,且不产生冗余文件节省空间; 4、前台代码优化,去除冗余代码,提高访问速度,便于搜索引擎收录等; 5、前台界面宽屏居中,OA系统100%宽屏;
TextDetect
- 云行TextDetection.exe程序,打开任意一幅bmp文件。点击“操作 检测文本区域”, 变会弹出文本检测的结果框。框内设定显示前六个文本区域的二值化结果,注意该框不要移动。关闭该框,BMP文件原始图像中用红色矩形框显示出检测出的文本区域。-cloud OK TextDetection.exe procedures, arbitrary opened a bmp file. Click on the "
test12-28
- 1.几种灰度变换,分段线性化,平方变换,对数变换,平方根变换等等 2.几种滤波器,中值滤波,均值滤波等等 3.图像分割,边缘检测,轮廓提取,以及SOBEL梯度算子 4.彩色图像,红色通道,绿色通道,蓝色通道 5.图像的几何变换,图像缩放,镜像(水平镜像和垂直镜像) -1. Several gray-scale transformation, piecewise linear, square transform, th
DeviceView
- 这是一个计算机设备的检测程序,在vc下编程 。例如对键盘的检测时,当你按下相应的键时对应的界面上的文本会高亮红色显示。-This is a computer equipment testing procedures, programming under vc. For example, detection of the keyboard, when you press the corresponding key when the c
readtext
- 使用Kalman滤波实现二维图像中目标的轨迹跟踪源代码 这个程序通过Kalman滤波实现目标轨迹跟踪,并预测目标下一出现的位置。它通过背景相减实现目标检测,然后把输出的结果交给Kalman滤波器,预测出下一出现的位置(红色),可以和实际出现的位置(绿色)相比较。 -The use of Kalman filtering to achieve the goal of two-dimensional image of the tra
HarrisCorner
- harris角点检测,可以自己设置参数,检测结果用红色叉叉表示,效果比较好。-harris corner detection, you can set their own parameters, test results indicated that叉叉in red, the effect is better.
shibie
- 利用directshow技术控制摄像头,并可以检测图像中红色的区域,并标记出来-Use DirectShow technology to control the camera and can detect images in the red region, and marked
shibie
- 用C++实现的简单目标识别源代码,特别可以识别红色的目标-A system which is realized by c++
KALMANPI
- kalman跟踪行人,再视频场景中检测到行人的存在,并用红色矩形框对行人进行跟踪。-pedestrian tracking using kalman filter
detect
- 对一副彩色图像,用两种立体模型,立方体和球体模型,检测红色的彩色分层变换。-Pairs of a color image, using two-dimensional model of the cube and sphere models to detect the red color layer transformation.
figure6_34
- 对一幅彩色的草莓图像在立方体和球体中 分别检测红色的彩色分层变换-Strawberry on a color image in the cube and sphere, respectively, the red color layer change detected
基于笔记本matlab红色识别
- 在matlab上实现,基于笔记本摄像头的源码,打开笔记本并运行matlab,就能实现
红色+颜色传感器+资料
- TCS3200 RGB颜色采集,可用于检测LED等颜色(TCS3200 RGB color acquisition, can be used to detect LED and other colors)
FaceDetected
- 人脸检测,能够检测出一张图像中的人脸,并用红色框画出来,检测的算法简单易懂。(Face detection, can detect an image of the human face, and painted in red box, the detection algorithm is simple and easy to understand.)
BGR_YUV_Lab
- 实现BGR和YUV结合的方式进行红色检测(Red detection is implemented in a combination of BGR and YUV)
test2
- 对视频序列中的运动目标进行检测与跟踪,动目标检测部分采用背景差分法,跟踪部分采用卡尔曼滤波,检测结果用红色外接矩形框表示,跟踪结果用绿色矩形框表示 2、采用平均背景法更新背景图像。(The moving target in the video sequence is detected and tracked, the moving target detection part uses the background difference