herry

Results 6 issues of herry

There is a set of data about 300,000 points, combine this set of data into FeatureNode(PolyGon),then add scenes Incorrect display. Correct display but in my scenes my version osgEarth2.10 In...

support

Chinese characters are not supported when i tried run samples bl_qt_text ; BLFont font; font.createFromFace(_face, _slider->value()); ctx.setFillStyle(BLRgba32(0xFF000000)); ctx.fillAll(); QString text = _text->text(); ctx.setFillStyle(BLRgba32(0xFFFFFFFF)); ctx.fillUtf16Text(BLPoint(10, 10 + font.size()), font, reinterpret_cast(text.constData()), text.length());...

What is the usage of "TileBlacklist"? > if (img.valid() && options().featherPixels() == true) { ImageUtils::featherAlphaRegions( img.get() ); } if (img == 0L) { if ( progress == 0L || !progress->isCanceled()...

Why can Qt draw the same text using the same font library, while Blend2d fails?

``` @echo off setlocal :: Configure OpenMVG paths set OPENMVG_BIN=E:\HerryProj\install\openMVG\release\bin set SENSOR_DB=E:\HerryProj\install\openMVG\release\lib\openMVG :: Check parameters if "%1"=="" ( echo Usage: %0 image_dir output_dir echo. echo image_dir: Input image directory echo...

int main(int argc,char* argv[]) { UAVPOSProcessExtract extractPos; UAVProcessGeoCorrect correctGeo; vector matrixP; UAVCalibParams calibCameras; calibCameras._ppx_ = 7360/2; calibCameras._ppy_ = 4912/2; calibCameras._flen_x_=7360; calibCameras._flen_y_=7360; calibCameras._ccd_size_=1; extractPos.UAVPorcessPOSGet("/home/wuwei/data/POS.txt",true); extractPos.UAVPOSProc_ExtractToP(matrixP,calibCameras); correctGeo.UAVGeoCorrectExterior("/home/wuwei/data/DSC00006.JPG",matrixP[0],30,"/home/wuwei/data/DSC00006.tif",0.2,113.2410581,29.1668276); correctGeo.UAVGeoCorrectExterior("/home/wuwei/data/DSC00007.JPG",matrixP[1],30,"/home/wuwei/data/DSC00007.tif",0.2,113.2427,29.1671); correctGeo.UAVGeoCorrectExterior("/home/wuwei/data/DSC00008.JPG",matrixP[2],30,"/home/wuwei/data/DSC00008.tif",0.2,113.2445,29.1674); return 0; }...