Skip to content

Instantly share code, notes, and snippets.

View elbruno's full-sized avatar
💭
@Home rocking some AI projects

El Bruno elbruno

💭
@Home rocking some AI projects
View GitHub Profile
@elbruno
elbruno / rustthreadnotfinished.rs
Created January 9, 2023 20:09
rustthreadnotfinished.rs
/*
Copyright (c) 2023
Author : Bruno Capuano
Create Time : 2023 January
Change Log :
- Demos working with threads in Rust
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@elbruno
elbruno / rustthreadsjoin.rs
Created January 9, 2023 20:08
rustthreadsjoin.rs
/*
Copyright (c) 2023
Author : Bruno Capuano
Create Time : 2023 January
Change Log :
- Demos working with threads in Rust
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@elbruno
elbruno / OpenCameraFromRTSP.py
Created July 25, 2022 20:47
OpenCameraFromRTSP.py
# Copyright (c) 2022
# Author : Bruno Capuano
# Create Time : 2022 July
# Change Log :
# - Open the camera feed from a RTSP address
#
# The MIT License (MIT)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@elbruno
elbruno / BicepAzureFunctionCreation.bicep
Created July 20, 2022 21:24
BicepAzureFunctionCreation.bicep
// Copyright (c) 2022
// Author : Bruno Capuano
// Create Time : 2022 July
// Change Log :
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / AzureIoTDemoCreation.bicep
Created July 18, 2022 16:06
AzureIoTDemoCreation.bicep
// Copyright (c) 2022
// Author : Bruno Capuano
// Create Time : 2022 July
// Change Log :
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / cameratograyscaleresaltredandblue.py
Created June 14, 2022 13:24
cameratograyscaleresaltredandblue.py
# Copyright (c) 2022
# Author : Bruno Capuano
# Create Time : 2022 June
# Change Log :
# - Open the camera feed
# - Convert the camera feed to Grayscale
# - Resalt a specific colors >> RED and BLUE
#
# The MIT License (MIT)
#
@elbruno
elbruno / opencvreplacebgwithvideo.py
Created June 10, 2022 14:27
opencvreplacebgwithvideo.py
# Copyright (c) 2022
# Author : Bruno Capuano
# Create Time : 2022 June
# Change Log :
# – Open a local camera feed using OpenCV
# – Open a video file feed using OpenCV
# – Show the original camera feed, the video frame, and the background removed feed using the video feed
#
# The MIT License (MIT)
#
@elbruno
elbruno / opencvremovebginwebcammog2.py
Created June 9, 2022 13:15
opencvremovebginwebcammog2.py
# Copyright (c) 2022
# Author : Bruno Capuano
# Create Time : 2022 June
# Change Log :
# – Open a local camera feed using OpenCV
# – Show the original camera feed and the background removed feed using MOG2
# - Reference: https://docs.opencv.org/4.x/d1/dc5/tutorial_background_subtraction.html
#
# The MIT License (MIT)
#
@elbruno
elbruno / opencvremovebginwebcam.py
Created June 8, 2022 15:47
opencvremovebginwebcam.py
# Copyright (c) 2022
# Author : Bruno Capuano
# Create Time : 2022 June
# Change Log :
# – Open a local camera feed using OpenCV
# – Show the original camera feed and the background removed feed
#
# The MIT License (MIT)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
@elbruno
elbruno / opencvremovebackground.py
Created June 7, 2022 15:22
opencvremovebackground.py
# Copyright (c) 2022
# Author : Bruno Capuano
# Create Time : 2022 June
# Change Log :
# – Load and image and remove the background
# – Show the original image and the background removed image
#
# The MIT License (MIT)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy