How to convert 3D rgb image taken with ir filter removed webcam to 4D NIR image

4 ビュー (過去 30 日間)
Uimin Lee
Uimin Lee 2022 年 7 月 7 日
回答済み: Binaya 2023 年 9 月 28 日
I took the picture after removing the ir filter on the webcam.
The photo has a three-dimensional rgb format. My qustion is how to convert it to a four-dimensional format to check whether the image contains information of the nir spectrum.

回答 (1 件)

Binaya
Binaya 2023 年 9 月 28 日
Hi Uimin,
The cameras after removing the IR filter can capture the NIR spectrum of visible light. The cameras do not record each individual frequency but record the intensity of these frequencies as a component of RGB. So, the NIR portion of the image adds more intensity towards the R component of the image. This task is possible by extracting only the R component from the image and by adjusting brightness, contrast and applying different filters.
For more information please also refer to answers provided in the following MATLAB Answers post:how to extract Near-IR (NIR) from an RGB image
I hope this helps.
Regards
Binaya

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by