1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
/****************************************************************************** * $Id$ * * Project: GDAL Pansharpening module * Purpose: Prototypes, and definitions for pansharpening related work. * Author: Even Rouault * ****************************************************************************** * Copyright (c) 2015, Even Rouault * * SPDX-License-Identifier: MIT ****************************************************************************/ #ifndef GDALPANSHARPEN_H_INCLUDED #define GDALPANSHARPEN_H_INCLUDED #include "gdal.h" CPL_C_START /** * \file gdalpansharpen.h * * GDAL pansharpening related entry points and definitions. * */ /** Pansharpening algorithms. */ typedef enum { /*! Weighted Brovery. */ GDAL_PSH_WEIGHTED_BROVEY } GDALPansharpenAlg; /** Pansharpening options. */ typedef struct { /*! Pan sharpening algorithm/method. Only weighed Brovey for now. */ GDALPansharpenAlg ePansharpenAlg; /*! Resampling algorithm to upsample spectral bands to pan band resolution. */ GDALRIOResampleAlg eResampleAlg; /*! Bit depth of the spectral bands. Can be let to 0 for default behavior. */ int nBitDepth; /*! Number of weight coefficients in padfWeights. */ int nWeightCount; /*! Array of nWeightCount weights used by weighted Brovey. */ double *padfWeights; /*! Panchromatic band. */ GDALRasterBandH hPanchroBand; /*! Number of input spectral bands. */ int nInputSpectralBands; /** Array of nInputSpectralBands input spectral bands. The spectral band * have generally a coarser resolution than the panchromatic band, but they * are assumed to have the same spatial extent (and projection) at that * point. Necessary spatial adjustments must be done beforehand, for example * by wrapping inside a VRT dataset. */ GDALRasterBandH *pahInputSpectralBands; /*! Number of output pansharpened spectral bands. */ int nOutPansharpenedBands; /*! Array of nOutPansharpendBands values such as panOutPansharpenedBands[k] * is a value in the range [0,nInputSpectralBands-1] . */ int *panOutPansharpenedBands; /*! Whether the panchromatic and spectral bands have a noData value. */ int bHasNoData; /** NoData value of the panchromatic and spectral bands (only taken into account if bHasNoData = TRUE). This will also be use has the output nodata value. */ double dfNoData; /** Number of threads or -1 to mean ALL_CPUS. By default (0), single * threaded mode is enabled unless the GDAL_NUM_THREADS configuration option * is set to an integer or ALL_CPUS. */ int nThreads; } GDALPansharpenOptions; GDALPansharpenOptions CPL_DLL *GDALCreatePansharpenOptions(void); void CPL_DLL GDALDestroyPansharpenOptions(GDALPansharpenOptions *); GDALPansharpenOptions CPL_DLL * GDALClonePansharpenOptions(const GDALPansharpenOptions *psOptions); /*! Pansharpening operation handle. */ typedef void *GDALPansharpenOperationH; GDALPansharpenOperationH CPL_DLL GDALCreatePansharpenOperation(const GDALPansharpenOptions *); void CPL_DLL GDALDestroyPansharpenOperation(GDALPansharpenOperationH); CPLErr CPL_DLL GDALPansharpenProcessRegion(GDALPansharpenOperationH hOperation, int nXOff, int nYOff, int nXSize, int nYSize, void *pDataBuf, GDALDataType eBufDataType); CPL_C_END #ifdef __cplusplus #include #include #include "gdal_priv.h" #ifdef DEBUG_TIMING #include #endif class GDALPansharpenOperation; //! @cond Doxygen_Suppress typedef struct { GDALPansharpenOperation *poPansharpenOperation; GDALDataType eWorkDataType; GDALDataType eBufDataType; const void *pPanBuffer; const void *pUpsampledSpectralBuffer; void *pDataBuf; size_t nValues; size_t nBandValues; GUInt32 nMaxValue; #ifdef DEBUG_TIMING struct timeval *ptv; #endif CPLErr eErr; } GDALPansharpenJob; struct GDALPansharpenResampleJob { GDALDataset *poMEMDS = nullptr; int nXOff = 0; int nYOff = 0; int nXSize = 0; int nYSize = 0; double dfXOff = 0; double dfYOff = 0; double dfXSize = 0; double dfYSize = 0; void *pBuffer = nullptr; GDALDataType eDT = GDT_Unknown; int nBufXSize = 0; int nBufYSize = 0; int nBandCount = 0; GDALRIOResampleAlg eResampleAlg = GRIORA_NearestNeighbour; GSpacing nBandSpace = 0; #ifdef DEBUG_TIMING struct timeval *ptv = nullptr; #endif CPLErr eErr = CE_Failure; std::string osLastErrorMsg{}; }; class CPLWorkerThreadPool; //! @endcond /** Pansharpening operation class. */ class GDALPansharpenOperation { CPL_DISALLOW_COPY_ASSIGN(GDALPansharpenOperation) GDALPansharpenOptions *psOptions = nullptr; std::vector anInputBands{}; std::vector aVDS{}; // to destroy std::vector aMSBands{}; // original multispectral bands // potentially warped into a VRT int bPositiveWeights = TRUE; CPLWorkerThreadPool *poThreadPool = nullptr; int nKernelRadius = 0; GDALGeoTransform m_panToMSGT{}; static void PansharpenJobThreadFunc(void *pUserData); static void PansharpenResampleJobThreadFunc(void *pUserData); template void WeightedBroveyWithNoData(const WorkDataType *pPanBuffer, const WorkDataType *pUpsampledSpectralBuffer, OutDataType *pDataBuf, size_t nValues, size_t nBandValues, WorkDataType nMaxValue) const; template void WeightedBrovey3(const WorkDataType *pPanBuffer, const WorkDataType *pUpsampledSpectralBuffer, OutDataType *pDataBuf, size_t nValues, size_t nBandValues, WorkDataType nMaxValue) const; // cppcheck-suppress functionStatic template void WeightedBrovey(const WorkDataType *pPanBuffer, const WorkDataType *pUpsampledSpectralBuffer, OutDataType *pDataBuf, size_t nValues, size_t nBandValues, WorkDataType nMaxValue) const; template CPLErr WeightedBrovey(const WorkDataType *pPanBuffer, const WorkDataType *pUpsampledSpectralBuffer, void *pDataBuf, GDALDataType eBufDataType, size_t nValues, size_t nBandValues, WorkDataType nMaxValue) const; // cppcheck-suppress functionStatic template CPLErr WeightedBrovey(const WorkDataType *pPanBuffer, const WorkDataType *pUpsampledSpectralBuffer, void *pDataBuf, GDALDataType eBufDataType, size_t nValues, size_t nBandValues) const; template void WeightedBroveyPositiveWeights(const T *pPanBuffer, const T *pUpsampledSpectralBuffer, T *pDataBuf, size_t nValues, size_t nBandValues, T nMaxValue) const; template size_t WeightedBroveyPositiveWeightsInternal( const T *pPanBuffer, const T *pUpsampledSpectralBuffer, T *pDataBuf, size_t nValues, size_t nBandValues, T nMaxValue) const; // cppcheck-suppress unusedPrivateFunction template void WeightedBroveyGByteOrUInt16(const T *pPanBuffer, const T *pUpsampledSpectralBuffer, T *pDataBuf, size_t nValues, size_t nBandValues, T nMaxValue) const; // cppcheck-suppress functionStatic CPLErr PansharpenChunk(GDALDataType eWorkDataType, GDALDataType eBufDataType, const void *pPanBuffer, const void *pUpsampledSpectralBuffer, void *pDataBuf, size_t nValues, size_t nBandValues, GUInt32 nMaxValue) const; public: GDALPansharpenOperation(); ~GDALPansharpenOperation(); CPLErr Initialize(const GDALPansharpenOptions *psOptions); CPLErr ProcessRegion(int nXOff, int nYOff, int nXSize, int nYSize, void *pDataBuf, GDALDataType eBufDataType); GDALPansharpenOptions *GetOptions(); }; #endif /* __cplusplus */ #endif /* GDALPANSHARPEN_H_INCLUDED */