• 파일시티 이벤트
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(27)
  • 리포트(21)
  • 논문(4)
  • 시험자료(1)
  • 방송통신대(1)

"bilinear interpolation" 검색결과 1-20 / 27건

  • 한글파일 영상처리(매트랩 코드 포함) Bilinear Interpolation (쌍선형 보간법),Edge Detection (Sobel operator)
    Bilinear Interpolation (쌍선형 보간법) 1-1) Bilinear Interpolation 이란? ... Interpolation을 2D로 확장한 Bilinear Interpolation은 우리말로 쌍선형 보간법, 또는 이중선형 보간법이라고 한다. ... 키와 40살일 때 키를 보고 30살에서의 키를 추측하는 것은 Interpolation이다.
    리포트 | 12페이지 | 2,000원 | 등록일 2020.12.14 | 수정일 2020.12.23
  • 파일확장자 bilinear interpolation, bilinear filtering, 선형보간법 [매트랩 소스]
    ((bilinear (bi_row, bi_col - 1) + bilinear (bi_row, bi_col + 1) + 1), -1); end end %% bilinear interpolation ... interpolation row %% for bi_row = 1 : 2 : 511 for bi_col = 2 : 2 : 510 bilinear (bi_row, bi_col) = bitshift ... - 1, bi_col); bilinear (bi_col, bi_row) = bilinear (bi_col, bi_row - 1); end %% (511,511) padding to
    리포트 | 1,000원 | 등록일 2008.10.02
  • 한글파일 Medina filtering 및 이미지 확대/축소(Nearest neighbor interpolation, bilinear interpolation, cubic convolution interpolation, B-spline interpolation
    다음의 보간법을 사용하여 1.5배 확대 - nearest neighbor interpolation - bilinear interpolation - cubic convolution interpolation ... interpolation으로 1.5배 **************************/ bilinear_interpolation(source, process_x1dot5, cols ... , rows); printf("\nInput name of bilinear_interpolation output file : "); scanf("%s", fileout); write_pnm
    리포트 | 11페이지 | 1,500원 | 등록일 2010.09.12
  • 파일확장자 딥러닝 기법을 활용한 위성 관측 해수면 온도 자료의 결측부 복원에 관한 연구
    This outperformed the traditional methods, including bilinear interpolation, bicubic interpolation, and
    논문 | 7페이지 | 4,000원 | 등록일 2023.12.04
  • 파일확장자 [세종대학교] [전자정보통신공학과] [영상처리] 실습2 레포트
    ) - 출력 화소로 생성된 주소에 가장 가까운 원시 화소를 출력 화소로 할당- 출력 화소로 생성된 주소에 가장 가까운 원시 화소를 출력 화소로 할당5) 양선형 보간법(Bilinear ... Interpolation) - 새롭게 생성된 화소는 네 개의 가장 가까운 화소들에 가중치를 곱한 값들의 합- 보간을 3번 수행- 각각의 가중치는 존재하는 화로부터 거리에 반비례6) ... 세부 항목을 잃어 버릴 수 있음Down sampling 전에, 영상을 전반적으로 흐리게 하여 영상의 고주파 부분을 일부 제거4) 이웃 화소 보간법(Nearest Neighbor Interpolation
    리포트 | 8페이지 | 3,000원 | 등록일 2022.10.26
  • 워드파일 한양대 DSP2 중간대체과제 interpolation 레포트 (ㅈㅈㅊ교수님)
    (bilinear interpolation) Cubic한 방법도 역시 마찬가지이다. A, B 값을 먼저 구해주고, A, B 사이를 interpolate 하는 식으로 수행한다. ... Sinc interpolation은 이상적인 interpolation이지만 너무 복잡하다. ... Matlab 내장함수인 interp1를 이용하여 세가지 방법으로 interpolation 하였다. 각 interpolation 특징을 명확히 확인가능하다.
    리포트 | 10페이지 | 3,500원 | 등록일 2022.04.26
  • 파일확장자 키넥트로부터 획득된 깊이 영상의 확장을 위한 GPU 기반 채움 기법
    nearest neighbor, bilinear, bicubic) to adapt it to the size of original Kinect color image. ... In this paper, we tried to expand depth image captured by Kinect using various interpolation methods( ... Besides, we implemented GPU parallel processing algorithm with OpenCL to interpolate a large amount of
    논문 | 8페이지 | 4,000원 | 등록일 2023.04.05 | 수정일 2023.04.06
  • 파일확장자 균질화 및 선형보간법을 이용한 기능경사 내열복합재의 물성분포 최적설계
    continuous bilinear function in order to enforce the continuity of volume fraction distributions. ... However, after the optimization process, we interpolate the discontinuous volume fraction with globally
    논문 | 9페이지 | 4,000원 | 등록일 2023.04.05
  • 한글파일 파워포인트&포토샵 족보 할인자료
    Interpolation 중에서 처리 속도는 느리지만 가장 높은 질을 얻을 수 있는 것은? 가. Bilinear 나. Nearest Neighbor 다. Bicubic 라.
    시험자료 | 36페이지 | 2,000원 (10%↓) 1800원 | 등록일 2022.04.07
  • 파일확장자 [영상처리]히스토그램, Image Sharpening filter 구현(C코드 첨부)
    우리가 실험할 때는 인접한 것 끼리 계산을 수행한 특수한 경우이며, Bilinear 방법은 똑같다. ... Interpolation은 선형성을 이용하여 새로운 화소를 삽입하는 방식이지만 Averaging 방식은 선형성을 이용하여 화소의 평균값을 구한후 이 평균값이 나머지 값들을 대체하는 ... 결과적으로 이미지의 크기는 절반으로 줄어든다.⑤Averaging과 Interpolation했을 때의 문제점 5015060140Averaging은 Low Pass Filter의 역할을
    리포트 | 10페이지 | 5,000원 | 등록일 2012.08.30
  • 한글파일 C언어를 이용한 Image Rotation & Interpolation
    , Bilinear interpolation, Cubic Convolution interpolation, B-Spline interpolation 이 있다. ... 이번 실습에서는 Bilinear interpolation, B-Spline interpolation 을 사용하여 이미지를 2배 확대해 보기로 한다. ... 그리고 두 번째로 256×256 lena 이미지를 Bilinear interpolation과 B-Spline interpolation 을 통하여 각각 확대해 본 후 소스 분석과 결과
    리포트 | 15페이지 | 10,000원 | 등록일 2009.12.31 | 수정일 2021.06.07
  • 워드파일 디지털 영상 처리
    Bilinear interpolation을 적용한다 3-1 영상을 1.5배로 영상을 확대한 결과를 보이시오. 67 45 12 125 67 76.0115 56.426 67(1-0)(1
    리포트 | 4페이지 | 1,000원 | 등록일 2013.04.09
  • 한글파일 Image Resize Program)
    interpolation) : (Resizing nearest integer & bilinear interpolation) ▶Resize 작성 코드(nearest integer & ... 밝기값을 nearest integer 좌표에 의해 계산하는 버전과 bilinear interpolation으로 계산하는 버전을 작성하여 비교할 것. 2. ... bilinear interpolation)> void CDsp_Ex3Doc::OnResize() { // TODO: Add your command handler code here
    리포트 | 2페이지 | 1,500원 | 등록일 2010.04.30
  • 한글파일 영상 복원이란
    · Bilinear Interpolation (양선형 보간법) · cubic Interpolation (3차 회선 보간법) · B-Spline Interpolation · Nearest ... Neighbor Interpolation 가장 가까운 화소를 취한다. - 톱니 모양으로 알려진 시각적인 뭉특함이 출력에 나타남 · Bilinear Interpolation 인접한 ... 처음 프레임과 마지막 프레임을 지정해 주고 나머지는 컴퓨터가 생성 - frame 사이의 Interpolation 예-타이타닉
    리포트 | 4페이지 | 1,000원 | 등록일 2014.04.08
  • 한글파일 디지털 영상 보간법
    ((bilinear (bi_row, bi_col - 1) + bilinear (bi_row, bi_col + 1) + 1), -1); end end %% bilinear interpolation ... 또한 option 문제 bilinear interpolation coding을 소개하면서 처음 접하는 함수들을 공부할 수 있었다. 4. ... interpolation 행 %% for bi_row = 1 : 2 : 511 for bi_col = 2 : 2 : 510 bilinear (bi_row, bi_col) = bitshift
    리포트 | 5페이지 | 4,000원 | 등록일 2010.05.14
  • 파일확장자 Matlab 을 이용한 파노라마 합성
    행렬 계산에 Least Square를 적용한다.픽셀 매핑에 Inverse warping 과 Bilinear interpolation 등의 기법을 적용한다.중복되는 픽셀에 대해서는 선형평균을
    리포트 | 12페이지 | 3,000원 | 등록일 2014.03.03 | 수정일 2014.03.04
  • 워드파일 DSPpre-1
    Computer graphics 성능: Bicubic interpolation > Bilinear interpolation> Nearest-neighbor interpolation ... 방법 사용분야 Nearest-neighbor interpolation 가장 가까운 지점의 값을 새로운 점의 값으로 예측 Real-time 3D rendering Bilinear interpolation ... Nearest-neighbor Bilinear Bicubic 나)Operate in the Frequency Domain 우선 DCT 과정부터 알아야 한다.
    리포트 | 7페이지 | 5,000원 | 등록일 2012.08.30
  • 한글파일 신화의세계 과제물
    2015-1 과제물 신화의 세계 문화교양학과 [옛사람들의 세상 읽기 그리스 신화], 강대진, 아이세움 1) 인상적인 글 발췌(분량 3매 내외) 본문에서는 이 말을 쓰지 않고 대신 ‘희랍’이라고 쓰려 한다. 그 이유는 ‘그리스’가 영어이기 때문이다. 보통 영어로 ‘그리스..
    방송통신대 | 7페이지 | 3,000원 | 등록일 2015.10.03
  • 워드파일 영상처리에 대한 기본적인 개념 및 질문과 답1
    Computer graphics 성능: Bicubic interpolation > Bilinear interpolation> Nearest-neighbor interpolation ... 방법 사용분야 Nearest-neighbor interpolation 가장 가까운 지점의 값을 새로운 점의 값으로 예측 Real-time 3D rendering Bilinear interpolation ... Nearest-neighbor Bilinear Bicubic 나)Operate in the Frequency Domain 우선 DCT 과정부터 알아야 한다.
    리포트 | 7페이지 | 5,000원 | 등록일 2010.05.28
  • 파일확장자 SD 방송영상을 HD 방송영상으로 Upscaling(Upconverting)시 Interpolation방식(보간법)에 따른 장르별 화질 분석
    4.1절에서 정의한 SD 방송영상 샘플데이터에 3장에서 소개한 3가지 Interpolation방식을 적용하여 주관적 화질평가를 통해 방송 장르별 콘텐츠 의 특성과 Interpolation방식과의 ... 본 논문은 장르의 콘텐츠 특성과 Interpolation방식과의 상관 관계만을 분석하므로, 압축과정의 오류로 인한 화질 열화의 영향을 배제하 기 위해 무압축 방식을 사용한다. ... 영상 포맷은 YUV로 구성되고, AVI 파일 로 제작되었다. 3가지 장르로 구성된 12개의 SD 방송영상 샘플데이터를 각 각 3가지 Interpolation방식으로 Upscaling함으로써
    논문 | 66페이지 | 5,000원 | 등록일 2014.04.09
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업