OCVSOCKurven
OCVSOCKurven is a modular software project that extends the OpenCV library with a socket-based processing pipeline focused on curve detection and curvature analysis. It provides a server component accepting image frames transmitted over TCP or UDP sockets, processing with OpenCV-based algorithms for edge detection, contour extraction, and curve fitting, and returning results to clients in JSON.
The project supports distributed vision where image data is captured remotely and analyzed centrally, or multiple
Applications include robotic navigation, lane/road-curve analysis in autonomous systems, industrial inspection of curved parts, and educational