public void SetOutput(CVImageOutput output)
		{
			FOutput = output;
		}
		public void Add(CVImageOutput output)
		{
			FOutput.Add(output);
		}