Image analysis for Signal processing help
    조회 수: 2 (최근 30일)
  
       이전 댓글 표시
    
Hello, 
I have an image
How can I select a region of this image to crop out a 10x10 region of pixels and then display this on a figure window?
After this how can I perform a Discrete Cosine Transform (2D DCT) on it
 and obtain the DCT coefficient values?
Thank you 
댓글 수: 0
채택된 답변
추가 답변 (1개)
  Sulaymon Eshkabilov
      
 2022년 5월 1일
        Using the Discrete Cosine Transform is quite straightforward. You'd need to employ dctmtx() fcn. 
Help documentation: 
doc dctmtx
Also, you can view this online documentation: 
mathworks.com/help/images/discrete-cosine-transform.html 
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

