-
Currently, decimation filters are removed by default when time series instrument response is removed.
However, this is only appropriate if the data are _upsampled_ at each decimation stage.
Note…
-
Simplifies a mesh using a vertex/edge decimation algorithm.
```
HRESULT D3DXSimplifyMesh(
_In_ LPD3DXMESH pMesh,
_In_ const DWORD *pAdjacency,
_In_ const D3DXATTRIBUTEWEIGHTS *pVert…
-
Hi, thank you again for sharing your method and dataset. I still have some questions to bother you.
I can access 2 dataset from your sharing, one is the original `.stl` dataset without labeling, th…
-
As discussed on https://forum.image.sc/t/marching-cubes-element-size/35656/ it would be a nice addition to have post-processing tools for meshes generated by the marching cube algorithms.
The VTK …
-
The sensors will likely be sampled at a much higher rate than needed by the controller (and other parts of the system); filtering the resulting values is important to ensure a valid data stream to the…
-
Hi, I use OpenMVS on ubuntu16.04 to create textured mesh. The original result is rather good, but I find that if I downsample the mesh using OpenMVS or other algorithm, some area may become very blurr…
-
After the excellent addition to the Voxel Remeshing I've been trying to find a workflow to create clean 3D models for printing, which implies decimation too.
The current workflow uses a modified v…
-
In Code 6.1, there is a decimation of 4 in the receiver matched filter. Why is that so? Changing it to 1, I get the following animation, which looks the same to me as using decimation of 4 (except it…
-
![image](https://github.com/user-attachments/assets/a9f61918-6e42-4674-ab2f-8692359a05b1)
Basically while using VINS-Mono and VINS-Fusion for pinhole mono-imu setup it throws out error message…
-
The program stuck at [line 174](https://github.com/dave3d/dicom2stl/blob/main/utils/vtkutils.py#174) in `vtkutils.py`:
```python
def reduceMesh(mymesh, reductionFactor):
"""Reduce the number …