JP2018124968A5 - - Google Patents

Download PDF

Info

Publication number
JP2018124968A5
JP2018124968A5 JP2017167619A JP2017167619A JP2018124968A5 JP 2018124968 A5 JP2018124968 A5 JP 2018124968A5 JP 2017167619 A JP2017167619 A JP 2017167619A JP 2017167619 A JP2017167619 A JP 2017167619A JP 2018124968 A5 JP2018124968 A5 JP 2018124968A5
Authority
JP
Japan
Prior art keywords
pixel
pixel position
input
image
image processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2017167619A
Other languages
Japanese (ja)
Other versions
JP2018124968A (en
Filing date
Publication date
Application filed filed Critical
Priority to CN201810037967.5A priority Critical patent/CN108364249A/en
Priority to EP18153397.7A priority patent/EP3355267A1/en
Priority to US15/880,573 priority patent/US10659746B2/en
Publication of JP2018124968A publication Critical patent/JP2018124968A/en
Publication of JP2018124968A5 publication Critical patent/JP2018124968A5/ja
Pending legal-status Critical Current

Links

Claims (9)

入力画像を構成する複数の入力画素がラスタスキャン順に入力される画像処理装置であって、
前記入力画像における前記入力画素の位置を、第1の画素位置計算により、出力画像における第1の画素位置に変換する、第1の計算部と、
前記出力画像における第1の画素位置の近傍の出力画素の位置を、第2の画素位置計算により、前記入力画像における第2の画素位置に変換する、第2の計算部と、
前記第2の画素位置の画素値を、前記入力画像における周囲の画素からの補間により算出する画素補間部と、
を備える画像処理装置。
An image processing apparatus in which a plurality of input pixels constituting an input image are input in raster scan order,
A first calculator that converts the position of the input pixel in the input image to a first pixel position in the output image by a first pixel position calculation;
A second calculation unit that converts a position of an output pixel in the vicinity of the first pixel position in the output image into a second pixel position in the input image by a second pixel position calculation;
A pixel interpolation unit that calculates a pixel value of the second pixel position by interpolation from surrounding pixels in the input image;
An image processing apparatus comprising:
前記入力画素を格納するラインバッファを更に備えることを特徴とする、請求項1に記載の画像処理装置。   The image processing apparatus according to claim 1, further comprising a line buffer that stores the input pixels. 前記第1の画素位置計算は、多項式を用いた関数、または、グリッドテーブル変換、または、前記多項式を用いた関数と前記グリッドテーブル変換の組み合わせであること、
前記第2の画素位置計算は、前記第1の画素位置計算の逆関数を用いて行うこと、
を特徴とする、請求項1又は請求項2に記載の画像処理装置。
The first pixel position calculation is a function using a polynomial, or a grid table conversion, or a combination of a function using the polynomial and the grid table conversion;
The second pixel position calculation is performed using an inverse function of the first pixel position calculation;
The image processing apparatus according to claim 1, wherein:
前記入力画素は、複数の色画素を有し、
ひとつの前記色画素を用いて算出された、前記第1の画素位置、または、前記第2の画素位置を、他の前記色画素の前記第2の画素位置に変換する、第3の計算部を更に備えることを特徴とする、請求項1乃至請求項3のいずれか一項に記載の画像処理装置。
The input pixel has a plurality of color pixels,
A third calculation unit that converts the first pixel position or the second pixel position calculated by using one color pixel into the second pixel position of another color pixel. The image processing apparatus according to claim 1, further comprising:
入力画像を構成する入力画素をラスタスキャン順に入力し、
前記入力画素の位置を、画素位置計算により出力画像における第1の画素位置に変換し、
前記出力画像における前記第1の画素位置近傍の出力画素の位置を、前記画素位置計算の逆関数を用いて、第2の画素位置に変換し、
前記第2の画素位置の画素値を、前記入力画像における周囲の画素からの補間により算出し、
前記補間により画素値を算出した順に、前記第2の画素位置の画素値を出力することを特徴とする、画像処理方法。
Input the input pixels that make up the input image in raster scan order,
Converting the position of the input pixel to a first pixel position in the output image by pixel position calculation;
Converting the position of the output pixel in the vicinity of the first pixel position in the output image to a second pixel position using an inverse function of the pixel position calculation;
Calculating a pixel value of the second pixel position by interpolation from surrounding pixels in the input image;
An image processing method, comprising: outputting pixel values at the second pixel position in the order in which pixel values are calculated by the interpolation.
前記入力画像は、複数の色画素から構成されており、ひとつの前記色画素を用いて算出した、前記第1の画素位置、または、前記第2の画素位置を、他の前記色画素の前記第2の画素位置に変換することを特徴とする、請求項5に記載の画像処理方法。   The input image is composed of a plurality of color pixels, and the first pixel position or the second pixel position calculated using one of the color pixels is set as the other pixel color. The image processing method according to claim 5, wherein the image processing method is converted into a second pixel position. 前記出力画像における第1の画素位置を、所定のスケール値を用いて前記出力画像のピラミッド画像における第3の画素位置に変換する、第4の計算部と、
前記ピラミッド画像における第3の画素位置の近傍の出力画素の位置を、前記所定のスケール値と前記第2の画素位置計算により、前記入力画像における第4の画素位置に変換する、第5の計算部と、を更に備え、
前記画素補間部は、前記第2の画素位置の画素値と、前記第4の画素位置の画素値とを、前記入力画像における周囲の画素からの補間により算出することを特徴とする、請求項1乃至請求項3のいずれか一項に記載の画像処理装置。
A fourth calculation unit that converts the first pixel position in the output image into a third pixel position in the pyramid image of the output image using a predetermined scale value;
A fifth calculation that converts the position of the output pixel in the vicinity of the third pixel position in the pyramid image to the fourth pixel position in the input image by the predetermined scale value and the second pixel position calculation. And further comprising,
The pixel interpolation unit calculates a pixel value at the second pixel position and a pixel value at the fourth pixel position by interpolation from surrounding pixels in the input image. The image processing apparatus according to any one of claims 1 to 3.
前記第4の計算部は、複数の異なる前記スケール値に対応した前記第3の画素位置を算出し、前記第5の計算部は、複数の異なる前記スケール値に対応した前記第4の画素位置を算出することを特徴とする、請求項7に記載の画像処理装置。   The fourth calculation unit calculates the third pixel position corresponding to a plurality of different scale values, and the fifth calculation unit calculates the fourth pixel position corresponding to a plurality of different scale values. The image processing apparatus according to claim 7, wherein: 前記入力画素は、複数の色画素を有し、
ひとつの前記色画素を用いて算出された、前記第1の画素位置、または、前記第2の画素位置を、他の前記色画素の前記第2の画素位置に変換し、ひとつの前記色画素を用いて算出された、前記第3の画素位置、または、前記第4の画素位置を、他の前記色画素の前記第4の画素位置に変換する、第6の計算部を更に備えることを特徴とする、請求項7又は請求項8に記載の画像処理装置。
The input pixel has a plurality of color pixels,
The first pixel position or the second pixel position calculated using one color pixel is converted into the second pixel position of the other color pixel, and one color pixel is obtained. A third calculation unit that converts the third pixel position or the fourth pixel position calculated by using the fourth pixel position of the other color pixel. The image processing apparatus according to claim 7, wherein the image processing apparatus is characterized.
JP2017167619A 2017-01-27 2017-08-31 Image processing apparatus and image processing method Pending JP2018124968A (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN201810037967.5A CN108364249A (en) 2017-01-27 2018-01-16 Image processing apparatus and image processing method
EP18153397.7A EP3355267A1 (en) 2017-01-27 2018-01-25 Image processing device and image processing method for radial distortion correction
US15/880,573 US10659746B2 (en) 2017-01-27 2018-01-26 Image processing device and image processing method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2017012870 2017-01-27
JP2017012870 2017-01-27

Publications (2)

Publication Number Publication Date
JP2018124968A JP2018124968A (en) 2018-08-09
JP2018124968A5 true JP2018124968A5 (en) 2019-09-05

Family

ID=63111407

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017167619A Pending JP2018124968A (en) 2017-01-27 2017-08-31 Image processing apparatus and image processing method

Country Status (1)

Country Link
JP (1) JP2018124968A (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7170478B2 (en) * 2018-09-18 2022-11-14 株式会社東芝 Image processing device, image processing method and image processing program
JP7210337B2 (en) * 2019-03-14 2023-01-23 株式会社東芝 Image processing device and distortion correction coefficient calculation method
JP7404201B2 (en) 2020-09-11 2023-12-25 株式会社東芝 Image processing device and image processing method
JP7419204B2 (en) 2020-09-18 2024-01-22 株式会社東芝 Image processing device

Similar Documents

Publication Publication Date Title
JP2018124968A5 (en)
JP2013178671A5 (en)
WO2018154092A8 (en) Iterative multiscale image generation using neural networks
JP2018107759A5 (en)
JP2015035198A5 (en)
JP2012249125A5 (en)
JP2014121019A5 (en)
JP2018060075A5 (en)
JP2016018309A5 (en)
JP2013110513A5 (en)
JP2012235306A5 (en)
JP2016046606A5 (en)
JP2011151739A5 (en)
JP2015154307A5 (en)
JP2015170863A5 (en) Imaging apparatus, control method therefor, program, and storage medium
JP2015154270A5 (en) Image processing apparatus and image processing method
JP2014060704A5 (en)
JP2015138357A5 (en) Device for generating output images
JP2016081149A5 (en)
JP2012048381A5 (en)
JP2016161777A5 (en)
JP2014060703A5 (en) Image processing apparatus, image processing method, program, and system
JP2016092651A5 (en) Image processing apparatus and image processing method. And programs
JP2017011653A5 (en) Image processing apparatus, image processing system, imaging apparatus, image processing method, and program
JP2015213261A5 (en)