728x90
1. Basic Operations
image pixel 값에 접근하기: 개별접근과 slicing (NumPy의 FancyIndexing이나 mask를 이용한 방식에 대한 이해도 중요함)
더보기
https://dsaint31.me/mkdocs_site/DIP/cv2/ch01/dip_1_01/#pixel
다음은 NumPy 외에 ndarray에 해당하는 Tensor의 요소를 indexing하는 방법을 다루는 글임 (시간있다면 같이 익혀두길 권함)
image attributes 접근하기
2. ROI Processing
callback을 이용한 구현.
cv2.selectROI 를 이용한 구현.
3. Splitting and Merging
Image Channels
이미지 합치기, 나누기
4. Image Padding
5. 사칙연산
6. Scaling (Zooming and Shrinking) and Interpolation
7. Alpha Blending
8. Bitwise Op.
반응형
'Programming > DIP' 카테고리의 다른 글
[DIP] Moirè (모아레) (and Beat) (3) | 2024.09.30 |
---|---|
[DIP] cv2.convertSacleAbs(): contrast, brightness 수동조정 (0) | 2024.09.23 |
[DIP] CV2.INTER_AREA (0) | 2024.09.22 |
[DIP] Interpolation (on Image) (2) | 2024.09.22 |
[DIP] Image Morphing (Simple) (0) | 2024.09.22 |