Skip to content

MikhailKulyabin/CV-projects

Repository files navigation

1. Box detection

Size estimation of a box from a distance image.
The approach consists of finding two planes that approximate the floor and the top of the box and calculate the distance between the planes. A simple solution to finding dominant planes in a point cloud is to use RANSAC to find the plane models with the most inliers, in our example the floor and the top of the box.

Input image and mask
Detected planes
Detected corners

2. Seam Carving

Upscale and downscale images, using Seam Carving method.
Paris upscaling

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages