Mikhail Kiselev
Mikhail Kiselev
Each CAPE output has a black frame, which is nondependent of `PATCH_SIZE` It is not built around the main picture because the whole output itself is 640x480 
Corrected the error message in `cpp/open3d/geometry/PointCloudSegmentation.cpp:PointCloud::SegmentPlane`. The `probability` argument is expected to be between 0 and 1, however log error message does not clearly reflect that. ## Type - [x]...
Fixes https://github.com/atanunq/viu/issues/129. For SVG parsing and rendering, the [resvg](https://github.com/linebender/resvg) crate is used. This PR adds a new function `try_load_svg_image` which loads an SVG file and converts it to `DynamicImage`. The...