獲得CU深度

在xCompressCU函數後加
/*********獲得整個深度信息*****/
  int alldepth[256];
  for (int i = 0; i < 256; i++)
  {
	  alldepth[g_auiZscanToRaster[i]] = rpcCU->getDepth(i);
  }
  for (int i = 0; i < 256; i++)
  {
	  if (i % 16 == 0)
	  {
		  cout << endl;
	  }
	  cout << alldepth[i] << " ";

  }
  cout << endl;
  /******************/


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章