Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Adding Border to the Image | Fundamentals of Image Manipulation with Python
Fundamentals of Image Manipulation with Python
course content

Conteúdo do Curso

Fundamentals of Image Manipulation with Python

Adding Border to the Image

In OpenCV, the cv2.copyMakeBorder() function is used to add a border to an image. It creates a new image with a border around the original image, where the size, type, and color of the border can be specified. The function requires several parameters:

  1. src: The image to be modified.
  2. top, bottom, left, right: The number of pixels to add in each respective direction.
  3. borderType: The type of the border to be added.
  4. value: The color of the border, specified as a tuple of Red, Green, Blue, and optionally Alpha values.

Tarefa

  1. Add a border to the image with specified parameters.

Tarefa

  1. Add a border to the image with specified parameters.

Mark tasks as Completed
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo

Tudo estava claro?

In OpenCV, the cv2.copyMakeBorder() function is used to add a border to an image. It creates a new image with a border around the original image, where the size, type, and color of the border can be specified. The function requires several parameters:

  1. src: The image to be modified.
  2. top, bottom, left, right: The number of pixels to add in each respective direction.
  3. borderType: The type of the border to be added.
  4. value: The color of the border, specified as a tuple of Red, Green, Blue, and optionally Alpha values.

Tarefa

  1. Add a border to the image with specified parameters.

Mark tasks as Completed
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Seção 1. Capítulo 8
AVAILABLE TO ULTIMATE ONLY
We're sorry to hear that something went wrong. What happened?
some-alt