搜索资源列表
CubicBSpline
- 生成三次均匀B样条的曲线,可交互的改变关键点的位置,生成新的B样条-Third Generation uniform B-spline curves, interactive key change the location, the new generation of B-Spline
oscill_src
- This a simple implementation of Oscilloscope control. This control shows last N points of user data. It has up to 8 channels (number of channels are defined by OSC_MAX_CHANNELS parameter in header file). Each channel can show only one curve (in this
harris
- 根据网上的资料自己做的harris角点检测实验,参考程序文件夹中是网上搜集到得程序,参考资料中是4篇我觉得还不错的论文。还有自己拍摄的7幅供测试用的图片。whole.m为主程序,直接运行即可。程序的主要功能是球出了途中角点的坐标并且利用曲面拟合的方法求出了其亚像素坐标。程序中的关键地方均有注释。对研究harris角点检测的朋友很有帮助。-According to online information on their own do harris corner detection experime
input-keyboard
- 这个是关于在directfb中获取键盘的代码,如何根据驱动文件得到按键码值-This is about the directfb code to get the keyboard, how to get key code according to the value of driver files
Painter.java.tar
- 简单实用的java绘图程序,帮助很快掌握java2d绘图关键技术。-A simple java drawing program, if you want to get the key point quickly, you can try it.
SIFT
- SIFT algorithm. to find feature discr iptor. the algorithm returns the locations of key loints and then matches two pictures with htose points.
ad9854_cmd
- ad9854控制命令模块,用于中频信号产生,软件无线电关键模块-the ad9854 control command module used for the IF signal, software radio key modules
ButtonsTesting.tar
- 在linux下用QT4.6.3编写mini2440按键程序,测试可用。-Mini2440 key procedures, test available under linux QT4.6.3 write.
read_Pic_key_ctrl
- 用vs顺序打开文件夹中的图片 用方向左右键分别控制下一张 上一张 图片数量无限制-Open the folder with vs order the picture with the direction key control about respectively on the next picture number unrestricted
clock7
- 屏幕保护: 若无按键并且超过10秒则切换到屏幕保护模式——1024×768×8位的VESA模式并动态显示图片 若有按键发生切换回原来的进程-Screen Saver: If there are no buttons, and more than 10 seconds to switch to the screen saver mode- 10247×768 VESA mode and dynamic display pictures if key switch back to the o
harristest
- 运用Harris角点检测原理,进行Harris角点检测,识别出图像关键点-Using Harris corner detection principle for Harris corner detection, to identify the key points of the image
image--search
- 此代码作为提取视频镜头及关键帧的实现。简单方便-Video shot and key frame extraction
FFMpeg-SDK
- ffmpeg开发手册,包含ffmpeg的关键函数和重要数据结构-ffmpeg development manual includes ffmpeg important key functions and data structures
2Dto3Dlib
- 2D转3D版本支持库代码库,包含了2D转3D的很多关键算法的源代码实现,可以基于本库直接编写后续的处理程序。-2D to 3D version of the support library code library that contains many of the key 2D to 3D conversion algorithm source code, you can write directly on the library subsequent processing.
MLS
- 移动最小二乘图像变形,MATLAB,打开demo2,标定关键点,再标定要变换的位置,-Moving Least Squares image distortion, MATLAB, open demo2, calibration key points, and then calibrated position to transform
Mfiles
- DSP course Using matlab tudents learn in a number ofways and in a variety ofsettings. They learn through lectures, in informal study groups, or alone at their desks or in front of a computer terminal. Wherever the location, students learn most
IOU
- 用OpenGL实现模型的绘制,以及键盘响应,模型旋转等效果-the key interaction
sift
- SIFT算法是在不同的尺度空间上查找关键点,而尺度空间的获取需要使用高斯模糊来实现,Lindeberg等人已证明高斯卷积核是实现尺度变换的唯一变换核-SIFT algorithm is to find the key points on the different scales of space and capture scale space requires the use of a Gaussian blur to achieve, Lindeberg, who has proved a G
shuiyin
- 视频水印技术是利用某些特定的算法把一些标志性的水印信息嵌入到视频当中,它用于视频的版权保护,是信息隐藏技术领域研究的一个重要方向。本课题通过分析视频水印技术的发展背景、应用领域、发展现状及其相关理论知识,提出了一种在视频关键帧中嵌入水印的算法。该算法首先利用Arnold置乱技术对水印图像进行加密预处理,然后根据欧式距离法提取出视频关键帧,最后通过LSB算法在关键帧中实现水印的嵌入和提取。处理过的关键帧合成视频中后仍然可以正常播放,且不会被人的感知系统察觉或注意到。实验表明该算法合理易实现。-Vi
SURF
- detect a key point for image using SURF with opencv