目录 Part 1 : The interface of Silhouettte (Silhouette的界面介绍)
Part 2: The shape divisions and manual roto(形状分区和手动roto工作):
Part 3: tracking :
Part 4: Mocha Tracking
Part 5: Motion Blur(…
c06c增强.cpp
#include <iostream>using namespace std;
// 1、全局变量检测增强:可以检测出重定义 (c语言不会报错,但是C会报错)
//int a;
//int a 10;// 2、函数检测增强: 函数返回值类型、形参类型、实参个数
int sum(int a, int b)
{return …