12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457 |
- /**
- * @copyright (C) 2017 Melexis N.V.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
- #include <MLX90640_I2C_Driver.h>
- #include <MLX90640_API.h>
- #include <math.h>
- #include <stdio.h> //printf
- #include "usart.h"
- #include <string.h> //memset
- int16_t kVdd; // ExtractVDDParameters
- int16_t vdd25; // ExtractVDDParameters
-
- void ExtractVDDParameters(uint16_t *eeData, paramsMLX90640 *mlx90640);
- void ExtractPTATParameters(uint16_t *eeData, paramsMLX90640 *mlx90640);
- void ExtractGainParameters(uint16_t *eeData, paramsMLX90640 *mlx90640);
- void ExtractTgcParameters(uint16_t *eeData, paramsMLX90640 *mlx90640);
- void ExtractResolutionParameters(uint16_t *eeData, paramsMLX90640 *mlx90640);
- void ExtractKsTaParameters(uint16_t *eeData, paramsMLX90640 *mlx90640);
- void ExtractKsToParameters(uint16_t *eeData, paramsMLX90640 *mlx90640);
- void ExtractAlphaParameters(uint16_t *eeData, paramsMLX90640 *mlx90640);
- void ExtractOffsetParameters(uint16_t *eeData, paramsMLX90640 *mlx90640);
- void ExtractKtaPixelParameters(uint16_t *eeData, paramsMLX90640 *mlx90640);
- void ExtractKvPixelParameters(uint16_t *eeData, paramsMLX90640 *mlx90640);
- void ExtractCPParameters(uint16_t *eeData, paramsMLX90640 *mlx90640);
- void ExtractCILCParameters(uint16_t *eeData, paramsMLX90640 *mlx90640);
- int ExtractDeviatingPixels(uint16_t *eeData, paramsMLX90640 *mlx90640);
- int CheckAdjacentPixels(uint16_t pix1, uint16_t pix2);
- float GetMedian(float *values, int n);
- int IsPixelBad(uint16_t pixel,paramsMLX90640 *params);
-
- int MLX90640_DumpEE(uint8_t slaveAddr, uint16_t *eeData)
- {
- return MLX90640_I2CRead(slaveAddr, 0x2400, 832, eeData);
- }
- int MLX90640_GetFrameData(uint8_t slaveAddr, uint16_t *frameData)
- {
- uint16_t dataReady = 1;
- uint16_t controlRegister1;
- uint16_t statusRegister;
- int error = 1;
- uint8_t cnt = 0;
-
- dataReady = 0;
- while(dataReady == 0)
- {
- error = MLX90640_I2CRead(slaveAddr, 0x8000, 1, &statusRegister);
- if(error != 0)
- {
- return error;
- }
- dataReady = statusRegister & 0x0008;
- }
-
- while(dataReady != 0 && cnt < 2)
- {
- error = MLX90640_I2CWrite(slaveAddr, 0x8000, 0x0030);
- if(error == -1)
- {
- return error;
- }
-
- error = MLX90640_I2CRead(slaveAddr, 0x0400, 832, frameData);
- if(error != 0)
- {
- return error;
- }
-
- error = MLX90640_I2CRead(slaveAddr, 0x8000, 1, &statusRegister);
- if(error != 0)
- {
- return error;
- }
- dataReady = statusRegister & 0x0008;
- cnt = cnt + 1;
- }
-
- if(cnt > 4)
- {
- return -8;
- }
-
- error = MLX90640_I2CRead(slaveAddr, 0x800D, 1, &controlRegister1);
- frameData[832] = controlRegister1;
- frameData[833] = statusRegister & 0x0001;
-
- if(error != 0)
- {
- return error;
- }
-
- return frameData[833];
- }
- int MLX90640_ExtractParameters(uint16_t *eeData, paramsMLX90640 *mlx90640)
- {
- int error = 0;
-
- ExtractVDDParameters(eeData, mlx90640); // 从 EEPROM æ•°æ�®æ��å�– Vdd,用于å�Žç»çš„æ¸©åº¦è®¡ç®—å’Œæ ¡å‡†
- ExtractPTATParameters(eeData, mlx90640); // 从 EEPROM æ•°æ�®æ��å�– PTAT,用于å�Žç»çš„æ¸©åº¦è®¡ç®—
- ExtractGainParameters(eeData, mlx90640); // ��增益�数
- ExtractTgcParameters(eeData, mlx90640); // ��温度补�增益(TGC)�数
- ExtractResolutionParameters(eeData, mlx90640); // ��分辨率�数
- ExtractKsTaParameters(eeData, mlx90640); // æ��å�–çŽ¯å¢ƒæ¸©åº¦æ ¡å‡†å�‚数(KsTa)
- ExtractKsToParameters(eeData, mlx90640); // æ��å�–åƒ�ç´ æ¸©åº¦æ ¡å‡†å�‚数(KsTo)
- ExtractCPParameters(eeData, mlx90640); // ��补��数(CP)
- ExtractAlphaParameters(eeData, mlx90640); // �� α �数(�射率)
- ExtractOffsetParameters(eeData, mlx90640);// ���移�数
- ExtractKtaPixelParameters(eeData, mlx90640);// æ��å�– Kta åƒ�ç´ å�‚数(温度ç�µæ•�度)
- ExtractKvPixelParameters(eeData, mlx90640);// æ��å�– Kv åƒ�ç´ å�‚数(çƒç”µåŽ‹ç�µæ•�度)
- ExtractCILCParameters(eeData, mlx90640);//从EEPROM䏿��å�–与ILCï¼ˆå¢žç›Šæ ¡æ£ï¼‰ç›¸å…³çš„å�‚数,并将结果å˜å‚¨åˆ°mlx90640结构体
- error = ExtractDeviatingPixels(eeData, mlx90640);// 检测图åƒ�ä¼ æ„Ÿå™¨ä¸çš„å��点(broken pixels)和异常点(outlier pixels)
- // printf("error114_ %u\r\n",error);
- return error;
- }
- //------------------------------------------------------------------------------
- int MLX90640_SetResolution(uint8_t slaveAddr, uint8_t resolution)
- {
- uint16_t controlRegister1;
- int value;
- int error;
-
- value = (resolution & 0x03) << 10;
-
- error = MLX90640_I2CRead(slaveAddr, 0x800D, 1, &controlRegister1);
-
- if(error == 0)
- {
- value = (controlRegister1 & 0xF3FF) | value;
- error = MLX90640_I2CWrite(slaveAddr, 0x800D, value);
- }
-
- return error;
- }
- //------------------------------------------------------------------------------
- int MLX90640_GetCurResolution(uint8_t slaveAddr)
- {
- uint16_t controlRegister1;
- int resolutionRAM;
- int error;
-
- error = MLX90640_I2CRead(slaveAddr, 0x800D, 1, &controlRegister1);
- if(error != 0)
- {
- return error;
- }
- resolutionRAM = (controlRegister1 & 0x0C00) >> 10;
-
- return resolutionRAM;
- }
- //------------------------------------------------------------------------------
- int MLX90640_SetRefreshRate(uint8_t slaveAddr, uint8_t refreshRate)
- {
- uint16_t controlRegister1;
- int value;
- int error = 0;
- // printf("error109_ %u\r\n",error);
- value = (refreshRate & 0x07)<<7;
- // printf("value110_ %u\r\n",value);
- error = MLX90640_I2CRead(slaveAddr, 0x800D, 1, &controlRegister1);
- // printf("error111_ %u\r\n",error);
- if(error == 0)
- {
- value = (controlRegister1 & 0xFC7F) | value;
- error = MLX90640_I2CWrite(slaveAddr, 0x800D, value);
- // printf("error112_ %u\r\n",error);
- }
-
- return error;
-
- }
- //------------------------------------------------------------------------------
- int MLX90640_GetRefreshRate(uint8_t slaveAddr)
- {
- uint16_t controlRegister1;
- int refreshRate;
- int error;
-
- error = MLX90640_I2CRead(slaveAddr, 0x800D, 1, &controlRegister1);
- if(error != 0)
- {
- return error;
- }
- refreshRate = (controlRegister1 & 0x0380) >> 7;
-
- return refreshRate;
- }
- //------------------------------------------------------------------------------
- int MLX90640_SetInterleavedMode(uint8_t slaveAddr)
- {
- uint16_t controlRegister1;
- int value;
- int error;
-
- error = MLX90640_I2CRead(slaveAddr, 0x800D, 1, &controlRegister1);
-
- if(error == 0)
- {
- value = (controlRegister1 & 0xEFFF);
- error = MLX90640_I2CWrite(slaveAddr, 0x800D, value);
- }
-
- return error;
- }
- //------------------------------------------------------------------------------
- int MLX90640_SetChessMode(uint8_t slaveAddr)
- {
- uint16_t controlRegister1;
- int value;
- int error;
-
- error = MLX90640_I2CRead(slaveAddr, 0x800D, 1, &controlRegister1);
-
- if(error == 0)
- {
- value = (controlRegister1 | 0x1000);
- error = MLX90640_I2CWrite(slaveAddr, 0x800D, value);
- }
- // printf("error113_ %u\r\n",error);
- return error;
- }
- //------------------------------------------------------------------------------
- int MLX90640_GetCurMode(uint8_t slaveAddr)
- {
- uint16_t controlRegister1;
- int modeRAM;
- int error;
-
- error = MLX90640_I2CRead(slaveAddr, 0x800D, 1, &controlRegister1);
- if(error != 0)
- {
- return error;
- }
- modeRAM = (controlRegister1 & 0x1000) >> 12;
-
- return modeRAM;
- }
- //------------------------------------------------------------------------------
- void MLX90640_CalculateTo(uint16_t *frameData, const paramsMLX90640 *params, float emissivity, float tr, float *result)
- {
- float vdd;
- float ta;
- float ta4;
- float tr4;
- float taTr;
- float gain;
- float irDataCP[2];
- float irData;
- float alphaCompensated;
- uint8_t mode;
- int8_t ilPattern;
- int8_t chessPattern;
- int8_t pattern;
- int8_t conversionPattern;
- float Sx;
- float To;
- float alphaCorrR[4];
- int8_t range;
- uint16_t subPage;
- float ktaScale;
- float kvScale;
- float alphaScale;
- float kta;
- float kv;
-
- subPage = frameData[833];
- vdd = MLX90640_GetVdd(frameData, params);
- ta = MLX90640_GetTa(frameData, params);
- // tr = ta - 8;
- ta4 = (ta + 273.15f);
- ta4 = ta4 * ta4;
- ta4 = ta4 * ta4;
- tr4 = (tr + 273.15f);
- tr4 = tr4 * tr4;
- tr4 = tr4 * tr4;
- taTr = tr4 - (tr4-ta4)/emissivity;
-
- ktaScale = pow(2,(double)params->ktaScale);
- kvScale = pow(2,(double)params->kvScale);
- alphaScale = pow(2,(double)params->alphaScale);
-
- alphaCorrR[0] = 1 / (1 + params->ksTo[0] * 40);
- alphaCorrR[1] = 1 ;
- alphaCorrR[2] = (1 + params->ksTo[1] * params->ct[2]);
- alphaCorrR[3] = alphaCorrR[2] * (1 + params->ksTo[2] * (params->ct[3] - params->ct[2]));
-
- //------------------------- Gain calculation -----------------------------------
- gain = frameData[778];
- if(gain > 32767)
- {
- gain = gain - 65536;
- }
-
- gain = params->gainEE / gain; // »ñÈ¡Kgain 11.2.2.4
-
- //------------------------- To calculation -------------------------------------
- mode = (frameData[832] & 0x1000) >> 5;
-
- irDataCP[0] = frameData[776];
- irDataCP[1] = frameData[808];
- for( int i = 0; i < 2; i++)
- {
- if(irDataCP[i] > 32767)
- {
- irDataCP[i] = irDataCP[i] - 65536;
- }
- irDataCP[i] = irDataCP[i] * gain; //gain compensation 11.2.2.5.1
- }
- irDataCP[0] = irDataCP[0] - params->cpOffset[0] * (1 + params->cpKta * (ta - 25)) * (1 + params->cpKv * (vdd - 3.3f));
- if( mode == params->calibrationModeEE)
- {
- irDataCP[1] = irDataCP[1] - params->cpOffset[1] * (1 + params->cpKta * (ta - 25)) * (1 + params->cpKv * (vdd - 3.3f));
- }
- else
- {
- irDataCP[1] = irDataCP[1] - (params->cpOffset[1] + params->ilChessC[0]) * (1 + params->cpKta * (ta - 25)) * (1 + params->cpKv * (vdd - 3.3f));
- }
- for( int pixelNumber = 0; pixelNumber < 768; pixelNumber++)
- {
- ilPattern = pixelNumber / 32 - (pixelNumber / 64) * 2;
- chessPattern = ilPattern ^ (pixelNumber - (pixelNumber/2)*2);
- conversionPattern = ((pixelNumber + 2) / 4 - (pixelNumber + 3) / 4 + (pixelNumber + 1) / 4 - pixelNumber / 4) * (1 - 2 * ilPattern);
-
- if(mode == 0)
- {
- pattern = ilPattern;
- }
- else
- {
- pattern = chessPattern;
- }
-
- if(pattern == frameData[833])
- {
- irData = frameData[pixelNumber];
- if(irData > 32767)
- {
- irData = irData - 65536;
- }
- irData = irData * gain; //gain compensation 11.2.2.5.1
-
- kta = params->kta[pixelNumber]/ktaScale;
- kv = params->kv[pixelNumber]/kvScale;
- irData = irData - params->offset[pixelNumber]*(1 + kta*(ta - 25))*(1 + kv*(vdd - 3.3f));
-
- if(mode != params->calibrationModeEE)
- {
- irData = irData + params->ilChessC[2] * (2 * ilPattern - 1) - params->ilChessC[1] * conversionPattern;
- }
-
- irData = irData - params->tgc * irDataCP[subPage];
- irData = irData / emissivity;
-
- alphaCompensated = SCALEALPHA*alphaScale/params->alpha[pixelNumber];
- alphaCompensated = alphaCompensated*(1 + params->KsTa * (ta - 25));
-
- Sx = alphaCompensated * alphaCompensated * alphaCompensated * (irData + alphaCompensated * taTr);
- Sx = sqrt(sqrt(Sx)) * params->ksTo[1];
-
- To = sqrt(sqrt(irData/(alphaCompensated * (1 - params->ksTo[1] * 273.15f) + Sx) + taTr)) - 273.15f;
-
- if(To < params->ct[1])
- {
- range = 0;
- }
- else if(To < params->ct[2])
- {
- range = 1;
- }
- else if(To < params->ct[3])
- {
- range = 2;
- }
- else
- {
- range = 3;
- }
-
- To = sqrt(sqrt(irData / (alphaCompensated * alphaCorrR[range] * (1 + params->ksTo[range] * (To - params->ct[range]))) + taTr)) - 273.15f;
-
- result[pixelNumber] = To;
- }
- }
- }
- //------------------------------------------------------------------------------
- void MLX90640_GetImage(uint16_t *frameData, const paramsMLX90640 *params, float *result)
- {
- float vdd;
- float ta;
- float gain;
- float irDataCP[2];
- float irData;
- float alphaCompensated;
- uint8_t mode;
- int8_t ilPattern;
- int8_t chessPattern;
- int8_t pattern;
- int8_t conversionPattern;
- float image;
- uint16_t subPage;
- float ktaScale;
- float kvScale;
- float kta;
- float kv;
-
- subPage = frameData[833];
- vdd = MLX90640_GetVdd(frameData, params);
- ta = MLX90640_GetTa(frameData, params);
-
- ktaScale = pow(2,(double)params->ktaScale);
- kvScale = pow(2,(double)params->kvScale);
-
- //------------------------- Gain calculation -----------------------------------
- gain = frameData[778];
- if(gain > 32767)
- {
- gain = gain - 65536;
- }
-
- gain = params->gainEE / gain;
-
- //------------------------- Image calculation -------------------------------------
- mode = (frameData[832] & 0x1000) >> 5;
-
- irDataCP[0] = frameData[776];
- irDataCP[1] = frameData[808];
- for( int i = 0; i < 2; i++)
- {
- if(irDataCP[i] > 32767)
- {
- irDataCP[i] = irDataCP[i] - 65536;
- }
- irDataCP[i] = irDataCP[i] * gain;
- }
- irDataCP[0] = irDataCP[0] - params->cpOffset[0] * (1 + params->cpKta * (ta - 25)) * (1 + params->cpKv * (vdd - 3.3f));
- if( mode == params->calibrationModeEE)
- {
- irDataCP[1] = irDataCP[1] - params->cpOffset[1] * (1 + params->cpKta * (ta - 25)) * (1 + params->cpKv * (vdd - 3.3f));
- }
- else
- {
- irDataCP[1] = irDataCP[1] - (params->cpOffset[1] + params->ilChessC[0]) * (1 + params->cpKta * (ta - 25)) * (1 + params->cpKv * (vdd - 3.3f));
- }
- for( int pixelNumber = 0; pixelNumber < 768; pixelNumber++)
- {
- ilPattern = pixelNumber / 32 - (pixelNumber / 64) * 2;
- chessPattern = ilPattern ^ (pixelNumber - (pixelNumber/2)*2);
- conversionPattern = ((pixelNumber + 2) / 4 - (pixelNumber + 3) / 4 + (pixelNumber + 1) / 4 - pixelNumber / 4) * (1 - 2 * ilPattern);
-
- if(mode == 0)
- {
- pattern = ilPattern;
- }
- else
- {
- pattern = chessPattern;
- }
-
- if(pattern == frameData[833])
- {
- irData = frameData[pixelNumber];
- if(irData > 32767)
- {
- irData = irData - 65536;
- }
- irData = irData * gain;
-
- kta = params->kta[pixelNumber]/ktaScale;
- kv = params->kv[pixelNumber]/kvScale;
- irData = irData - params->offset[pixelNumber]*(1 + kta*(ta - 25))*(1 + kv*(vdd - 3.3f));
- if(mode != params->calibrationModeEE)
- {
- irData = irData + params->ilChessC[2] * (2 * ilPattern - 1) - params->ilChessC[1] * conversionPattern;
- }
-
- irData = irData - params->tgc * irDataCP[subPage];
-
- alphaCompensated = params->alpha[pixelNumber];
-
- image = irData*alphaCompensated;
-
- result[pixelNumber] = image;
- }
- }
- }
- //------------------------------------------------------------------------------
- float MLX90640_GetVdd(uint16_t *frameData, const paramsMLX90640 *params)
- {
- float vdd;
- float resolutionCorrection;
- int resolutionRAM;
-
- vdd = frameData[810];
- if(vdd > 32767)
- {
- vdd = vdd - 65536;
- }
- resolutionRAM = (frameData[832] & 0x0C00) >> 10;
- resolutionCorrection = pow(2, (double)params->resolutionEE) / pow(2, (double)resolutionRAM);
- vdd = (resolutionCorrection * vdd - params->vdd25) / params->kVdd + 3.3f;
-
- return vdd;
- }
- //------------------------------------------------------------------------------
- float MLX90640_GetTa(uint16_t *frameData, const paramsMLX90640 *params)
- {
- float ptat;
- float ptatArt;
- float vdd;
- float ta;
-
- vdd = MLX90640_GetVdd(frameData, params);
-
- ptat = frameData[800];
- if(ptat > 32767)
- {
- ptat = ptat - 65536;
- }
-
- ptatArt = frameData[768];
- if(ptatArt > 32767)
- {
- ptatArt = ptatArt - 65536;
- }
- ptatArt = (ptat / (ptat * params->alphaPTAT + ptatArt)) * pow(2, (double)18);
-
- ta = (ptatArt / (1 + params->KvPTAT * (vdd - 3.3f)) - params->vPTAT25);
- ta = ta / params->KtPTAT + 25;
-
- return ta;
- }
- //------------------------------------------------------------------------------
- int MLX90640_GetSubPageNumber(uint16_t *frameData)
- {
- return frameData[833];
- }
- //------------------------------------------------------------------------------
- void MLX90640_BadPixelsCorrection(uint16_t *pixels, float *to, int mode, paramsMLX90640 *params)
- {
- float ap[4];
- uint8_t pix;
- uint8_t line;
- uint8_t column;
-
- pix = 0;
- while(pixels[pix] != 0xFFFF)
- {
- line = pixels[pix]>>5;
- column = pixels[pix] - (line<<5);
-
- if(mode == 1)
- {
- if(line == 0)
- {
- if(column == 0)
- {
- to[pixels[pix]] = to[33];
- }
- else if(column == 31)
- {
- to[pixels[pix]] = to[62];
- }
- else
- {
- to[pixels[pix]] = (to[pixels[pix]+31] + to[pixels[pix]+33])/2.0f;
- }
- }
- else if(line == 23)
- {
- if(column == 0)
- {
- to[pixels[pix]] = to[705];
- }
- else if(column == 31)
- {
- to[pixels[pix]] = to[734];
- }
- else
- {
- to[pixels[pix]] = (to[pixels[pix]-33] + to[pixels[pix]-31])/2.0f;
- }
- }
- else if(column == 0)
- {
- to[pixels[pix]] = (to[pixels[pix]-31] + to[pixels[pix]+33])/2.0f;
- }
- else if(column == 31)
- {
- to[pixels[pix]] = (to[pixels[pix]-33] + to[pixels[pix]+31])/2.0f;
- }
- else
- {
- ap[0] = to[pixels[pix]-33];
- ap[1] = to[pixels[pix]-31];
- ap[2] = to[pixels[pix]+31];
- ap[3] = to[pixels[pix]+33];
- to[pixels[pix]] = GetMedian(ap,4);
- }
- }
- else
- {
- if(column == 0)
- {
- to[pixels[pix]] = to[pixels[pix]+1];
- }
- else if(column == 1 || column == 30)
- {
- to[pixels[pix]] = (to[pixels[pix]-1]+to[pixels[pix]+1])/2.0f;
- }
- else if(column == 31)
- {
- to[pixels[pix]] = to[pixels[pix]-1];
- }
- else
- {
- if(IsPixelBad(pixels[pix]-2,params) == 0 && IsPixelBad(pixels[pix]+2,params) == 0)
- {
- ap[0] = to[pixels[pix]+1] - to[pixels[pix]+2];
- ap[1] = to[pixels[pix]-1] - to[pixels[pix]-2];
- if(fabs(ap[0]) > fabs(ap[1]))
- {
- to[pixels[pix]] = to[pixels[pix]-1] + ap[1];
- }
- else
- {
- to[pixels[pix]] = to[pixels[pix]+1] + ap[0];
- }
- }
- else
- {
- to[pixels[pix]] = (to[pixels[pix]-1]+to[pixels[pix]+1])/2.0f;
- }
- }
- }
- pix = pix + 1;
- }
- }
- //------------------------------------------------------------------------------
- void ExtractVDDParameters(uint16_t *eeData, paramsMLX90640 *mlx90640)
- {
- // int16_t kVdd;
- // int16_t vdd25;
-
- kVdd = eeData[51];
-
- kVdd = (eeData[51] & 0xFF00) >> 8;
- if(kVdd > 127)
- {
- kVdd = kVdd - 256;
- }
- kVdd = 32 * kVdd;
- vdd25 = eeData[51] & 0x00FF;
- vdd25 = ((vdd25 - 256) << 5) - 8192;
-
- mlx90640->kVdd = kVdd;
- mlx90640->vdd25 = vdd25;
- }
- //------------------------------------------------------------------------------
- void ExtractPTATParameters(uint16_t *eeData, paramsMLX90640 *mlx90640)
- {
- float KvPTAT;
- float KtPTAT;
- int16_t vPTAT25;
- float alphaPTAT;
-
- KvPTAT = (eeData[50] & 0xFC00) >> 10;
- if(KvPTAT > 31)
- {
- KvPTAT = KvPTAT - 64;
- }
- KvPTAT = KvPTAT/4096;
-
- KtPTAT = eeData[50] & 0x03FF;
- if(KtPTAT > 511)
- {
- KtPTAT = KtPTAT - 1024;
- }
- KtPTAT = KtPTAT/8;
-
- vPTAT25 = eeData[49];
-
- alphaPTAT = (eeData[16] & 0xF000) / pow(2, (double)14) + 8.0f;
-
- mlx90640->KvPTAT = KvPTAT;
- mlx90640->KtPTAT = KtPTAT;
- mlx90640->vPTAT25 = vPTAT25;
- mlx90640->alphaPTAT = alphaPTAT;
- }
- //------------------------------------------------------------------------------
- void ExtractGainParameters(uint16_t *eeData, paramsMLX90640 *mlx90640)
- {
- int16_t gainEE;
-
- gainEE = eeData[48];
- if(gainEE > 32767)
- {
- gainEE = gainEE -65536;
- }
-
- mlx90640->gainEE = gainEE;
- }
- //------------------------------------------------------------------------------
- void ExtractTgcParameters(uint16_t *eeData, paramsMLX90640 *mlx90640)
- {
- float tgc;
- tgc = eeData[60] & 0x00FF;
- if(tgc > 127)
- {
- tgc = tgc - 256;
- }
- tgc = tgc / 32.0f;
-
- mlx90640->tgc = tgc;
- }
- //------------------------------------------------------------------------------
- void ExtractResolutionParameters(uint16_t *eeData, paramsMLX90640 *mlx90640)
- {
- uint8_t resolutionEE;
- resolutionEE = (eeData[56] & 0x3000) >> 12;
-
- mlx90640->resolutionEE = resolutionEE;
- }
- //------------------------------------------------------------------------------
- void ExtractKsTaParameters(uint16_t *eeData, paramsMLX90640 *mlx90640)
- {
- float KsTa;
- KsTa = (eeData[60] & 0xFF00) >> 8;
- if(KsTa > 127)
- {
- KsTa = KsTa -256;
- }
- KsTa = KsTa / 8192.0f;
-
- mlx90640->KsTa = KsTa;
- }
- //------------------------------------------------------------------------------
- void ExtractKsToParameters(uint16_t *eeData, paramsMLX90640 *mlx90640)
- {
- int KsToScale;
- int8_t step;
-
- step = ((eeData[63] & 0x3000) >> 12) * 10;
-
- mlx90640->ct[0] = -40;
- mlx90640->ct[1] = 0;
- mlx90640->ct[2] = (eeData[63] & 0x00F0) >> 4;
- mlx90640->ct[3] = (eeData[63] & 0x0F00) >> 8;
-
- mlx90640->ct[2] = mlx90640->ct[2]*step;
- mlx90640->ct[3] = mlx90640->ct[2] + mlx90640->ct[3]*step;
- mlx90640->ct[4] = 400;
-
- KsToScale = (eeData[63] & 0x000F) + 8;
- KsToScale = 1 << KsToScale;
-
- mlx90640->ksTo[0] = eeData[61] & 0x00FF;
- mlx90640->ksTo[1] = (eeData[61] & 0xFF00) >> 8;
- mlx90640->ksTo[2] = eeData[62] & 0x00FF;
- mlx90640->ksTo[3] = (eeData[62] & 0xFF00) >> 8;
-
- for(int i = 0; i < 4; i++)
- {
- if(mlx90640->ksTo[i] > 127)
- {
- mlx90640->ksTo[i] = mlx90640->ksTo[i] - 256;
- }
- mlx90640->ksTo[i] = mlx90640->ksTo[i] / KsToScale;
- }
-
- mlx90640->ksTo[4] = -0.0002;
- }
- //------------------------------------------------------------------------------
- float alphaTemp[768]; // ExtractAlphaParameters
- void ExtractAlphaParameters(uint16_t *eeData, paramsMLX90640 *mlx90640)
- {
- int accRow[24];
- int accColumn[32];
- int p = 0;
- int alphaRef;
- uint8_t alphaScale;
- uint8_t accRowScale;
- uint8_t accColumnScale;
- uint8_t accRemScale;
- // float alphaTemp[768];
- float temp;
-
- accRemScale = eeData[32] & 0x000F;
- accColumnScale = (eeData[32] & 0x00F0) >> 4;
- accRowScale = (eeData[32] & 0x0F00) >> 8;
- alphaScale = ((eeData[32] & 0xF000) >> 12) + 30;
- alphaRef = eeData[33];
-
- for(int i = 0; i < 6; i++)
- {
- p = i * 4;
- accRow[p + 0] = (eeData[34 + i] & 0x000F);
- accRow[p + 1] = (eeData[34 + i] & 0x00F0) >> 4;
- accRow[p + 2] = (eeData[34 + i] & 0x0F00) >> 8;
- accRow[p + 3] = (eeData[34 + i] & 0xF000) >> 12;
- }
-
- for(int i = 0; i < 24; i++)
- {
- if (accRow[i] > 7)
- {
- accRow[i] = accRow[i] - 16;
- }
- }
-
- for(int i = 0; i < 8; i++)
- {
- p = i * 4;
- accColumn[p + 0] = (eeData[40 + i] & 0x000F);
- accColumn[p + 1] = (eeData[40 + i] & 0x00F0) >> 4;
- accColumn[p + 2] = (eeData[40 + i] & 0x0F00) >> 8;
- accColumn[p + 3] = (eeData[40 + i] & 0xF000) >> 12;
- }
-
- for(int i = 0; i < 32; i ++)
- {
- if (accColumn[i] > 7)
- {
- accColumn[i] = accColumn[i] - 16;
- }
- }
- for(int i = 0; i < 24; i++)
- {
- for(int j = 0; j < 32; j ++)
- {
- p = 32 * i +j;
- alphaTemp[p] = (eeData[64 + p] & 0x03F0) >> 4;
- if (alphaTemp[p] > 31)
- {
- alphaTemp[p] = alphaTemp[p] - 64;
- }
- alphaTemp[p] = alphaTemp[p]*(1 << accRemScale);
- alphaTemp[p] = (alphaRef + (accRow[i] << accRowScale) + (accColumn[j] << accColumnScale) + alphaTemp[p]);
- alphaTemp[p] = alphaTemp[p] / pow(2,(double)alphaScale);
- alphaTemp[p] = alphaTemp[p] - mlx90640->tgc * (mlx90640->cpAlpha[0] + mlx90640->cpAlpha[1])/2;
- alphaTemp[p] = SCALEALPHA/alphaTemp[p];
- }
- }
-
- temp = alphaTemp[0];
- for(int i = 1; i < 768; i++)
- {
- if (alphaTemp[i] > temp)
- {
- temp = alphaTemp[i];
- }
- }
-
- alphaScale = 0;
- while(temp < 32768)
- {
- temp = temp*2;
- alphaScale = alphaScale + 1;
- }
-
- for(int i = 0; i < 768; i++)
- {
- temp = alphaTemp[i] * pow(2,(double)alphaScale);
- mlx90640->alpha[i] = (temp + 0.5f);
-
- }
-
- mlx90640->alphaScale = alphaScale;
-
- }
- //------------------------------------------------------------------------------
- void ExtractOffsetParameters(uint16_t *eeData, paramsMLX90640 *mlx90640)
- {
- int occRow[24];
- int occColumn[32];
- int p = 0;
- int16_t offsetRef;
- uint8_t occRowScale;
- uint8_t occColumnScale;
- uint8_t occRemScale;
-
- occRemScale = (eeData[16] & 0x000F);
- occColumnScale = (eeData[16] & 0x00F0) >> 4;
- occRowScale = (eeData[16] & 0x0F00) >> 8;
- offsetRef = eeData[17];
- if (offsetRef > 32767)
- {
- offsetRef = offsetRef - 65536;
- }
-
- for(int i = 0; i < 6; i++)
- {
- p = i * 4;
- occRow[p + 0] = (eeData[18 + i] & 0x000F);
- occRow[p + 1] = (eeData[18 + i] & 0x00F0) >> 4;
- occRow[p + 2] = (eeData[18 + i] & 0x0F00) >> 8;
- occRow[p + 3] = (eeData[18 + i] & 0xF000) >> 12;
- }
-
- for(int i = 0; i < 24; i++)
- {
- if (occRow[i] > 7)
- {
- occRow[i] = occRow[i] - 16;
- }
- }
-
- for(int i = 0; i < 8; i++)
- {
- p = i * 4;
- occColumn[p + 0] = (eeData[24 + i] & 0x000F);
- occColumn[p + 1] = (eeData[24 + i] & 0x00F0) >> 4;
- occColumn[p + 2] = (eeData[24 + i] & 0x0F00) >> 8;
- occColumn[p + 3] = (eeData[24 + i] & 0xF000) >> 12;
- }
-
- for(int i = 0; i < 32; i ++)
- {
- if (occColumn[i] > 7)
- {
- occColumn[i] = occColumn[i] - 16;
- }
- }
- for(int i = 0; i < 24; i++)
- {
- for(int j = 0; j < 32; j ++)
- {
- p = 32 * i +j;
- mlx90640->offset[p] = (eeData[64 + p] & 0xFC00) >> 10;
- if (mlx90640->offset[p] > 31)
- {
- mlx90640->offset[p] = mlx90640->offset[p] - 64;
- }
- mlx90640->offset[p] = mlx90640->offset[p]*(1 << occRemScale);
- mlx90640->offset[p] = (offsetRef + (occRow[i] << occRowScale) + (occColumn[j] << occColumnScale) + mlx90640->offset[p]);
- }
- }
- }
- //------------------------------------------------------------------------------
- float ktaTemp[768]; // ExtractKtaPixelParameters
- void ExtractKtaPixelParameters(uint16_t *eeData, paramsMLX90640 *mlx90640)
- {
- int p = 0;
- int8_t KtaRC[4];
- int8_t KtaRoCo;
- int8_t KtaRoCe;
- int8_t KtaReCo;
- int8_t KtaReCe;
- uint8_t ktaScale1;
- uint8_t ktaScale2;
- uint8_t split;
- // float ktaTemp[768];
- float temp;
-
- KtaRoCo = (eeData[54] & 0xFF00) >> 8;
- if (KtaRoCo > 127)
- {
- KtaRoCo = KtaRoCo - 256;
- }
- KtaRC[0] = KtaRoCo;
-
- KtaReCo = (eeData[54] & 0x00FF);
- if (KtaReCo > 127)
- {
- KtaReCo = KtaReCo - 256;
- }
- KtaRC[2] = KtaReCo;
-
- KtaRoCe = (eeData[55] & 0xFF00) >> 8;
- if (KtaRoCe > 127)
- {
- KtaRoCe = KtaRoCe - 256;
- }
- KtaRC[1] = KtaRoCe;
-
- KtaReCe = (eeData[55] & 0x00FF);
- if (KtaReCe > 127)
- {
- KtaReCe = KtaReCe - 256;
- }
- KtaRC[3] = KtaReCe;
-
- ktaScale1 = ((eeData[56] & 0x00F0) >> 4) + 8;
- ktaScale2 = (eeData[56] & 0x000F);
- for(int i = 0; i < 24; i++)
- {
- for(int j = 0; j < 32; j ++)
- {
- p = 32 * i +j;
- split = 2*(p/32 - (p/64)*2) + p%2;
- ktaTemp[p] = (eeData[64 + p] & 0x000E) >> 1;
- if (ktaTemp[p] > 3)
- {
- ktaTemp[p] = ktaTemp[p] - 8;
- }
- ktaTemp[p] = ktaTemp[p] * (1 << ktaScale2);
- ktaTemp[p] = KtaRC[split] + ktaTemp[p];
- ktaTemp[p] = ktaTemp[p] / pow(2,(double)ktaScale1);
- //ktaTemp[p] = ktaTemp[p] * mlx90640->offset[p];
- }
- }
-
- temp = fabs(ktaTemp[0]);
- for(int i = 1; i < 768; i++)
- {
- if (fabs(ktaTemp[i]) > temp)
- {
- temp = fabs(ktaTemp[i]);
- }
- }
-
- ktaScale1 = 0;
- while(temp < 64)
- {
- temp = temp*2;
- ktaScale1 = ktaScale1 + 1;
- }
-
- for(int i = 0; i < 768; i++)
- {
- temp = ktaTemp[i] * pow(2,(double)ktaScale1);
- if (temp < 0)
- {
- mlx90640->kta[i] = (temp - 0.5f);
- }
- else
- {
- mlx90640->kta[i] = (temp + 0.5f);
- }
-
- }
-
- mlx90640->ktaScale = ktaScale1;
- }
- //------------------------------------------------------------------------------
- float kvTemp[768]; // ExtractKvPixelParameters
- void ExtractKvPixelParameters(uint16_t *eeData, paramsMLX90640 *mlx90640)
- {
- int p = 0;
- int8_t KvT[4];
- int8_t KvRoCo;
- int8_t KvRoCe;
- int8_t KvReCo;
- int8_t KvReCe;
- uint8_t kvScale;
- uint8_t split;
- // float kvTemp[768];
- float temp;
- KvRoCo = (eeData[52] & 0xF000) >> 12;
- if (KvRoCo > 7)
- {
- KvRoCo = KvRoCo - 16;
- }
- KvT[0] = KvRoCo;
-
- KvReCo = (eeData[52] & 0x0F00) >> 8;
- if (KvReCo > 7)
- {
- KvReCo = KvReCo - 16;
- }
- KvT[2] = KvReCo;
-
- KvRoCe = (eeData[52] & 0x00F0) >> 4;
- if (KvRoCe > 7)
- {
- KvRoCe = KvRoCe - 16;
- }
- KvT[1] = KvRoCe;
-
- KvReCe = (eeData[52] & 0x000F);
- if (KvReCe > 7)
- {
- KvReCe = KvReCe - 16;
- }
- KvT[3] = KvReCe;
-
- kvScale = (eeData[56] & 0x0F00) >> 8;
- for(int i = 0; i < 24; i++)
- {
- for(int j = 0; j < 32; j ++)
- {
- p = 32 * i +j;
- split = 2*(p/32 - (p/64)*2) + p%2;
- kvTemp[p] = KvT[split];
- kvTemp[p] = kvTemp[p] / pow(2,(double)kvScale);
- //kvTemp[p] = kvTemp[p] * mlx90640->offset[p];
- }
- }
-
- temp = fabs(kvTemp[0]);
- for(int i = 1; i < 768; i++)
- {
- if (fabs(kvTemp[i]) > temp)
- {
- temp = fabs(kvTemp[i]);
- }
- }
-
- kvScale = 0;
- while(temp < 64)
- {
- temp = temp*2;
- kvScale = kvScale + 1;
- }
-
- for(int i = 0; i < 768; i++)
- {
- temp = kvTemp[i] * pow(2,(double)kvScale);
- if (temp < 0)
- {
- mlx90640->kv[i] = (temp - 0.5f);
- }
- else
- {
- mlx90640->kv[i] = (temp + 0.5f);
- }
-
- }
-
- mlx90640->kvScale = kvScale;
- }
- //------------------------------------------------------------------------------
- void ExtractCPParameters(uint16_t *eeData, paramsMLX90640 *mlx90640)
- {
- float alphaSP[2];
- int16_t offsetSP[2];
- float cpKv;
- float cpKta;
- uint8_t alphaScale;
- uint8_t ktaScale1;
- uint8_t kvScale;
- alphaScale = ((eeData[32] & 0xF000) >> 12) + 27;
-
- offsetSP[0] = (eeData[58] & 0x03FF);
- if (offsetSP[0] > 511)
- {
- offsetSP[0] = offsetSP[0] - 1024;
- }
-
- offsetSP[1] = (eeData[58] & 0xFC00) >> 10;
- if (offsetSP[1] > 31)
- {
- offsetSP[1] = offsetSP[1] - 64;
- }
- offsetSP[1] = offsetSP[1] + offsetSP[0];
-
- alphaSP[0] = (eeData[57] & 0x03FF);
- if (alphaSP[0] > 511)
- {
- alphaSP[0] = alphaSP[0] - 1024;
- }
- alphaSP[0] = alphaSP[0] / pow(2,(double)alphaScale);
-
- alphaSP[1] = (eeData[57] & 0xFC00) >> 10;
- if (alphaSP[1] > 31)
- {
- alphaSP[1] = alphaSP[1] - 64;
- }
- alphaSP[1] = (1 + alphaSP[1]/128) * alphaSP[0];
-
- cpKta = (eeData[59] & 0x00FF);
- if (cpKta > 127)
- {
- cpKta = cpKta - 256;
- }
- ktaScale1 = ((eeData[56] & 0x00F0) >> 4) + 8;
- mlx90640->cpKta = cpKta / pow(2,(double)ktaScale1);
-
- cpKv = (eeData[59] & 0xFF00) >> 8;
- if (cpKv > 127)
- {
- cpKv = cpKv - 256;
- }
- kvScale = (eeData[56] & 0x0F00) >> 8;
- mlx90640->cpKv = cpKv / pow(2,(double)kvScale);
-
- mlx90640->cpAlpha[0] = alphaSP[0];
- mlx90640->cpAlpha[1] = alphaSP[1];
- mlx90640->cpOffset[0] = offsetSP[0];
- mlx90640->cpOffset[1] = offsetSP[1];
- }
- //------------------------------------------------------------------------------
- void ExtractCILCParameters(uint16_t *eeData, paramsMLX90640 *mlx90640)
- {
- float ilChessC[3];
- uint8_t calibrationModeEE;
-
- calibrationModeEE = (eeData[10] & 0x0800) >> 4;
- calibrationModeEE = calibrationModeEE ^ 0x80;
- ilChessC[0] = (eeData[53] & 0x003F);
- if (ilChessC[0] > 31)
- {
- ilChessC[0] = ilChessC[0] - 64;
- }
- ilChessC[0] = ilChessC[0] / 16.0f;
-
- ilChessC[1] = (eeData[53] & 0x07C0) >> 6;
- if (ilChessC[1] > 15)
- {
- ilChessC[1] = ilChessC[1] - 32;
- }
- ilChessC[1] = ilChessC[1] / 2.0f;
-
- ilChessC[2] = (eeData[53] & 0xF800) >> 11;
- if (ilChessC[2] > 15)
- {
- ilChessC[2] = ilChessC[2] - 32;
- }
- ilChessC[2] = ilChessC[2] / 8.0f;
-
- mlx90640->calibrationModeEE = calibrationModeEE;
- mlx90640->ilChessC[0] = ilChessC[0];
- mlx90640->ilChessC[1] = ilChessC[1];
- mlx90640->ilChessC[2] = ilChessC[2];
- }
- //------------------------------------------------------------------------------
- int ExtractDeviatingPixels(uint16_t *eeData, paramsMLX90640 *mlx90640)
- {
- uint16_t pixCnt = 0;
- uint16_t brokenPixCnt = 0;
- uint16_t outlierPixCnt = 0;
- int warn = 0;
- int i;
-
- for(pixCnt = 0; pixCnt<5; pixCnt++)
- {
- mlx90640->brokenPixels[pixCnt] = 0xFFFF;
- mlx90640->outlierPixels[pixCnt] = 0xFFFF;
- }
-
- pixCnt = 0;
- while (pixCnt < 768 && brokenPixCnt < 5 && outlierPixCnt < 5)
- {
- if(eeData[pixCnt+64] == 0)
- {
- mlx90640->brokenPixels[brokenPixCnt] = pixCnt;
- brokenPixCnt = brokenPixCnt + 1;
- }
- else if((eeData[pixCnt+64] & 0x0001) != 0)
- {
- mlx90640->outlierPixels[outlierPixCnt] = pixCnt;
- outlierPixCnt = outlierPixCnt + 1;
- }
-
- pixCnt = pixCnt + 1;
-
- }
-
- if(brokenPixCnt > 4)
- {
- warn = -3;
- }
- else if(outlierPixCnt > 4)
- {
- warn = -4;
- }
- else if((brokenPixCnt + outlierPixCnt) > 4)
- {
- warn = -5;
- }
- else
- {
- for(pixCnt=0; pixCnt<brokenPixCnt; pixCnt++)
- {
- for(i=pixCnt+1; i<brokenPixCnt; i++)
- {
- warn = CheckAdjacentPixels(mlx90640->brokenPixels[pixCnt],mlx90640->brokenPixels[i]);
- if(warn != 0)
- {
- return warn;
- }
- }
- }
-
- for(pixCnt=0; pixCnt<outlierPixCnt; pixCnt++)
- {
- for(i=pixCnt+1; i<outlierPixCnt; i++)
- {
- warn = CheckAdjacentPixels(mlx90640->outlierPixels[pixCnt],mlx90640->outlierPixels[i]);
- if(warn != 0)
- {
- return warn;
- }
- }
- }
-
- for(pixCnt=0; pixCnt<brokenPixCnt; pixCnt++)
- {
- for(i=0; i<outlierPixCnt; i++)
- {
- warn = CheckAdjacentPixels(mlx90640->brokenPixels[pixCnt],mlx90640->outlierPixels[i]);
- if(warn != 0)
- {
- return warn;
- }
- }
- }
-
- }
-
-
- return warn;
-
- }
- //------------------------------------------------------------------------------
- int CheckAdjacentPixels(uint16_t pix1, uint16_t pix2)
- {
- int pixPosDif;
-
- pixPosDif = pix1 - pix2;
- if(pixPosDif > -34 && pixPosDif < -30)
- {
- return -6;
- }
- if(pixPosDif > -2 && pixPosDif < 2)
- {
- return -6;
- }
- if(pixPosDif > 30 && pixPosDif < 34)
- {
- return -6;
- }
-
- return 0;
- }
-
- //------------------------------------------------------------------------------
-
- float GetMedian(float *values, int n)
- {
- float temp;
-
- for(int i=0; i<n-1; i++)
- {
- for(int j=i+1; j<n; j++)
- {
- if(values[j] < values[i])
- {
- temp = values[i];
- values[i] = values[j];
- values[j] = temp;
- }
- }
- }
-
- if(n%2==0)
- {
- return ((values[n/2] + values[n/2 - 1]) / 2.0f);
-
- }
- else
- {
- return values[n/2];
- }
-
- }
- //------------------------------------------------------------------------------
- int IsPixelBad(uint16_t pixel,paramsMLX90640 *params)
- {
- for(int i=0; i<5; i++)
- {
- if(pixel == params->outlierPixels[i] || pixel == params->brokenPixels[i])
- {
- return 1;
- }
- }
-
- return 0;
- }
- //------------------------------------------------------------------------------
|