How to encode edge features in Matlab?
이전 댓글 표시
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
José-Luis
2017년 8월 15일
"...but I'm facing some difficulties to encode edge maps. May anyone can give me an idea to solve this problem?"
This is not a helpful description of your problem.
Image Analyst
2017년 8월 15일
What do you want to do? Burn the edges into your image?
Thien Thu Ngo
2017년 8월 16일
Image Analyst
2017년 8월 16일
I don't know how to do the encoding and transmission. To find edges, have you tried the edge() function?
Thien Thu Ngo
2017년 8월 17일
Image Analyst
2017년 8월 17일
How, exactly, are you doing the "sending"? What form of data does the client expect to receive? Obviously you need to send it in a form that the client is expecting to receive.
Thien Thu Ngo
2017년 8월 18일
Image Analyst
2017년 8월 18일
Why not simply use save() to save the variable in a .mat file?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!