Image processing? The story of starting Python for

I started Python. The purpose is to create a program that generates images from videos for art.

Python was installed at Anaconda. Anaconda seems to be a convenient package that puts Python and other things in one shot.

The version is Python3. You don't need to include Python 2 unless you have a business reason. The point is the transition period, and 2 seems to be destined to disappear soon.

After installing Python with Anaconda, I think I put in a sub-weapon-like one to make the process easier (I was doing a lot of trial and error, so maybe I did something else). I don't know exactly what the name is ...

There are two ways to put it in.

One last thing I didn't know about reading Qiita etc. About the $ mark at the beginning.

$ pip install opencv-python

If there is such a description, the $ at the beginning indicates to type in the command prompt. In Unix-like systems such as Mac, in the case of a normal user with weak authority, $ is displayed at the beginning of the line to indicate that it is waiting for input, so it seems to be written like this.

Up to here for this time.

Recommended Posts

Image processing? The story of starting Python for
The story of blackjack A processing (python)
The story of low learning costs for Python
The image display function of iTerm is convenient for image processing.
Basics of binarized image processing with Python
The story of making Python an exe
Grayscale by matrix-Reinventor of Python image processing-
The story of manipulating python global variables
Pandas of the beginner, by the beginner, for the beginner [Python]
Drawing with Matrix-Reinventor of Python Image Processing-
Matrix Convolution Filtering-Reinventor of Python Image Processing-
The story of making a standard driver for db with python.
First Python image processing
the zen of Python
The story of sys.path.append ()
Image Processing with Python Environment Setup for Windows
Image processing with Python
The story of reading HSPICE data in Python
Code for checking the operation of Python Matplotlib
Addition of fixed processing when starting python interpreter
[Small story] Download the image of Ghibli immediately
Various processing of Python
[Python + OpenCV] Whiten the transparent part of the image
Basic story of inheritance in Python (for beginners)
Extract the table of image files with OneDrive & Python
The story of Python without increment and decrement operators.
[Python] Measures and displays the time required for processing
The story of FileNotFound in Python open () mode ='w'
Examine the close processing of Python dataset (SQLAlchemy wrapper)
The story of automatic language conversion of TypeScript / JavaScript / Python
Image processing with Python (Part 2)
python3 Measure the processing speed.
Towards the retirement of Python2
Image processing with Python (Part 1)
Image processing with Python (Part 3)
Image processing by python (Pillow)
Post processing of python (NG)
Image Processing Collection in Python
3 months note for starting Python
About the features of Python
[Python] Iterative processing (for, while)
The Power of Pandas: Python
[Python] Image processing with scikit-image
A story about improving the program for partial filling of 3D binarized image data
Check the processing time and the number of calls for each process in python (cProfile)
I tried to find the entropy of the image with python
The story of creating a VIP channel for in-house chatwork
I tried "gamma correction" of the image with Python + OpenCV
The story of implementing the popular Facebook Messenger Bot with python
Unify the environment of the Python development team starting with Poetry
Check the operation of Python for .NET in each environment
The story of how the Python bottle worked on Sakura Internet
The story of introducing jedi (python auto-completion package) to emacs
Sample image of Python API server for EC2 (public AMI)
Try a similar search for Image Search using the Python SDK [Search]
Consideration for Python decorators of the type that passes variables
The story of rubyist struggling with python :: Dict data with pycall
100 language processing knock-29: Get the URL of the national flag image
[Python] The biggest weakness / disadvantage of Google Colaboratory [For beginners]
[Python] Tensorflow 2.0 did not support Python 3.8, so the story of downgrading Python
Google search for the last line of the file in Python