To display a bitmap image using progressive scanning aka non-interlaced scanning or de-interlaced scanning

To display a bitmap image in c or c++ using progressive scanning aka non-interlaced scanning or de-interlaced scanning, where we take a bmp image as an input(Previously existed one). I need code and explanation. . . I need in matlab also. . .

답변 (1개)

As far as I know, a BMP image is stored bgrbgrbgrbgr..... and the imread function "deinterlaces" the colors. But I don't believe it interlaced spatially. Even if it were, again, the imread function hanndles that. So why can't you just use imread to read in your images?

카테고리

도움말 센터File Exchange에서 Convert Image Type에 대해 자세히 알아보기

질문:

2012년 4월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by