Skip to content
Creatronix

Creatronix

The Adventures of Dash Daring in Code & Music & Business

  • About me

Tag: noise

Posted on July 23, 2018July 10, 2019

Intro to OpenCV with Python

To work with OpenCV from python, you need to install it first:

pip install opencv-python

After we import cv2 we can directly work with images like so:

import cv2
img = cv2.imread("doc_brown.png")

Continue reading “Intro to OpenCV with Python”

Recent Posts

  • Argparse
  • Android Asynchronous Http Client
  • k-fold crossvalidation with sklearn
  • pytest Tutorial – Part 3
  • pytest Tutorial – Part 2

Recent Comments

  • ICYMI CircuitPython Newsletter: CircuitPython 5.1.0 Released and more! #Python #Adafruit #CircuitPython #ICYMI @circuitpython @micropython @ThePSF @Adafruit | iotosphere - Internet of Things on Using MicroPython on FireBeetle ESP32
  • فیلم on Regular Expressions Demystified – A Mini DSL for Regex in Python
  • Jörn on Bosch IXO Repair
  • Ori on Bosch IXO Repair
  • Jörn on Bayes’ Theorem
  • 2021 (10)
  • 2020 (23)
  • 2019 (34)
  • 2018 (67)
  • 2017 (54)
  • 2016 (7)
  • 2013 (2)
  • 2012 (4)

Categories

  • Barcamp
  • Books
  • Bucket List
  • Business & Management
    • Management3.0
  • Electronics
    • ESP32
  • Insight of the Day
  • LEGO
    • MOC
  • Self-Improvement
    • Personal Finance
  • Software
    • Android
    • Arduino
    • Data Science
    • iOS Development
    • JAVA
    • JavaScript
    • Julia
    • Katas
    • Kotlin
    • Mac
    • MicroPython
    • Python
    • Raspberry Pi
    • SQL
  • Tools
  • Uncategorized
  • Wordpress

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress