• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

P3D v5 TFE have color filter by chance?

Messages
1,374
Country
unitedstates
I am in the process of writing a script that combines RGB with NIR. It's working but the resulting images sometimes has a white border on the edge. I suspect the image is not being completely written before it moves on to the next image (can't find a way to add a delay timer either). So just thought I would ask if there is any color filter option in TFE where I could input (255,255,255) and the TFE will read the sample without white? Or maybe TFE will read the image and see the lack of data on its own and ignore it? 🙏
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
31,941
Country
netherlands
Hi,

Are you sure your RGB and NIR images have the size? that would be the only reason I can think of why you would get edges.
 
Messages
1,374
Country
unitedstates
Yes, I have checked and double-checked down to the pixel. I use the same code to create RGB samples and NIR samples. I can layer them on top of each other before I merge them and see they are an exact fit. Also, sometimes the finshed sample will be complete, then I run it again and it will produce a border. That's ok, I think I can add just another process step to go through the finished samples and remove the white. Plus I'm just excited to finally get to dig into veg and water detection with TFE finally with a true 4-band image as required. I'm sure you be hearing from me next week on that subject, ha! :p
 
Top