第一章 绪论
视频图像处理的概念
视频是一组图像在时间轴上的有序排列,是二维图像在一维时间轴上构成的图像序列,又称动态图像、活动图像、运动图像。不止包含了静止图像的内容,还包含了目标的运动信息和客观世界随时间变化的信息。
序列>帧>像素
视频图像处理系统的组成
- 图像采集
- 图像显示
- 图像存储
- 图像通信
- 图像处理和分析
已经快要忘了上一次通宵是在什么时候了,曾经做数学建模的时候是通过的,最后应该也是在期末的某次,一边要弄课设,一边又有考试,然后想着通宵赶紧把课设做做完,留出白天的时间来好好复习。
说起来还是自己平时的执行效率太低,总是没有办法全心全意地复习,拖啊拖啊拖啊的,就拖成了现在这个样子。
之前的博客都是写在博客园上的,现在转移至github。
第一次用Markdown这种语法,真心简洁明了,短小精悍!
算是从5月26号正式开始跑这个博客吧,27号最后换了个比较喜欢的主题,然后开始慢慢改自己的东西,估计以后一段时间用的都是这个样式了。
然后有空会开始把博客园的东西一篇一篇移回到这里来。
hexo官方文档镜像站:http://hexo.jcf94.com/
#一级标题
##二级标题
这是一段不加格式的代码
#include<iostream>
#include<cstdio>
using namespace std;
int main()
{
printf("Helloworld\n");
return 0;
}
###三级标题
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment
Time Limit: 10000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Our protagonist is the handsome human prince Aragorn comes from The Lord of the Rings. One day Aragorn finds a lot of enemies who want to invade his kingdom. As Aragorn knows, the enemy has N camps out of his kingdom and M edges connect them. It is guaranteed that for any two camps, there is one and only one path connect them. At first Aragorn know the number of enemies in every camp. But the enemy is cunning , they will increase or decrease the number of soldiers in camps. Every time the enemy change the number of soldiers, they will set two camps C1 and C2. Then, for C1, C2 and all camps on the path from C1 to C2, they will increase or decrease K soldiers to these camps. Now Aragorn wants to know the number of soldiers in some particular camps real-time.
Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
There are N boxes on the ground, which are labeled by numbers from 1 to N. The boxes are magical, the size of each one can be enlarged or reduced arbitrarily. Jack can perform the “MOVE x y” operation to the boxes: take out box x; if y = 0, put it on the ground; Otherwise, put it inside box y. All the boxes inside box x remain the same. It is possible that an operation is illegal, that is, if box y is contained (directly or indirectly) by box x, or if y is equal to x. In the following picture, box 2 and 4 are directly inside box 6, box 3 is directly inside box 4, box 5 is directly inside box 1, box 1 and 6 are on the ground.
Time Limit: 6000/2000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
YaoYao is fond of playing his chains. He has a chain containing n diamonds on it. Diamonds are numbered from 1 to n. At first, the diamonds on the chain is a sequence: 1, 2, 3, …, n. He will perform two types of operations: