Main Content

영상 필터링

컨벌루션과 상관, 미리 정의된 필터와 사용자 지정 필터, 비선형 필터링, 경계 보존 필터

필터링은 영상을 수정하거나 향상시키기 위한 기법입니다. 예를 들어, 영상을 필터링하여 특정 특징을 강조하거나 다른 특징을 제거할 수 있습니다. 필터링으로 구현되는 영상 처리 연산에는 평활화, 선명화, 경계 향상이 포함됩니다.

영상 영역 분석기영상의 연결성분 찾기 및 필터링

함수

모두 확장

imfilter다차원 영상의 N차원 필터링
roifilt2회색조 영상의 관심 영역(ROI) 필터링
nlfilter일반적인 슬라이딩 이웃 연산
imgaussfilt영상에 대한 2차원 가우스 필터링
imgaussfilt33차원 영상에 대한 3차원 가우스 필터링
wiener22차원 적응형 잡음 제거 필터링
medfilt22차원 중앙값 필터 적용
medfilt33차원 중앙값 필터 적용
modefilt2-D and 3-D mode filtering (R2020a 이후)
ordfilt22차원 순서-통계량 필터링
stdfilt영상의 국소 표준편차
rangefiltLocal range of image
entropyfilt회색조 영상의 국소 엔트로피
imboxfilt2-D box filtering of images
imboxfilt33-D box filtering of 3-D images
fibermetricEnhance elongated or tubular structures in image using Frangi vesselness filter
maxhessiannormMaximum of Frobenius norm of Hessian of matrix
padarray배열 채우기
imbilatfilt가우스 커널을 사용한 영상 양방향 필터링
imdiffuseestEstimate parameters for anisotropic diffusion filtering
imdiffusefiltAnisotropic diffusion filtering of images
imguidedfilterGuided filtering of images
imnlmfiltNon-local means filtering of image
burstinterpolantCreate high-resolution image from set of low-resolution burst mode images
gabor가버 필터 또는 가버 필터 뱅크 만들기
imgaborfilt2차원 영상에 가버 필터 또는 필터 뱅크 적용
bwareafilt이진 영상에서 크기별로 객체 추출
bwpropfilt속성을 사용하여 이진 영상에서 객체 추출
integralImageCalculate 2-D integral image
integralImage3Calculate 3-D integral image
integralBoxFilter2-D box filtering of integral images
integralBoxFilter33-D box filtering of 3-D integral images
fspecial미리 정의된 2차원 필터 생성
fspecial3Create predefined 3-D filter
convmtx22차원 컨벌루션 행렬
freqz22-D frequency response
fsamp22-D FIR filter using frequency sampling
ftrans22-D FIR filter using frequency transformation
fwind12-D FIR filter using 1-D window method
fwind22-D FIR filter using 2-D window method
freqspace주파수 응답을 위한 주파수 간격 설정

도움말 항목

공간 영역에서 영상 필터링 시작하기

잡음 제거 필터링

  • 잡음 제거
    평균화 필터링, 중앙값 필터링, 국소 영상 분산에 기반한 적응 필터링과 같은 기법을 사용하여 영상 잡음을 제거합니다.
  • 영상에 가우스 평활화 필터 적용하기
    여러 강도의 등방성 및 비등방성 가우스 평활화 필터를 사용하여 영상을 흐릿하게 만드는 방법으로 영상 잡음을 줄입니다.
  • Reduce Noise in Image Gradients
    Reduce noise associated with computing image gradients so that features can be more accurately detected.

경계 보존 필터링

적분 영상 영역 필터링

  • Integral Image
    Integral images are a quick way to represent images for filtering. In an integral image, the value of each pixel is the summation of the pixels above and to the left of it.
  • Apply Multiple Filters to Integral Image
    Smooth an image by different amounts by applying box filters of varying sizes to the integral image.

주파수 영역 필터링