Page 2 of 3

Re: Rasterize tool, corner line bug

Posted: Tue Sep 14, 2021 12:34 pm
by daniel
Your last capture is with version 2.11.3?

On my side, here's what I have:
Capture.JPG
Capture.JPG (33.69 KiB) Viewed 3203 times

Re: Rasterize tool, corner line bug

Posted: Tue Sep 14, 2021 9:41 pm
by PablerasBCN
wow

I'll retry again. But I did even post with the version up left just because I feared the question XD.

But may be I installed the installer and did not use the loose files and may be there is a difference between theese. I'll uninstall and reinstall and test and if I donĀ“t get your ressults I'll install the loose files version.

Re: Rasterize tool, corner line bug

Posted: Wed Sep 15, 2021 5:28 pm
by PablerasBCN
Hi, I installed this time from the zipped beta and I was able to replicate your ressults, certainly feel better!!

There are still on corners some non interpolated areas

Image

Not sure if this is specific to this tile , I'll do some test with other tiles and see what happns.

Re: Rasterize tool, corner line bug

Posted: Wed Sep 15, 2021 6:54 pm
by daniel
On the corners, we are missing data to interpolate. The best we can do is inside the convex hull of the raster.

Re: Rasterize tool, corner line bug

Posted: Wed Sep 15, 2021 8:02 pm
by PablerasBCN
I understand but I think it would better in case there is not enough data, to set problematic pixels to closest known value instead of leaving them "red" like in this heighmap

Image

Image

Re: Rasterize tool, corner line bug

Posted: Wed Apr 06, 2022 10:08 am
by PablerasBCN
Hello again,

I'm bringing this up from the Abyss because as in last post was described, the issue was reduced but not completely fixed. The smaller the step the more of non interpolated cells show up, but even going up crazy in step size the issue will remain in the corners.

I've been thinking of thi issue and the proposal would be to add a "force empty cell interpolation" checkbox with a paramter named "loop attemps" where 0 is infinite,

This option will create an array of the empty cells left after interpolate. In a loop, each cell could look the neighbouring cells data, if empty in all 4 sides, move next. If any of the corners has data, use the average of the corners with data to fill cell with data, or even, use the first corner with data and continue the loop.

Once first loop is done the number of empty cells will be less forcibly so, repeat the process untill the number of empty cells is 0 or untill the "loop attemps" is reached.

It is important that no cells are left with default value because if you mesh using heigh later on the mesh will have an enormous dip or an super spike.

Re: Rasterize tool, corner line bug

Posted: Tue May 24, 2022 8:21 pm
by jfosh
I'd like to bring this up again as well. Getting a similar issue and it would be great if someone knew a workaround.

Re: Rasterize tool, corner line bug

Posted: Thu Jun 30, 2022 2:38 pm
by alfred0809
I suspect that what happens is that interpolates taking the new upper and near right pixels of each pixels and fo the most corner pixels in top and right there is nothing to interpolate to and applies 0 value. Or something simialr. Also in some clouds, to bottom left, first pixels ocasionally fails in a similar fashion.

Re: Rasterize tool, corner line bug

Posted: Fri Jul 01, 2022 11:33 am
by alfred0809
Is there a way to make pixels look like lines?

Re: Rasterize tool, corner line bug

Posted: Sat Jul 02, 2022 5:12 pm
by daniel
What happens above (normally) is that where CC cannot interpolate, it uses the 'empty cell' value.