搜索资源列表
SaliencyToolbox_V2.2
- 基于注意力机制,实现彩色图像显著区域提取.源于Dirk B. Walther-The SaliencyToolbox is a collection of Matlab functions and scr ipts for computing the saliency map for an image, for determining the extent of a proto-object, and for serially scanning the image with the focus
MouseCamera
- 鼠标当摄像头,有源代码和安装包,图片呈黑白色,像素不高。-Use your optical mouse as a camera! Very easy to use, and code is quite simple. Provides greyscale, lowquality, out of focus images, but it s lots of fun. Send it to a friend! Please do not look directly into your mouse
chap3
- 相机自动调焦系统,完成相机的自动调焦,对图像进行预处理-Camera automatic focusing system, the completion of the camera s auto focus, image preprocessing
poj1066
- poj的试题 poj1066 直接求外墙上的各个点到终点的连线与内墙的焦点最小即可-poj' s questions poj1066 directly seek to various points on the external walls and the interior end of the connection can be the focus of the smallest
SelectiveCompressed.tar
- 实时编码,根据眼球追踪返回的坐标值,保持焦点区域的图像质量,降低其他区域的质量来实现保持用户视觉体验的同时降低每帧大小,提高网络传输的吞吐量-Real-time encoding, according to the coordinates of the eye to track return, keep the focus area of the image quality and reduce the quality of other regions to achi
yuan_vc
- 求两圆相交面积 两圆半径分别问ar,br,两圆圆心距为d-Seeking two circles intersect area radius Q ar, br, two round Heart distance is d if ar+ br < d return 0 two circles from else if (fabs (ar-br),> d return area (min (ar , br)) of two circles covering else the two
SolarSystem
- 该实验以太阳系的八大行星为理论基础,通过对各个行星的大小、与太阳的距离,自转周期和公转周期等参数进行设置,采用基于C语言,调用OpenGL的库函数来完成对太阳系的模拟。包括太阳、八大行星及月亮围绕地球转的模拟,为了是效果更加逼真,为各个球体添加纹理。其中八大行星分别为:水星(Mercury)、金星(Venus)、地球(Earth)、火星(Mars)、木星(Jupiter)、土星(Saturn)、天王星(Uranus)和海王星(Neptune),这八颗行星都在地球绕太阳公转的轨道平面的附近,轨道都
handping__Crntent
- 基于图像处理的相机自动调焦系统,自动调焦中的图象处理-The camera s automatic focusing system based on image processing, image processing of automatic focus
新建文件夹 (2)
- 字典学习。比如一个向量,是k维的,我现在有一个k*n的字典,其中n>>k,所谓的字典学习,就是在这包含n个向量的字典当中寻找一个线性表示可以表示出当前这个k维的向量。之所以称为“稀疏表示”,因为一般n大于k,比如n=512,k=64。这时候你的字典一定是一个Redundant(冗余的,过剩的)的。因此你的表示里面一定有很多系数为0,因而被称作稀疏表示。 信号稀疏表示的目的就是在给定的超完备字典中用尽可能少的原子来表示信号,可以获得信号更为简洁的表示方式,从而使我们更容易地获取信号中