Skip to content

Instantly share code, notes, and snippets.

@crackwitz
Created December 1, 2022 01:15
Show Gist options
  • Select an option

  • Save crackwitz/e365d52e0ebf8a769e2f9539fdf46166 to your computer and use it in GitHub Desktop.

Select an option

Save crackwitz/e365d52e0ebf8a769e2f9539fdf46166 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"https://stackoverflow.com/questions/74633013/counting-drop-on-an-image"
]
},
{
"cell_type": "code",
"execution_count": 206,
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import cv2 as cv\n",
"import matplotlib.pyplot as plt"
]
},
{
"cell_type": "code",
"execution_count": 207,
"metadata": {},
"outputs": [
{
"data": {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment