How to encode edge features in Matlab?

조회 수: 1 (최근 30일)
Thien Thu Ngo
Thien Thu Ngo 2017년 8월 15일
댓글: Image Analyst 2017년 8월 18일
I am making a simple demo in Matlab. I want to extract edge maps from video sequences then encode both frame & edge maps to bit stream. Then I will decode bitstream to have frame & edge maps, and leverage edge maps to upscaling that frame.
This is not a new idea, I used huffmanenco to encode image, but I'm facing some difficulties to encode edge maps. May anyone can give me an idea to solve this problem? Sorry if my question trouble you because I'm newbie in both Matlab and Computer Vision.
Thank you so much.
  댓글 수: 8
Thien Thu Ngo
Thien Thu Ngo 2017년 8월 18일
As I'm not trying to make a streaming system on matlab, so I will simulate it by encoding & saving into a file, then read the file back to reconstruct the frame. Is it possible?
Image Analyst
Image Analyst 2017년 8월 18일
Why not simply use save() to save the variable in a .mat file?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 영상 분할 및 분석에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!