How to extract features from a thermal Image and which is the best technique to extract?
2 ビュー (過去 30 日間)
古いコメントを表示
I have to detect smallest deviation of temperature in my thermal video(map) by comparing it to the authentic one (training). What are the different attributes that should I extract and which technique should I apply for extraction? e.g PCA, 2DPCA. Based on these features I want to apply machine learning to detect the difference. Thanks
0 件のコメント
採用された回答
Image Analyst
2017 年 1 月 18 日
Use imregister() to align your new image with your reference image. Then subtract them to determine the temperature difference between the two.
8 件のコメント
Image Analyst
2017 年 1 月 25 日
There's no way to answer this given the information and images you've provided (or not provided). LOOK HERE for ideas.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Segmentation and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!