{"id":15903636,"url":"https://github.com/vfdev-5/cvplot2","last_synced_at":"2025-10-16T05:25:40.921Z","repository":{"id":149000767,"uuid":"43688447","full_name":"vfdev-5/cvplot2","owner":"vfdev-5","description":"Fork of cvplot (https://code.google.com/p/cvplot/) with CMake support and optional QWidget output","archived":false,"fork":false,"pushed_at":"2015-10-20T09:51:59.000Z","size":356,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T13:59:36.737Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vfdev-5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-05T14:15:22.000Z","updated_at":"2015-10-05T14:30:07.000Z","dependencies_parsed_at":"2023-04-10T13:45:12.995Z","dependency_job_id":null,"html_url":"https://github.com/vfdev-5/cvplot2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vfdev-5/cvplot2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vfdev-5%2Fcvplot2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vfdev-5%2Fcvplot2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vfdev-5%2Fcvplot2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vfdev-5%2Fcvplot2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vfdev-5","download_url":"https://codeload.github.com/vfdev-5/cvplot2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vfdev-5%2Fcvplot2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279159532,"owners_count":26116491,"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-16T02:00:06.019Z","response_time":53,"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":[],"created_at":"2024-10-06T12:03:29.213Z","updated_at":"2025-10-16T05:25:40.859Z","avatar_url":"https://github.com/vfdev-5.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CvPlot 2 project\nA fork of [cvplot](https://code.google.com/p/cvplot/) project to plot cv::Mat 1D data\n\n- CMake support\n- input with cv::Mat\n- Optional output with QWidget (Qt4)\n\n## Usage :\n### Simple example\n``` c++\n    cv::Mat data; // a [1xDATA_LENGTH] matrix\n    CvPlot::plot(\"Data\", data);\n    CvPlot::plot(\"Half of the data in blue\", data, DATA_LENGTH/2, 0, 0, 255);\n    cv::waitKey(0);\n```\n\n### Example with Qt4 :\n``` c++\n    cv::Mat data; // a [1xDATA_LENGTH] matrix\n    QWidget * plot = CvPlot::getPlotWidget(\"Data\", data, DATA_LENGTH/2, 0, 0, 255);\n    if (plot1)\n    {\n        plot-\u003eshow();\n    }\n```\n### See [demo](https://github.com/vfdev-5/cvplot2/blob/master/Demo/plot_sample.cpp) example for more details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvfdev-5%2Fcvplot2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvfdev-5%2Fcvplot2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvfdev-5%2Fcvplot2/lists"}