-
lightflow_blockmatch_DEW
数字视频处理(光流法、块匹配、视差运动估计和DEW水印嵌入和提取)的例子,整合到一个程序中了。(Digital video processing (optical flow method, block matching motion estimation and disparity DEW watermark embedding and extraction) examples, integrated into a program in it.)
- 2014-05-01 16:38:30下载
- 积分:1
-
11.10bitADC.X
应用于PIC单片机的十位串行AD转换器采样(Ten bit ADC sampling used in PIC single chip)
- 2018-06-04 10:11:48下载
- 积分:1
-
C# 截屏代码
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using System.Windows.Forms;
namespace Screencap
{
public class Capture
{
public enum CaptureTarget
{
Window,
Screen
}
public static Bitmap CaptureImage(CaptureTarget target, IntPtr windowHandle)
{
if (target == CaptureTarget.Window && windowHandle != IntPtr.Zero)
{
Rectangle rect = GetWindowRect(windowHandle);
- 2022-01-21 23:03:40下载
- 积分:1
-
fpm10a
利用c语言对FPM10A进行编程,实现对指纹的识别,删除,以及对指纹的调用等等,对这一指纹的学习有一定的帮助。
- 2022-02-14 11:13:01下载
- 积分:1
-
Tracking-and-ranging
基于单片机的红外遥控系与测距系统,包括车载雷达测距等(Infrared remote control system based on SCM and ranging system)
- 2012-11-27 15:28:14下载
- 积分:1
-
.net编程,操作word
.net编程,操作word-. net programming, operating word
- 2022-02-21 20:44:17下载
- 积分:1
-
DarkChannelPrior
目标物与摄像机距离已知的情况下,计算白天大气能见度距离。(The distance between the object and the camera is known to calculate the visibility distance in daytime.)
- 2017-01-20 14:10:32下载
- 积分:1
-
ASP.NET车站售票系统的设计与实现(源码+数据库+毕业论文)
ASP.NET车站售票系统的设计与实现(源码+数据库+毕业论文)
- 2020-06-16下载
- 积分:1
-
ACA
蚁群算法用c++语言实现的,可以用于求旅行商问题的解(Ant colony algorithm using c++ language and can be used to seek the solution of traveling salesman problem)
- 2009-04-09 19:55:44下载
- 积分:1
-
firework_program
此程序例子是以C语言编写的一种实现烟花音乐效果的程序(The fire_work program example is written in C language to achieve a fireworks music program)
- 2017-03-14 14:30:07下载
- 积分:1