Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Geometrize | 1,016 | 10 months ago | 1 | other | C++ | |||||
:white_square_button: Geometrize is a desktop app that geometrizes images into geometric primitives | ||||||||||
Phantomstyle | 192 | 2 years ago | 13 | other | C++ | |||||
Cross-platform QStyle for traditionalists | ||||||||||
Panoramix | 75 | 6 years ago | 5 | C++ | ||||||
Code of my CVPR'16 paper: "Efficient 3D Room Shape Recovery From a Single Panorama." | ||||||||||
Pillow | 56 | 7 years ago | C++ | |||||||
a 3d modeler | ||||||||||
Qt3d Offscreenrenderer | 38 | 2 years ago | 2 | gpl-3.0 | C++ | |||||
This project is based on the Qt 3D basic shapes C++ example. | ||||||||||
Qml_customcontrol | 30 | 3 years ago | C | |||||||
QtQuick 子控件实现,以及自定义控件实现方法,提供了测试案例。 | ||||||||||
Qt_painter | 21 | a month ago | 48 | C++ | ||||||
CAD framework tool on top of Qt | ||||||||||
Qtasciimage | 7 | 8 years ago | 1 | mit | C++ | |||||
QtAsciimage - Asciimage for Qt Applications | ||||||||||
Raytan | 7 | a year ago | C++ | |||||||
Advanced Raytracer in C++ | ||||||||||
Extend Mesh | 4 | 8 years ago | C++ | |||||||
3D shape stretching while preserving surface details |
Geometrize is a desktop app that geometrizes images into geometric primitives.
Download Geometrize here, or run the web demo in your browser.
Open the app, select an image, pick your desired shape types, and hit start.
Video tutorials for Geometrize are posted here:
The matrix shows results for circles, triangles, rotated rectangles, rotated ellipses and all supported shapes at 50, 200 and 500 total shapes:
- | 50 Shapes | 200 Shapes | 500 Shapes |
---|---|---|---|
Circles | ![]() |
![]() |
![]() |
Triangles | ![]() |
![]() |
![]() |
Rotated Rectangles | ![]() |
![]() |
![]() |
Rotated Ellipses | ![]() |
![]() |
![]() |
All Shapes | ![]() |
![]() |
![]() |
By batch editing and exporting images, and then combining the results using a tool such as ScreenToGif, you can produce animations using Geometrize:
For more examples of geometrized images, see the gallery.
Geometrize is a Qt app written in C++.
If you want to develop or extend Geometrize, look at the top level repo for a high-level overview of the repositories in the Geometrize project.