본문 바로가기

내가 보려고 만든 블로그

검색하기
내가 보려고 만든 블로그
프로필사진 hjh1023

  • 분류 전체보기 (74)
    • Study (1)
    • 아두이노 (19)
    • c# (10)
    • OpenGL (12)
      • ImGui (1)
    • OpenCV (16)
      • c++ (7)
      • python (5)
    • Linux (9)
    • 정보처리기사 공부 (7)
    • 아무거나 (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags
  • libopencv-dev
  • 정보처리기사후기
  • esp32
  • 아두이노
  • vim명령어
  • 아두이노 설치
  • opencv
  • google drive upload
  • 정보처리기사
  • 고정ip할당
  • vim
  • ubuntu
  • opengl
  • api사용해서 google drive에 폴더만들기
  • sshkey
  • opencv resize
  • opencv apt설치
  • c#
  • vtk
  • translation
  • 우분투 opencv 설치
  • Google Drive API
  • NodeMCU
  • Python
  • annotating
  • google drive 업로드
  • rotation
  • Winform
  • vi
  • apt update
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록resize (1)

내가 보려고 만든 블로그

OpenCV를 사용한 이미지 크기 조정(python)

resizeImg.py # let's start with the Imports import cv2import numpy as np # Read the image using imread functionimage = cv2.imread('Lenna.png')cv2.imshow('Original Image', image) # let's downscale the image using new width and heightdown_width = 300down_height = 200down_points = (down_width, down_height)resized_down = cv2.resize(image, down_points, interpolation= cv2.INTER_LINEAR) # let's upscal..

OpenCV/python 2024. 5. 29. 18:58
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바