-
电子地图信息系统delphi源码
电子地图信息系统delphi源码-electronic map information systems delphi FOSS
- 2022-01-26 02:24:43下载
- 积分:1
-
指纹识别源代码,指纹预处理,图像增强,特征提取,指纹比对和指纹的存储。...
指纹识别源代码,指纹预处理,图像增强,特征提取,指纹比对和指纹的存储。-Source code for fingerprint recognition, fingerprint pre-processing, image enhancement, feature extraction, fingerprint matching and fingerprint storage.
- 2023-07-10 22:15:03下载
- 积分:1
-
经典OpenCV目标跟踪源程序
需要一个int ipp6.0 MILTRACK README, Version 1.0
-------------------------------------------------------------------------------------------------------
This code includes an implementation of the MilTrack algorithm [1], as well as a re-implemenation of the Online AdaBoost tracker described in [2], though with some modifications. This code requires both OpenCV 1.0 (http://sourceforge.net/projects/opencvlibrary/) and Intel IPP 6.0 (http://www.intel.com/cd/software/products/asmo-na/eng/302910.htm) to be installed on your machine. It has only been tested on a machine running Windows XP, usiong Visual Studio 9.0. In order for the code to run, make sure you have the OpenCV bin directory, and the Intel IPP bin directory in your system path.
- 2022-03-16 00:10:00下载
- 积分:1
-
利用bilateral实现一个视频或图像的动画处理,就是速度慢了点,否则都可以做成移动设备上的产品了...
利用bilateral实现一个视频或图像的动画处理,就是速度慢了点,否则都可以做成移动设备上的产品了-Bilateral realize the use of a video or image animation treatment, that is, the slow or else it can make mobile devices a Product
- 2022-02-26 14:01:15下载
- 积分:1
-
一个图形处理的小程序的源代码,非常小,没有图形界面
一个图形处理的小程序的源代码,非常小,没有图形界面-a small graphics program"s source code is very small, no graphical interface
- 2022-01-30 16:47:45下载
- 积分:1
-
图形学中的三位变换程序,采用vc实现的。
图形学中的三位变换程序,采用vc实现的。-Graphics of the three transformation process, using vc achieved.
- 2022-05-12 15:56:47下载
- 积分:1
-
java 图形界面 swing 例程
简单 易懂
希望对你们有帮助
java 图形界面 swing 例程
简单 易懂
希望对你们有帮助-java GUI easy swing routine you want to help
- 2022-01-26 15:30:51下载
- 积分:1
-
Based on OPenGL and c++ to build three
基于OPenGL和c++构建的三维可视化程序。-Based on OPenGL and c++ to build three-dimensional visualization program.
- 2022-01-26 06:16:14下载
- 积分:1
-
This is a development with vb small image processing procedures
这是一个用vb开发的图像处理小程序-This is a development with vb small image processing procedures
- 2023-01-28 16:10:04下载
- 积分:1
-
C + + 的 LBP 代码
局部二元模式(LBP)是一种用于在计算机视觉分类功能。 LBP是特定情况在1990年[1] [2] LBP于1994年首先描述[3] [4]它提出的纹理谱模型由于被认为是一个强大的功能的纹理分类;它已经进一步确定,当LBP是结合定向梯度直方图(HOG)的描述符,它提高了检测性能相当一些数据集。该LBP特征向量,在其最简单的形式中,通过以下方式创建的:划分检测窗口进入细胞(例如16×16像素的每个单元格)。用于在小区中的每个像素,比较像素到它的每一个8邻居(在它的左顶,左中间,左底部右顶部,等等)。跟随一个圆,即顺时针或逆时针的像素。其中,中心像素的值大于邻居的值,写入“1”。否则,写“0”。这使一个8位二进制数(通常是转换为十进制为方便起见)。计算的每个“号码”中出现的频率的直方图,在细胞内,(即,对每个组合哪些像素是较小的,哪些是大于该中心)。任选正常化直方图。串联所有细胞(归)直方图。这给出了窗口的特征向量。特征向量现在可以使用支持向量机或其他机器学习处理算法进行分类的图像。这样的分类可以用于人脸识别或纹理分析。
- 2022-03-21 06:15:16下载
- 积分:1