- colour is not usually related to concentration. It's the intensity.
- without calibration it's impossible to convert intensity into concentration.
How to extract rgb values from an image and convert them into concentration?
조회 수: 2 (최근 30일)
이전 댓글 표시
Input image, extract rgb values from the image and convert those rgb values to concentration.
MATLAB Image Processing
How to code this ?
댓글 수: 5
Image Analyst
2019년 1월 19일
Attach your one-color (i.e., gray scale) image and your calibration table in a .mat file with the paper clip icon.
답변 (1개)
Rahul punk
2019년 1월 19일
%% try this
rgbImage = permute(rgbImage, [3,1,2])
serialValues = rgbImage(:)'
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!