{"id":28640469,"url":"https://github.com/asus4/ofxalgorithmparametergroup","last_synced_at":"2026-05-18T04:32:01.091Z","repository":{"id":146377097,"uuid":"42296004","full_name":"asus4/ofxAlgorithmParameterGroup","owner":"asus4","description":"Make ofxGui controls for cv::Algorithm","archived":false,"fork":false,"pushed_at":"2015-09-11T10:30:04.000Z","size":148,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-12T20:06:48.088Z","etag":null,"topics":["opencv","openframeworks","openframeworks-addon"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asus4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-11T08:09:16.000Z","updated_at":"2018-04-16T14:33:21.000Z","dependencies_parsed_at":"2023-04-07T11:24:59.245Z","dependency_job_id":null,"html_url":"https://github.com/asus4/ofxAlgorithmParameterGroup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asus4/ofxAlgorithmParameterGroup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asus4%2FofxAlgorithmParameterGroup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asus4%2FofxAlgorithmParameterGroup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asus4%2FofxAlgorithmParameterGroup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asus4%2FofxAlgorithmParameterGroup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asus4","download_url":"https://codeload.github.com/asus4/ofxAlgorithmParameterGroup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asus4%2FofxAlgorithmParameterGroup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278551486,"owners_count":26005389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["opencv","openframeworks","openframeworks-addon"],"created_at":"2025-06-12T20:06:45.566Z","updated_at":"2025-10-06T02:55:26.557Z","avatar_url":"https://github.com/asus4.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ofxAlgorithmParameterGroup\n\nMake ofxGui controls for cv::Algorithm\n\n```c++\n\nclass ofApp : public ofBaseApp {\n\t// ....\n\tofxPanel gui;\n\tofxAlgorithmParameterGroup parameters;\n};\n\nvoid ofApp::setup() {\n\t// Any cv::Algorithm\n\tcv::Ptr\u003ccv::FeatureDetector\u003e detector = FeatureDetector::create(\"ORB\");\n\tparameters.setAlgorithm(detector);\n\t\n\tcv::BackgroundSubtractorMOG2 mog2;\n\tparameters.setAlgorithm(\u0026mog2);\n\n\tgui.setup();\n\tgui.add(parameters);\n}\n```\n\n## Require\n\n- openFrameworks v0.9.0RC1 or more\n- ofxGui\n- ofxCv or ofxOpenCv\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasus4%2Fofxalgorithmparametergroup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasus4%2Fofxalgorithmparametergroup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasus4%2Fofxalgorithmparametergroup/lists"}