CoolFace
Apppublic

Zitti123/meassure

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
10 commits on main
b77d9f31y ago

Fix OpenCV kernel size error - ensure odd numbers for Gaussian blur

Zitti123
71a46791y ago

Add Surface Detection mode - detects complete filled areas instead of edges

Zitti123
a31d2c81y ago

Fix box detection: increase min size, relax filters, add presets and debug mode

Zitti123
99b46741y ago

Add smart box detection with geometric filtering - eliminates noise, focuses on rectangular objects

Zitti123
fbbbd0a1y ago

Fix compatibility: replace use_container_width with width=None for older Streamlit versions

Zitti123
c2046631y ago

Add automatic checkerboard pattern size detection

Zitti123
29c76681y ago

Add HuggingFace Space configuration to README.md

Zitti123
67dfbdb1y ago

Initial implementation of object measurement app with checkerboard calibration

Zitti123
2b51f931y ago

initial commit

Zitti123
011e7921y ago

Duplicate from streamlit/streamlit-template-space

Zitti123, FranckAbgrall