Hi,
I have problem with calculation Red Edge Inflection Point. I need to calculate it for my WorldView-2 image. At first I orthorectified this image and than I used Quick Atmospheric Correction, so it should be reflectance now. I want to calculate REIP, I tried this options:
700.0 + ( ( ( ( float (b3) + float (b4) ) / 2.0 ) - float (b3) ) * 40.0 ) * ( 1 / ( float (b4) - float (b3) ) )
((((((b3+b4)/2)-b3)/(b4-b3))*40)+700)
After using the first formula I get the image with value 720.00 on the whole area of image. After using the second formula I get 700 everywhere. I dont understand what's wrong. Can anybody help me please? Thanx.
|