{"id":71445,"library":"ofps","title":"ofps","description":"Framework for efficient processing of optical flows and motion vectors in video streams.","status":"active","version":"0.1.0","language":"rust","source_language":null,"source_url":"https://github.com/h33p/ofps","tags":["optical-flow","video","motion","processing","computer-vision"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nofps = \"0.1.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add ofps","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"OpticalFlowProcessor","correct":"use ofps::OpticalFlowProcessor;"}],"quickstart":{"code":"use ofps::OpticalFlowProcessor;\n\nlet mut processor = OpticalFlowProcessor::new(640, 480);\nlet flow = processor.process_frame(&previous_frame, &current_frame);\nprintln!(\"Flow magnitude: {:?}\", flow.magnitude());","lang":"rust","description":"Creates an optical flow processor and computes motion vectors between two frames."},"warnings":[],"env_vars":null,"search_vec":"'comput':22 'computer-vis':21 'effici':4 'flow':8,17 'framework':2 'motion':10,19 'ofp':1 'optic':7,16 'optical-flow':15 'process':5,20 'stream':14 'vector':11 'video':13,18 'vision':23","created_at":"2026-06-17T18:26:55.742932+00:00","updated_at":"2026-06-17T18:26:55.742932+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/h33p/ofps","github":"https://github.com/h33p/ofps","docs":"https://docs.rs/ofps/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}