搜索资源列表
SFTW351-Assignment1-D-A6-2776-4
- * Zooming and Shrinking Images -(a) Write a computer program capable of zooming and shrinking an image by nearest neighbour and bilinear interpolation. The input to your program is the desired size of the resulting image in the horizontal a
Assignment_2
- Image Enhancement -1. Histogram Equalization (a) Write a C++ function for computing the histogram of an image. (b) Write a C++ function to implement the histogram equalization with local enhancement ability for any neighbourhood si
Assignment_3
- * Frequency domain filtering -1. Discrete Fourier Transform Write a C++ function for each of following: (a) Multiply the input image by (-1)x+y to center the transform for filtering. (b) Compute the two-dimensional discrete F
MuseRadio_06
- MuseRadio 1.0 Beta版 完成。 添加了中国国际广播电台轻松调频和陕西交通广播的几个节目,其它电台和节目可根据个人喜好自行添加。软件公是初版,仍存在不少问题,以后会逐步优化。 本软件的亮点: 1.可以自行对电台及节目信息进行管理(数据存储在ACCESS数据库中,用户需安装Office); 2.可对回放节目按照日期进行智能整合,生成播放列表自动连续播放,不能播放者为该日节目服务器未上传或已撤下。 2009年7月4日
GuessNumber
- 一个简单的猜数字游戏,代码效率一般,但是实现了功能.上面的输出列表里面会显示xAxB,A代表数字位置也对数值也对,B代表数值正确位置不对.你有10次机会.-A simple guessing game, code efficiency in general, but to achieve the function output will be displayed inside the above list xAxB, A position also represents a number of
Image-panorama-stitching-VCPOPENCV
- 图像A和B,A有至少1/3部分与B重合,在A中找图像块a,在B中找图像块b,利用夹角余弦距离,求a 、b的相似度,利用循环使b在B中移动,找到相似度最大的图像块b。通过b所在点坐标,确定B相对于A的偏移量。通过偏移量将A和B放在同一坐标系实现拼接。- Images A and B, A and at least 1/3 of the overlap B, find a picture in A block, looking for an image block b in B, usin
Big-Int-P
- 我有一个简单的问题:给出两个大整数a,b,你的工作就是求其中a+b的和-I have a very simple problem for you.Given two integers A and B, your job is to calculate the Sum of A+ B.