SpadanaDepanelVision
AI-Powered Bridge Detection & CNC Path Generation
YOLO Vision AI + Hybrid Tangent Refinement for CNC-Grade Precision

CNC-Grade Precision
While YOLO Vision detects bridge locations in seconds, our proprietary Hybrid Tangent algorithm snaps them exactly to the true DXF geometry for flawless routing.
Drag the slider to see the CNC-grade precision of Hybrid Tangent Snapping.
Product Demonstration — 3:08 Min
Watch: DXF Import to CNC-Ready Export in Under 60 Seconds
- Bridge detection: YOLO Vision AI automatically identifies all valid bridge locations on any PCB panel geometry.
- Hybrid Tangent refinement: bridges snap precisely onto true DXF geometry — line and arc structures handled automatically with CNC-grade precision.
- Export: structured JSON (including start point, end point, radius, arc direction, G-code) + operator text report generated in one click.
Six Steps. Under 60 Seconds.
Every step that previously required physical machine interaction is now handled computationally.
Import DXF
Press one button to load your PCB DXF file. No manual measurement or fixture adjustment required.
AI Bridge Detection
YOLO Vision AI analyzes PCB geometry and detects all valid bridge locations automatically.
Hybrid Tangent Refinement
Bridges are snapped precisely onto the true DXF geometry. Arc and line structures handled flawlessly.
Optimal Milling Path
Automatically generate the shortest CNC-ready routing path between start and end points.
Review & Adjust
Optional manual override. Drag bridges or adjust routing if needed.
Export CNC Package
Export JSON, milling path, and operator report.
Core Capabilities
YOLO Vision AI
Custom-trained neural network detects valid bridge locations on any PCB panel geometry — including irregular, dense, and organic shapes.
Hybrid Tangent Engine
Proprietary geometric algorithm refines and snaps detected bridges precisely onto the true DXF geometry, handling both line-based and arc-based structures.
DXF Layer Extraction
Automatically extracts milling contours from CAD layers. No manual coordinate input. The software reads your engineering data directly.
Structured Export Package
Every detected bridge is exported as structured JSON (with geometry parameters, arc direction, radius) plus G-code and a human-readable operator report.
100% Offline Operation
No cloud connection, no data transfer, no subscription lock-in. All AI models run locally on your production hardware.
Vision-Guided Alignment
CCD fiducial recognition aligns the digital cutting path to real-world board coordinates, accounting for panel shrinkage or expansion.
Technical Specifications
Everything your integration team needs to know.
Standardized Output Formats
(Zero Post-Processing Required)
Directly feed into your CNC milling machine.
{ "bridges": [ { "label": "B1", "type": "LinePath", "startX": 9.2678, "startY": 134.8321, "endX": 12.8675, "endY": 139.1222 }, { "label": "B10", "type": "ArcPath", "startX": 171.5329, "startY": 186.4149, "endX": 176.9616, "endY": 186.4598, "I": 2.797, "J": -9.9655, "radius": 10.3506, "gCode": "G3" } ]}
