photo

Vidit Jain


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to get the imageYCbCr from their component Y, Cb and Cr?
Use cat command. Since you want to concatenate the three channels so use cat(3,A,B,C). In your case use: combinedImg = cat(3,i...

7 years 前 | 0