-
音视频编码技术-课程作业2
说明: 全搜索算法重构图。像顾名思义,穷尽法就是对搜索范围内的每个位置都进行计算并比较,从原图像块中找到与待匹配块最相似(误差最小)位置的方法。对于一个搜索范围为[-7,7]的区域来说,x,y两个方向全部搜索一遍需要进行 15X15 = 225 次计算。穷尽法的缺点很明显就是计算量太大,速度很慢,另一方面,由于全部范围都进行了计算,其匹配精度是最高的。(Reconstruction graph of full search algorithm. As the name implies, the exhaustive method is to calculate and compare each position within the search range, and find the most similar (least error) position with the block to be matched from the original image block. For an area with a search range of [- 7,7], 15x15 = 225 calculations are required for searching both directions X and Y once. The disadvantage of exhaustive method is that the calculation is too large and the speed is very slow. On the other hand, the matching accuracy is the highest because all the ranges are calculated.)
- 2020-12-29 11:09:01下载
- 积分:1
-
person类
数据成员:
姓名name、性别sex、年龄age
成员函数
(1)构造函数
(2...
person类
数据成员:
姓名name、性别sex、年龄age
成员函数
(1)构造函数
(2)输出姓名、性别、年龄
派生类student
数据成员:
学号、专业(代号) 、考试成绩score[5]、平均成绩
成员函数
(1)构造函数
(2)输出学号、姓名、性别、年龄、专业
(3)计算平均成绩
(4)输出学号、姓名、单科成绩和平均成绩
派生类teacher
数据成员:
职工号、职称、讲授课程(课程代号)
成员函数
(1)构造函数
(2)输出职工号、姓名、性别、年龄、职称
(3)设置讲授课程
(4)输出姓名、讲授课程
派生类graduate_student
成员函数
(1)构造函数
(2)输出姓名、性别、年龄、职称、研究生专业
-person category
- 2023-05-21 13:45:03下载
- 积分:1
-
Learning_network_Services
its about Network services...
- 2010-01-01 20:18:18下载
- 积分:1
-
chunbilikongzhi
纯比例控制的作用和比例调节对系统性能的影响,有单位反馈,阶跃扰动。(The effects of pure proportional control and proportional regulation on system performance include unit feedback and step disturbance.)
- 2019-05-14 15:16:46下载
- 积分:1
-
Delphi 自动更新程序
说明: Delphi 自动更新程序,菜鸟的行为,大家懂的..........(Delphi Auto update,yes,..................)
- 2020-06-20 19:40:02下载
- 积分:1
-
PSO优化Kmeans
说明: 该程序可以实现利用粒子群算法对K-MEANS算法进行优化(This program can optimize k-means algorithm by particle swarm optimization)
- 2020-05-27 16:40:43下载
- 积分:1
-
ac108.h
AC108 linux 驱动头文件,使用时请配套源文件一同下载(AC108 linux driver head file)
- 2020-11-30 20:29:28下载
- 积分:1
-
bouncetest java编写的程序学习编程爱好者…
JAVA编写的BounceTest程序 供编程爱好者学习参考之用-JAVA BounceTest prepared by the procedures for learning programming enthusiasts with reference
- 2022-01-25 23:27:54下载
- 积分:1
-
BCFCM2D
偏移场矫正模糊c-均值算法的matlab代码实现。运用于通向分割及偏移场估计。(bias filed corrected)
- 2018-06-17 09:57:05下载
- 积分:1
-
ch1
实现一个可编程表达式的计算器,并判断输入的表达式是否正确。(Expression of the realization of a programmable calculator, and determine the expression entered is correct.)
- 2009-05-25 18:50:16下载
- 积分:1