{"id":15659697,"url":"https://github.com/tobybreckon/cpp-examples-ipcv","last_synced_at":"2025-09-13T03:37:12.468Z","repository":{"id":152041995,"uuid":"79960316","full_name":"tobybreckon/cpp-examples-ipcv","owner":"tobybreckon","description":"C++ Image Processing and Computer Vision OpenCV Examples used for Teaching","archived":false,"fork":false,"pushed_at":"2023-01-24T11:03:30.000Z","size":77,"stargazers_count":27,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T23:11:09.691Z","etag":null,"topics":["computer-vision","image-processing","opencv","webcam"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tobybreckon.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-24T22:19:10.000Z","updated_at":"2024-03-31T18:25:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d61b8e5-0bb6-443c-a21f-80fdd6c4d289","html_url":"https://github.com/tobybreckon/cpp-examples-ipcv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobybreckon%2Fcpp-examples-ipcv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobybreckon%2Fcpp-examples-ipcv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobybreckon%2Fcpp-examples-ipcv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobybreckon%2Fcpp-examples-ipcv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobybreckon","download_url":"https://codeload.github.com/tobybreckon/cpp-examples-ipcv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252563973,"owners_count":21768564,"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","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":["computer-vision","image-processing","opencv","webcam"],"created_at":"2024-10-03T13:18:16.987Z","updated_at":"2025-05-05T19:43:10.356Z","avatar_url":"https://github.com/tobybreckon.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ Image Processing and Computer Vision OpenCV Teaching Examples\n\nOpenCV C++ Image Processing and Computer Vision examples used for teaching over the years (2010-2013+).\n\nAll tested with [OpenCV](http://www.opencv.org) 4.0 (this branch) and GCC (Linux).\n\n---\n\n### Background:\n\nIf I taught you between 2010 and 2013 at [Cranfield University](http://www.cranfield.ac.uk) or [ESTIA](http://www.estia.fr) - these are the C++ examples from class.\n\nAdditionally used to generate the video examples within the ebook version of:\n\n[Dictionary of Computer Vision and Image Processing](http://dx.doi.org/10.1002/9781119286462) (R.B. Fisher, T.P. Breckon, K. Dawson-Howe, A. Fitzgibbon, C. Robertson, E. Trucco, C.K.I. Williams), Wiley, 2014.\n[[Google Books](http://books.google.co.uk/books?id=TaEQAgAAQBAJ\u0026lpg=PP1\u0026dq=isbn%3A1118706811\u0026pg=PP1v=onepage\u0026q\u0026f=false)] [[doi](http://dx.doi.org/10.1002/9781119286462)]\n\n---\n\n### How to Build and run:\n\n```\ngit clone https://github.com/tobybreckon/cpp-examples-ipcv.git\ncd cpp-examples-ipcv\ncmake .\nmake\n./\u003cinsert executable name of one of the examples\u003e\n```\n\nDemo source code is provided \"as is\" to aid your learning and understanding of topics on the course.\n\nMost run with a webcam connected or from a command line supplied video file of a format OpenCV supports on your system (otherwise edit the script to provide your own image source).\n\nN.B. you may need to change the line near the top that specifies the camera device to use on some examples below - change \"0\" if you have one webcam, I have it set to \"1\" to skip my built-in laptop webcam and use the connected USB camera.\n\n---\n\n### Reference:\n\nMany of these techniques are fully explained in corresponding section of:\n\n_Fundamentals of Digital Image Processing: A Practical Approach with Examples in Matlab_,\nChris J. Solomon and Toby P. Breckon, Wiley-Blackwell, 2010\nISBN: 0470844736, DOI:10.1002/9780470689776, http://www.fundipbook.com\n\n```\nbibtex:\n\n@Book{solomonbreckon10fundamentals,\n  author \t= \t {Solomon, C.J. and Breckon, T.P.},\n  title \t= \t {Fundamentals of Digital Image Processing:\n                                A Practical Approach with Examples in Matlab},\n  publisher \t= \t {Wiley-Blackwell},\n  year \t\t= \t {2010},\n  isbn \t\t= {0470844736},\n  doi \t\t= {10.1002/9780470689776},\n  url \t\t= {http://www.fundipbook.com}\n}\n```\n\n---\n\nIf you find any bugs report them to me (or better still submit a pull request) - toby.breckon@durham.ac.uk\n\n_\"may the source be with you\"_ - anon.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobybreckon%2Fcpp-examples-ipcv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobybreckon%2Fcpp-examples-ipcv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobybreckon%2Fcpp-examples-ipcv/lists"}