필터 지우기
필터 지우기

Thermal image processing on matlab

조회 수: 1 (최근 30일)
Nasser Jarrar
Nasser Jarrar 2017년 11월 9일
I want to process an image in matlab and the steps are: 1-upload the image and view the pixel matrix. 2-Raise the value of the image to the power of 2. 3-The obtained values are transformed to vectors.(To find a threshold value for image binarization where gradient starts of neighboring pixels increase). 4-To obtain the index of a pixel, I use this equation P=(n/(i2-i1))* ∑grad(i). Summation for i1 to i2. i1:.1% of total length of pixel indices. i2:10% of total length of pixel indices.
How do i implement this on Matlab. Please be specific and i'm in a great need.Thanks

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by