SnowWind
SnowWind
i'm sorry for didn't reply that long time, actually i mean that normal can be any direction but always toward viewer. for example you can viewing a lung form both...
 made some optimize on bounding box of ray-cast, but this is too large change ...
i think the simplest way for you is to install anaconda for its completed ml environment then use its conda command to install the PyTorch. it will be enough for...
i think use the cubic sampling also a good way to solve this problem.... one main reason of staircase result is that dataset is not 1:1:1. in this case if...
> 编译工程时,碰到如下问题,请问有碰到过的同学吗? > > D:\Code\GAMES102\homeworks\project\build\CMakeFiles\CMakeTmp\src.c(1,10): fatal error C1083: 无法打开包括文件: “pthread.h”: No such file or directory [D:\Code\GAMES102\homeworks\project\build\CMakeFiles\CMakeTmp\cmTC_70c05.vcxproj] 有的,请问大佬解决了吗?
> > Oh no, im sorry. My formulation of that sentence was confusing. > > Oh, I got what you meant :) Maybe my reply was a bit confusing haha....
did you analysed what kind of filter is suitable for it? i tried to add a bilateral filter for smoothing in my fork, but i'm not sure is this a...
maybe to make a min stack to store closest pixels in linked list and drop the far pixels is a good way. because we actually hard to see the pixels...
> > maybe to make a min stack to store closest pixels in linked list and drop the far pixels is a good way. > > Good idea! I think...