How to extract features from a thermal Image and which is the best technique to extract?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Qazi Arbab Ahmed
am 18 Jan. 2017
Kommentiert: Image Analyst
am 25 Jan. 2017
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 Kommentare
Akzeptierte Antwort
Image Analyst
am 18 Jan. 2017
Use imregister() to align your new image with your reference image. Then subtract them to determine the temperature difference between the two.
8 Kommentare
Image Analyst
am 25 Jan. 2017
There's no way to answer this given the information and images you've provided (or not provided). LOOK HERE for ideas.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!