issues
search
Algomorph
/
LevelSetFusion-Python
Level Set Fusion (3D Reconstruction of Dynamic Scenes) Experimental Code
Apache License 2.0
15
stars
1
forks
source link
Add tests for the C++ 3d versions of functions (3D HO)
#66
Closed
Algomorph
closed
5 years ago
Algomorph
commented
5 years ago
[x] math::almost_equal (2D & 3D)
[x] math::are_dimensions_equal (2D & 3D)
[x] math::convolve_with_kernel (2D & 3D)
[x] math::scale (cwise_binary.hpp, 2D & 3D)
[x] math::cwise_product (cwise_binary.hpp, 2D & 3D)
[x] math::cwise_add_constant (cwise_binary.hpp, 2D & 3D)
[x] math::nested_sum (cwise_unary.hpp, 2D & 3D)
[x] math::square (cwise_unary.hpp, 2D & 3D)
[x] math::field_like (2D & 3D)
[x] math::ratio_of_vector_lengths_above_threshold_band_union
[x] math::mean_and_std_vector_length_band_union
[x] math::gradient (nested 2D case, 3D cases)
[x] math::laplacian (3D)
[x] ~math::pad_replicate (?)~ (already done)
[x] math::locate_min_norm (2D & 3D)
[x] math::locate_max_norm (2D & 3D)
[x] math::locate_maximum
[x] math::max_norm (2D & 3D)
[x] math::mean & math::std (2D & 3D)