Mikhail Kiselev

Results 4 issues of 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 ![image](https://user-images.githubusercontent.com/64229743/180600597-fda72c78-12de-4cf8-9788-a299a17faf85.png)

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...