Breakthrough
Software engineer focused on embedded development, with background in computer vision. Currently at Google, working on Fuchsia.
GoogleCanada
Pinned Repositories
DVR-Scan
:vhs: Tool for extracting scenes with motion from videos (e.g. security camera or DVR footage). Written in Python, uses OpenCV.
Installing-OpenCV
A guide on compiling & installing OpenCV 3.0, and details on changes to the Python module.
KeypointTrackerCpp
OpenCV-based video keypoint tracking using FSME (full-search motion estimation). Written in C++, requires OpenCV 2.4.X.
MetaBax
:tv: Analog video/television signal emulator (library and simulator).
pygame-ctypes-tutorial
Accessing Pygame surfaces or OpenCV images with C/C++ via ctypes and the Numpy-based surfarray module.
PySceneDetect
:movie_camera: Python and OpenCV-based scene cut/transition detection program & library.
python-scene-detection-tutorial
:snake: Tutorial on detecting video shot changes using Python and OpenCV. Part 1 covers basic threshold detection, Part 2 covers optimized threshold detection.
RKTracker
:chart_with_upwards_trend: Real-time Keypoint Tracker using full/exhaustive-search motion estimation. Works with both live/camera streams and recorded video. Written in Python and C++, requires OpenCV, and optionally CUDA for GPGPU acceleration.
SceneStats
:clapper: [Coming Soon] A C++ and OpenCV-based scene detection program & library. Will supplement the functionality of both PySceneDetect + DVR-Scan as a high-performance video scanning/analysis tool.
Breakthrough's Repositories
Breakthrough/PySceneDetect
:movie_camera: Python and OpenCV-based scene cut/transition detection program & library.
Breakthrough/DVR-Scan
:vhs: Tool for extracting scenes with motion from videos (e.g. security camera or DVR footage). Written in Python, uses OpenCV.
Breakthrough/python-scene-detection-tutorial
:snake: Tutorial on detecting video shot changes using Python and OpenCV. Part 1 covers basic threshold detection, Part 2 covers optimized threshold detection.
Breakthrough/RKTracker
:chart_with_upwards_trend: Real-time Keypoint Tracker using full/exhaustive-search motion estimation. Works with both live/camera streams and recorded video. Written in Python and C++, requires OpenCV, and optionally CUDA for GPGPU acceleration.
Breakthrough/SceneStats
:clapper: [Coming Soon] A C++ and OpenCV-based scene detection program & library. Will supplement the functionality of both PySceneDetect + DVR-Scan as a high-performance video scanning/analysis tool.
Breakthrough/MetaBax
:tv: Analog video/television signal emulator (library and simulator).
Breakthrough/Installing-OpenCV
A guide on compiling & installing OpenCV 3.0, and details on changes to the Python module.
Breakthrough/KeypointTrackerCpp
OpenCV-based video keypoint tracking using FSME (full-search motion estimation). Written in C++, requires OpenCV 2.4.X.
Breakthrough/pygame-ctypes-tutorial
Accessing Pygame surfaces or OpenCV images with C/C++ via ctypes and the Numpy-based surfarray module.
Breakthrough/container
STL-like containers from Boost
Breakthrough/humanitybot
:computer: A Cards Against Humanity IRC bot
Breakthrough/PyAV
Pythonic bindings for FFmpeg's libraries.
Breakthrough/Quake2Ragdolls
Adds ragdolls to quake 2, also features things like bloom, physics for dropped weapons, grenades and gibs
Breakthrough/type_index
Runtime/Compile time copyable type info.
Breakthrough/bcastell.com
Repository for my personal website www.bcastell.com, containing both the source code and actual static assets required to host the website..
Breakthrough/config
Boost.org config module
Breakthrough/flameshot-org.github.io
flameshot official websites & documents
Breakthrough/flutter_engine
The Flutter engine
Breakthrough/ICS_VSBIO
Python package to help users read and write vsb files
Breakthrough/protobuf
Protocol Buffers - Google's data interchange format
Breakthrough/py-sdl2-glhf
Fast, embeddable OpenGL API access, and helper functions (e.g. mipmap generation for SDL textures) for PySDL2 programs. Can generate a lightweight dynamic wrapper, up to 50% faster than PyOpenGL, with no dependencies other than PySDL2. Public domain.
Breakthrough/RPi-Garage-Door-Remote
Remotely control & check the status of your garage door with a Raspberry Pi.
Breakthrough/rust-koans
Koans for the Rust programming language