JP2011182330A - Image processing method, image processing apparatus and program - Google Patents

Image processing method, image processing apparatus and program Download PDF

Info

Publication number
JP2011182330A
JP2011182330A JP2010046912A JP2010046912A JP2011182330A JP 2011182330 A JP2011182330 A JP 2011182330A JP 2010046912 A JP2010046912 A JP 2010046912A JP 2010046912 A JP2010046912 A JP 2010046912A JP 2011182330 A JP2011182330 A JP 2011182330A
Authority
JP
Japan
Prior art keywords
dct
image
image processing
domain
resolution
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.)
Granted
Application number
JP2010046912A
Other languages
Japanese (ja)
Other versions
JP5213896B2 (en
Inventor
Takayuki Nakachi
孝之 仲地
Shinobu Kudo
忍 工藤
Nozomi Hamada
望 浜田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Keio University
Original Assignee
Nippon Telegraph and Telephone Corp
Keio University
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp, Keio University filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2010046912A priority Critical patent/JP5213896B2/en
Publication of JP2011182330A publication Critical patent/JP2011182330A/en
Application granted granted Critical
Publication of JP5213896B2 publication Critical patent/JP5213896B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Image Processing (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To improve estimation accuracy of a restoration image by suppressing increase in computational complexity during DCT coding. <P>SOLUTION: While utilizing the feature that, for a DCT coded image, observation data are given as a DCT coefficient and convolution in a space domain corresponds to a product, in a DCT domain, for each element of the DCT domain, an SR approach is applied in the DCT domain, an inputted quantized matrix is linearly interpolated, and an inverse for each element of the quantized matrix is multiplied as a weight to mainly restore a low-frequency component of a small quantization error. If a quantization error occurs, a minimum value of a matching degree evaluation value is set to 0, and fitting is performed using such a combination as to minimize a differential factor of evaluation values at two points of both ends used for fitting. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、画像処理方法及び画像処理装置及びプログラムに係り、特に、圧縮画像に対する高速・高精度な超解像度処理を行うための画像処理方法及び画像処理装置及びプログラムに関する。   The present invention relates to an image processing method, an image processing apparatus, and a program, and more particularly, to an image processing method, an image processing apparatus, and a program for performing high-speed and high-precision super-resolution processing on a compressed image.

デジタル画像において、解像度が高ければ物体のエッジやテクスチャ部分を正確に表現することができるため、医用画像や航空写真などの様々な分野で高解像度画像に対する需要が高まっている。   In a digital image, if the resolution is high, the edge and texture portion of an object can be accurately expressed. Therefore, the demand for high-resolution images is increasing in various fields such as medical images and aerial photographs.

画像の解像度を上げるためにはハードウェア性能向上とソフトウェア処理の2つの方法がある。ハードウェア性能の向上による方法では撮影素子の配置密度を増すことで高解像度画像を取得できるが、ハードの性能限界や開発のためのコストの問題がある。   There are two methods for improving the image resolution: hardware performance improvement and software processing. In the method by improving the hardware performance, a high-resolution image can be obtained by increasing the arrangement density of the imaging elements. However, there are problems in hardware performance limitations and development costs.

それに対し、ソフトウェア処理を用いる方法が様々な研究で提案されている。近年、その中でも、位置ずれを含む複数枚の観測画像から高解像度画像を復元する超解像(SR: Super Resolution)技術が注目されている(例えば、非特許文献1参照)。   On the other hand, methods using software processing have been proposed in various studies. In recent years, super resolution (SR) technology that restores a high-resolution image from a plurality of observed images including misalignment has attracted attention (for example, see Non-Patent Document 1).

一方、一般にカメラで撮影された画像や動画像は伝送コストやストレージコストを減らすために圧縮される。その中で、よく用いられる画像圧縮技術はJPEGなどで規格化されているDCT(Discrete Cosine Transformer)符号化であり、量子化による劣化を受けた状態で保存される。しかし、通常の圧縮操作は不可逆変化であり、これにSR法を直接適用しても復元精度の向上に限界がある。このため圧縮画像にSR法を適用することが検討されている。   On the other hand, images and moving images taken with a camera are generally compressed to reduce transmission costs and storage costs. Among them, a frequently used image compression technique is DCT (Discrete Cosine Transformer) coding standardized by JPEG or the like, and is stored in a state where it has been deteriorated by quantization. However, the normal compression operation is irreversible, and even if the SR method is directly applied to this, there is a limit to improving the restoration accuracy. For this reason, it has been studied to apply the SR method to a compressed image.

しかし、DCT符号化画像に適用するためのSR法については、以下の2つの問題点があった。   However, the SR method for application to a DCT encoded image has the following two problems.

(1)SR画像を復元する際のMAP(Maximum A Posteriori)などの再構成型アルゴリズムは安定して高解像度画像を推定できるが、一般に計算量(計算コスト)が大きくなる。ここで、MAPは統計的推定処理により、最も確からしい再構成画像を求める方法である。   (1) A reconstruction algorithm such as MAP (Maximum A Posteriori) when restoring an SR image can stably estimate a high-resolution image, but generally requires a large amount of calculation (calculation cost). Here, MAP is a method for obtaining the most probable reconstructed image by statistical estimation processing.

(2)圧縮された画像に対するSR復元画像の精度向上が困難である。   (2) It is difficult to improve the accuracy of the SR restored image with respect to the compressed image.

これらの問題を解決するために従来行われてきた方法として、SR高速化法、DCT符号化圧縮画像に対するSR法、位置合わせ法の3つがあるが、これらについて以下に説明する。   There are three conventional methods for solving these problems, namely, the SR acceleration method, the SR method for DCT-encoded compressed images, and the alignment method, which will be described below.

1:高速化手法:
当該手法は、評価関数を計算するための画素値推定計算回数を低減させるという観点から、複数の低解像度画像を位置合わせし、高解像度画像空間に離散化点を設定し、離散化点近傍に対応する画素の平均画素値を利用する。このとき、離散化点近傍に対応する画素の個数を重みとして考慮することで、推定精度を落とさずに高速に計算可能である(例えば、非特許文献2参照)。また、最適化計算を周波数領域で行うことにより高速計算できる(例えば、非特許文献3参照)。
1: Speeding up method:
From the viewpoint of reducing the number of pixel value estimation calculations for calculating the evaluation function, this method aligns multiple low-resolution images, sets discretization points in the high-resolution image space, and places them near the discretization points. The average pixel value of the corresponding pixel is used. At this time, by considering the number of pixels corresponding to the vicinity of the discretization point as a weight, the calculation can be performed at high speed without reducing the estimation accuracy (see, for example, Non-Patent Document 2). Moreover, high-speed calculation can be performed by performing optimization calculation in the frequency domain (for example, refer nonpatent literature 3).

図11は、周波数領域最適化法の誤差項とその微分計算のブロック図を示す。同図中の記号『×』は各要素毎の乗算を、F,F−1はそれぞれフーリエ変換、逆フーリエ変換を表す。また、平均画素は、観測画像の平均画素値からなる画像、重み画像は平均画像のそれぞれの画素の要素数を表す。PSFはpoint spread functionの略である。 FIG. 11 shows a block diagram of the error term of the frequency domain optimization method and its differential calculation. The symbol “×” in the figure represents multiplication for each element, and F and F −1 represent Fourier transform and inverse Fourier transform, respectively. The average pixel represents an image composed of the average pixel value of the observed image, and the weighted image represents the number of elements of each pixel of the average image. PSF is an abbreviation for point spread function.

一方、画像を空間領域で分割処理することで高速計算する方法もある(例えば、非特許文献4参照)。図12に示すように、分割画像a〜dをそれぞれ独立に処理する。このとき、境界誤差を回避するために、各分割画像を重ねるようにする必要がある。   On the other hand, there is also a method of performing high-speed calculation by dividing an image into spatial regions (see, for example, Non-Patent Document 4). As shown in FIG. 12, the divided images a to d are processed independently. At this time, in order to avoid a boundary error, it is necessary to overlap each divided image.

2.DCT符号化圧縮画像に対するSR:
SR法として、観測画像の獲得モデルにDCT符号化プロセスを組み込み、量子化による誤差をガウス性ノイズと仮定し、高解像度化する(例えば、非特許文献5参照)。また、は、量子化誤差をガウス性ノイズではないとして、評価関数の誤差項にガウス関数と量子化行列の積を重み付けする(例えば、非特許文献6参照)。図13に従来の方法の量子化誤差モデルを示す。同図(A)は、非特許文献5のモデルを示し、同図(B)は非特許文献6のモデルを示す。
2. SR for DCT encoded compressed images:
As the SR method, a DCT encoding process is incorporated into an observed image acquisition model, and an error due to quantization is assumed to be Gaussian noise, thereby increasing the resolution (for example, see Non-Patent Document 5). In addition, assuming that the quantization error is not Gaussian noise, the error term of the evaluation function is weighted with the product of the Gaussian function and the quantization matrix (see, for example, Non-Patent Document 6). FIG. 13 shows a quantization error model of the conventional method. FIG. 4A shows a model of Non-Patent Document 5, and FIG. 4B shows a model of Non-Patent Document 6.

3.位置合わせ手法:
従来の位置合わせ手法の1つとして、図14に示すように、画素単位での一致度評価値から与えたフィッティング関数を用いる方法がある。この方法は、少ない計算量でサブピクセル変位を求めることができる(例えば、非特許文献7参照)。また、DCT符号化された画像に対する位置合わせ手法では、DCT正負符号を用いた位置合わせ手法に対して、主に低周波成分だけを用いることで推定精度を向上させる(例えば、非特許文献6参照)。
3. Alignment method:
As one of conventional alignment methods, there is a method using a fitting function given from the coincidence evaluation value for each pixel as shown in FIG. In this method, the subpixel displacement can be obtained with a small amount of calculation (see, for example, Non-Patent Document 7). In addition, in the registration method for the DCT-encoded image, the estimation accuracy is improved mainly by using only the low frequency component as compared with the registration method using the DCT positive / negative code (see, for example, Non-Patent Document 6). ).

S. C. Park, M. K. Park, M. G. Kang, "Super-Resolution Image Reconstruction: A Technical Overview", IEEE, MAY, 2003.S. C. Park, M. K. Park, M. G. Kang, "Super-Resolution Image Reconstruction: A Technical Overview", IEEE, MAY, 2003. 田中正行、奥富正敏、"再構成型超解像処理の高速化アルゴリズムとその精度評価"、電子情報通信学会論文誌 D-II Vol. J88-D-II No.11 pp. 2200-2209, 2005Masayuki Tanaka and Masatoshi Okutomi, "High-speed algorithm for reconfigurable super-resolution processing and its accuracy evaluation", IEICE Transactions D-II Vol. J88-D-II No.11 pp. 2200-2209, 2005 田中正行、奥富正敏、"周波数領域最適化法によるMAP型超解像処理の高速化"、情報処理学会論文誌 Vol. 47 No. SIG10, July 2006.Masayuki Tanaka and Masatoshi Okutomi, "Acceleration of MAP-type super-resolution processing by frequency domain optimization", Information Processing Society of Japan Vol. 47 No. SIG10, July 2006. D. Zhang, H. Li, M. Du, "Fast MAP-based multiframe super-resolution image reconstruction", Image and Vision computing 23 pp. 671-679, 2005.D. Zhang, H. Li, M. Du, "Fast MAP-based multiframe super-resolution image reconstruction", Image and Vision computing 23 pp. 671-679, 2005. Bahadir K. Gunturk, Y. Altunbasak, Russell M. Merserreau, "SR reconstruction of compressed video Using Transform-Domain Statistics", IEEE, 2004.Bahadir K. Gunturk, Y. Altunbasak, Russell M. Merserreau, "SR reconstruction of compressed video Using Transform-Domain Statistics", IEEE, 2004. Y. Yamaguchi and N. Hamada, "Super Resolution for DCT-based Compressed Images", Proceedings of NCSP' 09, March, 2009.Y. Yamaguchi and N. Hamada, "Super Resolution for DCT-based Compressed Images", Proceedings of NCSP '09, March, 2009. 清水雅夫、奥富正敏、"画像のマッチングにおける高精度なサブピクセル推定手法"、電子情報通信学会論文誌 D-II Vol. J84-D-II No.7 pp. 1409-1418, 2001.Masao Shimizu, Masatoshi Okutomi, "Precise Subpixel Estimation Method for Image Matching", IEICE Transactions D-II Vol. J84-D-II No.7 pp. 1409-1418, 2001.

しかしながら、上記の従来の技術では、以下のような課題がある。   However, the above conventional techniques have the following problems.

1.高速化アルゴリズムの課題:
従来の周波数領域最適化法(非特許文献3)は、推定精度を落とさないために離散化点近傍に対応する画素の個数を重みとしてかける。しかし、そのためには最適化計算の過程で周波数領域から空間領域に戻す必要があり、フーリエ変換と逆フーリエ変換の計算をしなければならない。また、重み画像をかける操作はDCT符号化圧縮画像に対してはほとんど意味のない操作であるばかりか、逆にSR精度を低下させてしまう要因となる。これは量子化誤差を考慮していないためである。
1. Challenges of high-speed algorithm:
In the conventional frequency domain optimization method (Non-patent Document 3), the number of pixels corresponding to the vicinity of the discretization point is used as a weight in order not to reduce the estimation accuracy. However, for that purpose, it is necessary to return from the frequency domain to the spatial domain in the process of optimization calculation, and the Fourier transform and inverse Fourier transform must be calculated. In addition, the operation of applying a weighted image is not only a meaningless operation for a DCT-encoded compressed image, but conversely causes a reduction in SR accuracy. This is because the quantization error is not taken into consideration.

また、空間領域分割処理(非特許文献4)では、境界条件の違いによる境界誤差が発生するため、これが発生しないようにするためには最低でも(PSFカーネルサイズ−1)ピクセルのオーバーラップを施す必要がある。   Further, in the spatial region division processing (Non-Patent Document 4), a boundary error due to a difference in boundary conditions occurs. Therefore, in order to prevent this from occurring, at least (PSF kernel size-1) pixel overlap is performed. There is a need.

2.量子化誤差補償の課題:
前述の非特許文献5の技術では、量子化誤差モデルを8×8ブロック単位で仮定しているため、周波数分解能が低くなり量子化誤差を精度よく補償できない。また、前述の非特許文献6の技術では、ガウス関数の分散値を随時実験的に決める必要があり、この値はSR精度に大きく影響することを考えると、実用的とはいえない。
2. Quantization error compensation challenges:
In the technique of Non-Patent Document 5 described above, since the quantization error model is assumed in units of 8 × 8 blocks, the frequency resolution becomes low and the quantization error cannot be compensated with high accuracy. Further, in the technique of Non-Patent Document 6 described above, it is necessary to experimentally determine the variance value of the Gaussian function, and this value is not practical considering that it greatly affects the SR accuracy.

3.位置合わせ手法の課題:
従来法では、量子化誤差を考慮していないため、1ピクセル周期についての検討しか行われていないが、DCT符号化圧縮画像に対する位置合わせは8×8ブロック単位での圧縮を考慮し、8ピクセル周期での検討が必要になる。
3. Challenges of alignment method:
In the conventional method, since the quantization error is not taken into consideration, only one pixel period has been studied. However, the alignment with respect to the DCT-encoded compressed image is 8 pixels in consideration of compression in units of 8 × 8 blocks. Periodic examination is required.

本発明は、上記の点に鑑みなされたもので、DCT符号化画像に対する超解像度処理において、計算コストを削減し、復元画像の推定精度を向上させることが可能な画像処理方法及び画像処理装置及びプログラムを提供することを目的とする。   The present invention has been made in view of the above points. An image processing method, an image processing apparatus, and an image processing method capable of reducing the calculation cost and improving the estimation accuracy of a restored image in super-resolution processing for a DCT encoded image, and The purpose is to provide a program.

図1は、本発明の原理構成図である。   FIG. 1 is a principle configuration diagram of the present invention.

本発明(請求項1)は、DCT符号化による画像圧縮を行う際に、超解像法(SR法)を用いる画像処理装置であって、
DCT符号化画像が、観測データがDCT係数で与えられること、及び空間領域での畳み込みがDCT領域では該DCT領域の要素毎の積に対応することを利用して、該DCT領域で前記SR法を適用するDCT領域処理手段110と、
入力された量子化行列を線形補間し、該量子化行列の要素毎の逆数を重みとして掛けることで量子化誤差の小さい低周波成分を重点的に復元する線形補間手段120と、
量子化誤差が発生している場合に、一致度評価値の最小値を0として、フィッティングに用いる両端の2点の評価値の差分率が最小になる組み合わせを用いてフィッティングを行う位置合わせ手段130、の少なくともいずれか1つを有する。
The present invention (Claim 1) is an image processing apparatus that uses a super-resolution method (SR method) when performing image compression by DCT encoding,
The DCT encoded image is obtained by using the SR method in the DCT domain by using the fact that the observation data is given by DCT coefficients and the convolution in the spatial domain corresponds to the product of each element of the DCT domain in the DCT domain. DCT region processing means 110 for applying
Linear interpolation means 120 for linearly interpolating the input quantization matrix and multiplying a reciprocal for each element of the quantization matrix as a weight to restore mainly a low frequency component with a small quantization error;
Positioning means 130 for performing fitting using a combination in which the difference rate between the evaluation values at the two ends used for fitting is minimized, with the minimum value of the matching degree evaluation value being 0 when the quantization error has occurred. , At least one of the following.

また、本発明(請求項2)は、請求項1の画像処理装置の位置合わせ手段130において、
評価値は、濃度差の2乗和を用いる。
In addition, the present invention (Claim 2) is the registration unit 130 of the image processing apparatus according to Claim 1,
As the evaluation value, the square sum of the density differences is used.

また、本発明(請求項3)は、請求項1または2の画像処理装置において、
DCT領域処理手段110からDCT変換された事前情報画像C及びPSF(point spread function)画像Bを取得し、線形補間手段120から量子化行列Qを取得し、位置合わせ手段130から観測画像の平均画素値からなる平均画像G、及び、正則化パラメータαを取得して、
超解像度画像Fを、
F={BG}/{(1−α)+Q(αC)
により求める超解像度合成手段150を有する。
According to the present invention (Claim 3), in the image processing apparatus according to Claim 1 or 2,
The DCT-transformed prior information image C and PSF (point spread function) image B are acquired from the DCT region processing unit 110, the quantization matrix Q is acquired from the linear interpolation unit 120, and the average pixel of the observation image is acquired from the alignment unit 130 Obtaining an average image G of values and a regularization parameter α,
Super resolution image F
F = {BG} / {(1-α) 2 B 2 + Q (αC) 2 }
The super-resolution synthesis means 150 obtained by

本発明(請求項4)は、DCT符号化による画像圧縮を行う際に、超解像法(SR法)を用いる画像処理方法であって、
画像処理装置は、
DCT符号化画像が、観測データがDCT係数で与えられること、及び空間領域での畳み込みがDCT領域では該DCT領域の要素毎の積に対応することを利用して、該DCT領域で前記SR法を適用するDCT領域処理ステップ、
入力された量子化行列を線形補間し、該量子化行列の要素毎の逆数を重みとして掛けることで量子化誤差の小さい低周波成分を重点的に復元する線形補間ステップ、
量子化誤差が発生している場合に、一致度評価値の最小値を0として、フィッティングに用いる両端の2点の評価値の差分率が最小になる組み合わせを用いてフィッティングを行う位置合わせステップ、の少なくともいずれかのステップを行う。
The present invention (Claim 4) is an image processing method using a super-resolution method (SR method) when performing image compression by DCT encoding,
The image processing device
The DCT encoded image is obtained by using the SR method in the DCT domain by using the fact that the observation data is given by DCT coefficients and the convolution in the spatial domain corresponds to the product of each element of the DCT domain in the DCT domain. DCT domain processing step applying
A linear interpolation step for linearly interpolating the input quantization matrix and preferentially restoring low frequency components with a small quantization error by multiplying the inverse of each element of the quantization matrix as a weight;
An alignment step in which fitting is performed using a combination in which a difference rate between two evaluation values at both ends used for fitting is minimized when a quantization error has occurred and a minimum value of the matching evaluation value is set to 0; Perform at least one of the steps.

また、本発明(請求項5)は、請求項4の画像処理方法において、
位置合わせステップにおいて、評価値は、濃度差の2乗和を用いる。
The present invention (Claim 5) is the image processing method according to Claim 4,
In the alignment step, the evaluation value uses a square sum of density differences.

本発明(請求項6)は、請求項1乃至3のいずれか1項に記載の画像処理装置を構成する各手段としてコンピュータを機能させるための画像処理プログラムである。   The present invention (Claim 6) is an image processing program for causing a computer to function as each means constituting the image processing apparatus according to any one of Claims 1 to 3.

上記のように本発明によれば、DCT符号化による画像圧縮において超解像法(SR法)を提供する画像処理方法(装置)において、DCT領域でSR法を適用し、量子化誤差の小さい低周波数成分を重点的に復元し、フィッティングする際の評価値を推定誤差が発生しにくいように選択することにより、計算コストの増加を抑制でき、復元画像の推定精度を向上させることが可能となる。   As described above, according to the present invention, in the image processing method (apparatus) that provides the super-resolution method (SR method) in the image compression by DCT encoding, the SR method is applied in the DCT region, and the quantization error is small. By carefully restoring low-frequency components and selecting evaluation values for fitting so that estimation errors are unlikely to occur, it is possible to suppress an increase in calculation cost and improve the estimation accuracy of restored images Become.

本発明の原理構成図である。It is a principle block diagram of this invention. 本発明の一実施の形態における画像処理装置の構成図である。1 is a configuration diagram of an image processing apparatus according to an embodiment of the present invention. 本発明の一実施の形態における高速化アルゴリズムである。It is an acceleration algorithm in one embodiment of the present invention. 本発明の一実施の形態における高解像度画像の画素数との関係を示す図である。It is a figure which shows the relationship with the pixel count of the high resolution image in one embodiment of this invention. 本発明と従来技術におけるPSFカーネル数との関係を示す図である。It is a figure which shows the relationship between this invention and the number of PSF kernels in a prior art. 本発明の一実施の形態におけるDCT符号化画像に対する位置合わせ結果を示す図である。It is a figure which shows the alignment result with respect to the DCT coding image in one embodiment of this invention. 誤差が大きく発生するケースを示す図である。It is a figure which shows the case where an error generate | occur | produces largely. 誤差が大きく発生しないケースを示す図である。It is a figure which shows the case where an error does not generate | occur | produce largely. 本発明の一実施の形態におけるサブピクセル推定を示す図である。It is a figure which shows the subpixel estimation in one embodiment of this invention. 従来の方法と本発明との比較を示す図である。It is a figure which shows the comparison with the conventional method and this invention. 周波数領域最適化法の誤差項とその微分計算のブロック図である。It is a block diagram of the error term of a frequency domain optimization method, and its differential calculation. 画像を空間領域で分割処理する方法を示す図である。It is a figure which shows the method of dividing | segmenting an image in a space area | region. 従来の方法の量子化誤差モデルを示す図である。It is a figure which shows the quantization error model of the conventional method. 従来の方法(非特許文献7)の位置合わせ手法を示す図である。It is a figure which shows the positioning method of the conventional method (nonpatent literature 7).

以下、図面と共に本発明の実施の形態を説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図2は、本発明の一実施の形態における画像処理装置の構成を示す。   FIG. 2 shows a configuration of an image processing apparatus according to an embodiment of the present invention.

同図に示す画像処理装置は、位置合わせ処理部110、重ね合わせ部120、DCT領域変換処理部130、線形補間部140、超解像度合成部150から構成される。   The image processing apparatus shown in the figure includes an alignment processing unit 110, an overlay unit 120, a DCT region conversion processing unit 130, a linear interpolation unit 140, and a super-resolution composition unit 150.

同図では、複数のDCT領域変換処理部130を示しているが、1つのDCT領域変換処理部であってもよい。   In the figure, a plurality of DCT region conversion processing units 130 are shown, but a single DCT region conversion processing unit may be used.

また、当該画像処理装置には、図示しないが、正則化パラメータ、量子化行列、事前情報、PSFカーネル、低解像度画像等を入力するための入力手段が接続されているものとする。   Further, although not shown, the image processing apparatus is connected to input means for inputting a regularization parameter, a quantization matrix, prior information, a PSF kernel, a low resolution image, and the like.

位置合わせ処理部110は、入力された低解像度画像の位置合わせのずれの量を計算する。このとき、入力された低解像度画像について差分率が最小になる組み合わせを用いてフィッティングする。詳細については後述する。   The alignment processing unit 110 calculates the amount of misalignment of the input low resolution image. At this time, the input low-resolution image is fitted using a combination that minimizes the difference rate. Details will be described later.

重ね合わせ部120は、位置合わせ処理部110で複数の位置ずれが補正された低解像度画像を重ね合わせて高解像度画像を合成する。重ね合わせ部120では、必要に応じて平均値処理を行う。例えば、低解像度画像の数が十分にない場合には、重ね合わせ信号がない部分(信号が歯抜けになっている部分)がでてくる。このときには、周囲の信号を用いて補正(平均値処理)を行う。なお、重ね合わせ信号がない場合は、当該平均値処理に限定されるものではない。   The superimposing unit 120 superimposes a plurality of low resolution images whose positional deviations have been corrected by the alignment processing unit 110 to synthesize a high resolution image. The superimposing unit 120 performs an average value process as necessary. For example, when the number of low-resolution images is not sufficient, a portion without a superimposed signal (a portion where the signal is missing) appears. At this time, correction (average value processing) is performed using surrounding signals. In addition, when there is no overlay signal, it is not limited to the average value processing.

DCT領域変換処理部130cは、位置合わせ部130、重ね合わせ部140の位置合わせ結果を用いて生成された高解像度画像のDCT変換を行う。   The DCT region conversion processing unit 130 c performs DCT conversion of the high-resolution image generated using the alignment results of the alignment unit 130 and the superposition unit 140.

DCT領域変換処理部130bは、PSFカーネルのDCT変換を行う。   The DCT domain conversion processing unit 130b performs DCT conversion of the PSF kernel.

DCT領域変換処理部130aは、空間領域の事前情報(事前情報画像)のDCT変換を行う。   The DCT region conversion processing unit 130a performs DCT conversion of the prior information (prior information image) of the spatial region.

線形補間部140は、量子化行列毎の逆数は低周波成分ほど大きな値を持つこと利用して量子化行列を線形補間する。   The linear interpolation unit 140 linearly interpolates the quantization matrix by using the fact that the reciprocal for each quantization matrix has a larger value for lower frequency components.

超解像度合成部150は、DCT領域変換処理部130cから出力された平均画像(G)、線形補間部140から出力された画像サイズに線形補間された量子化行列(Q)、DCT領域変換処理部130aから出力された事前情報画像(C)、DCT領域変換処理部130から出力されたPSF画像(B)、及び入力された正則化パラメータ(α)を用いて高解像度画像を求める演算を行う。   The super-resolution composition unit 150 includes an average image (G) output from the DCT region conversion processing unit 130c, a quantization matrix (Q) linearly interpolated to the image size output from the linear interpolation unit 140, and a DCT region conversion processing unit. Using the prior information image (C) output from 130a, the PSF image (B) output from the DCT region conversion processing unit 130, and the input regularization parameter (α), an operation for obtaining a high resolution image is performed.

図3は、本発明の一実施の形態における高速化アルゴリズムを示す。   FIG. 3 shows an acceleration algorithm in an embodiment of the present invention.

本実施の形態では、DCT領域変換処理部130において、DCT符号化画像は観測データがDCT係数で与えられること、空間領域での畳み込みがDCT領域では要素毎に積に対応することを利用してDCT領域でのSR問題を解く高速計算法を実現する。   In the present embodiment, the DCT region transform processing unit 130 uses the fact that observation data is given as DCT coefficients for DCT encoded images, and that convolution in the spatial domain corresponds to a product for each element in the DCT region. A high-speed calculation method for solving the SR problem in the DCT domain is realized.

また、線形補間部140において、重みをDCT領域で掛けることで量子化誤差に対してロバストになり、従来法の空間領域に戻す操作を無くすことができる。このため、更なる高速化が可能になる。   Further, the linear interpolation unit 140 is robust against quantization error by multiplying the weight in the DCT region, and can eliminate the operation of returning to the conventional spatial region. For this reason, it is possible to further increase the speed.

また、DCT領域変換処理部130において、DCT領域で分割処理を行うことで、空間域でのようにオーバーラップすることなく境界誤差の発生を無くすことができる。   In addition, by performing division processing in the DCT region in the DCT region conversion processing unit 130, it is possible to eliminate the occurrence of boundary errors without overlapping as in the spatial region.

以下に、従来の方法(空間領域)と従来の方法(周波数領域)と本発明(DCT領域)での最急降下法に必要な乗算回数を示す。   The number of multiplications necessary for the steepest descent method in the conventional method (spatial domain), the conventional method (frequency domain), and the present invention (DCT domain) is shown below.

本発明によれば、高解像度画像のピクセル数と乗算回数の関係は図4に示すようになり、従来の空間領域または周波数領域での高解像度化に比べて所要の高解像度画素数全般に亘って乗算回数を低減できるので、高解像度化に要する計算量とコストが低減される。 According to the present invention, the relationship between the number of pixels of the high-resolution image and the number of multiplications is as shown in FIG. 4, and covers the required number of high-resolution pixels in general as compared with the conventional high resolution in the spatial domain or frequency domain. Since the number of multiplications can be reduced, the amount of calculation and cost required for higher resolution are reduced.

また、PSFカーネル数と乗算回数の関係は図5に示すようになり、従来の空間領域または周波数領域での高解像度化に比べて所要のPSFカーネル数全般に亘って乗算回数を低減できるので、高解像度化に要する計算量とコストが低減される。   Further, the relationship between the number of PSF kernels and the number of multiplications is as shown in FIG. 5, and the number of multiplications can be reduced over the required number of PSF kernels compared to the conventional high resolution in the spatial domain or frequency domain. The amount of calculation and cost required for higher resolution are reduced.

次に、線形補間部140における量子化誤差の補償について説明する。   Next, compensation for quantization error in the linear interpolation unit 140 will be described.

量子化操作は量子化行列に対して剰余算が行われるため、量子化誤差は量子化行列の値に依存する。一般に、量子化行列の値は高周波成分ほど大きな値であり、低周波成分よりも大きな誤差が発生するため、SR精度を低下させる要因となる。つまり、量子化誤差の小さい低周波成分を重点的に復元することで量子化誤差の影響を抑えることができる。   Since the quantization operation performs a remainder operation on the quantization matrix, the quantization error depends on the value of the quantization matrix. In general, the value of the quantization matrix is larger as the high-frequency component is larger, and a larger error than that of the low-frequency component is generated, which causes a reduction in SR accuracy. That is, it is possible to suppress the influence of the quantization error by focusing on the low-frequency component with a small quantization error.

そこで、本実施の形態では、分解能を高くするために画像全体のDCT領域で最適化を行い、量子化行列毎の逆数は低周波成分ほど大きな値を持つこと利用して、線形補間部140において量子化行列を線形補間し、要素毎の逆数を重みとして掛けることで量子化誤差の小さい低周波成分を重点的に復元できるようにする。   Therefore, in this embodiment, optimization is performed in the DCT region of the entire image in order to increase the resolution, and the reciprocal for each quantization matrix has a larger value for lower frequency components. By linearly interpolating the quantization matrix and multiplying the inverse of each element as a weight, low frequency components with a small quantization error can be reconstructed mainly.

超解像度合成部150では、入力された正規化パラメータα、線形補間部140から出力された線形補間された量子化行列Q、DCT領域変換処理部130から出力された事前情報画像C、PSF画像B、DCT領域変換処理部130cから出力された平均画像GS&Aを用いて、以下の計算を行うことにより、超解像度画像Fを求める。 In the super-resolution composition unit 150, the input normalization parameter α, the linearly interpolated quantization matrix Q output from the linear interpolation unit 140, the prior information image C output from the DCT region conversion processing unit 130, and the PSF image B The super-resolution image F is obtained by performing the following calculation using the average image G S & A output from the DCT region conversion processing unit 130c.

但し、上記の各値はDCT領域での値である。 However, each of the above values is a value in the DCT region.

上記の式(1)の右辺の   On the right side of the above equation (1)

は誤差項であり、また、 Is the error term, and

は正規化項である。 Is a normalization term.

従来の方法では、高次元で複雑な問題となるため、繰り返し計算をする必要があったが、本発明の評価関数では問題が単純化され、解析的に解を求めることができる。すなわち、Eを最小にするFを次のように陽形式で求めることができる。   In the conventional method, since it is a high-dimensional and complicated problem, it has been necessary to perform repetitive calculation. However, with the evaluation function of the present invention, the problem is simplified and a solution can be obtained analytically. That is, F that minimizes E can be obtained in explicit form as follows.

上記の式(2)をFについて解くと、 Solving the above equation (2) for F,

となる。式(1)〜(3)の演算はDCT領域で行われ、全て行列の掛け算は要素毎の掛け算、行列の割算は要素毎の割算となる。上記の(3)の演算は超解像度合成部150で行われ、超解像度画像Fが出力される。 It becomes. The calculations of equations (1) to (3) are performed in the DCT domain, all matrix multiplication is element-by-element multiplication, and matrix division is element-by-element division. The calculation (3) is performed by the super-resolution composition unit 150, and a super-resolution image F is output.

次に、位置合わせ処理部110におけるDCT符号化画像に対する位置合わせについて説明する。   Next, the alignment for the DCT encoded image in the alignment processing unit 110 will be described.

最初に、量子化誤差が発生している場合の位置合わせ推定精度がどのようになるのかを検証する。   First, it will be verified what the alignment estimation accuracy is when the quantization error occurs.

まず、テスト画像を0〜8ピクセルの範囲でy方向に0.1単位でシフトさせ、圧縮(圧縮率1.25)したもの(計81枚)を作成し、非特許文献7の方法によるサブピクセル推定を行った。このとき、シフト画像はDCT基底行列を2πδシフトさせて逆DCTすることにより生成し、一致度の評価には濃度差の2乗和を用いた。その結果を図6に示す。この結果から位置ずれ量が0〜2と6〜8の範囲で誤差が大きく出ていることが分かるこの原因は、以下のように考えることができる。   First, a test image is shifted by 0.1 unit in the y direction in the range of 0 to 8 pixels and compressed (compression rate 1.25) to create a total of 81 images. Pixel estimation was performed. At this time, the shift image was generated by shifting the DCT basis matrix by 2πδ and performing inverse DCT, and the square sum of the density difference was used for evaluation of the degree of coincidence. The result is shown in FIG. From this result, it can be considered as follows that the error is large when the positional deviation amount is in the range of 0 to 2 and 6 to 8.

図7は、大きな誤差が発生するケースを示しており、同図のように、位置ずれ0の評価値には量子化誤差がほとんど発生しないが、その他の部分で誤差が発生すると考えられるため、評価値の大きい方へと推定誤差が発生しやすいと考えられる。   FIG. 7 shows a case in which a large error occurs. As shown in FIG. 7, since an evaluation value of positional deviation 0 hardly causes a quantization error, it is considered that an error occurs in other parts. It is considered that an estimation error is likely to occur toward a larger evaluation value.

図8は、誤差が大きくないケースを示しており、図7と同様に考えると、図8のケースでは、3点の評価値の誤差が符号・大きさ共に同じように発生するので推定誤差が発生しにくいと考えられる。   FIG. 8 shows a case in which the error is not large. Considering the same as in FIG. 7, in the case of FIG. It is thought that it is hard to generate.

つまり、フィッティングに用いる両端の評価値が近い値をとっていれば誤差が発生しにくくなると考えられる。   That is, it is considered that an error is less likely to occur if the evaluation values at both ends used for fitting are close.

そこで、本発明では、図9に示すように、フィッティングする際の評価値を推定誤差が発生しにくいように選択することで、推定誤差の低減を行う。具体的には、図9において、一致度評価値の最小値を0として、−3〜3の範囲での評価値の中で、フィッティングに用いる両端の2点をその差分率(評価値の大きさ)が最小になる組み合わせを用いてフィッティングを行う。また、評価値は量子化誤差による評価値の誤差の符号・大きさを同じように発生させるために、以下のような濃度差の2乗和を用いる。   Therefore, in the present invention, as shown in FIG. 9, the estimation error is reduced by selecting an evaluation value at the time of fitting so that the estimation error is unlikely to occur. Specifically, in FIG. 9, the minimum value of the coincidence evaluation value is set to 0, and among the evaluation values in the range of -3 to 3, two points at both ends used for fitting are expressed as the difference rate (the evaluation value is large). Fitting is performed using a combination that minimizes (a). The evaluation value uses the following sum of squares of the density differences in order to generate the same sign and size of the evaluation value error due to the quantization error.

ここで、R,Rはフィッティングに用いる両端の評価値を表す。 Here, R i and R j represent evaluation values at both ends used for fitting.

位置合わせ処理部110は、上記の差分率を用いて位置合わせのずれの量を計算し、その値を前述の重ね合わせ部120に出力する。   The alignment processing unit 110 calculates the amount of misalignment using the above difference rate, and outputs the calculated value to the superposition unit 120 described above.

図10に、従来法と本発明の量子化誤差がない場合、ある場合の評価値の比較結果を示す。   FIG. 10 shows a comparison result of evaluation values when there is no quantization error between the conventional method and the present invention.

同図(A)は、従来の方法[−1,0,1]の3点で推定した場合の評価値を示し、同図(B)は本発明により[−1,0,2]の3点で推定した場合の評価値を示す。同図から分かるように、本発明によれば推定誤差が発生しにくくなる。   FIG. 4A shows evaluation values when estimation is performed using three points of the conventional method [−1, 0, 1], and FIG. 4B illustrates 3 of [−1, 0, 2] according to the present invention. The evaluation value when estimated by points is shown. As can be seen from the figure, according to the present invention, it is difficult for an estimation error to occur.

なお、上記の実施の形態では、DCT領域でのSR問題を解く高速計算法(高速化アルゴリズム)、量子化誤差の補償、DCT符号化画像に対する位置合わせについて述べたが、これらのうち、少なくとも1つを用いても計算コストを低減させることが可能である。   In the above embodiment, the high-speed calculation method (speed-up algorithm) for solving the SR problem in the DCT domain, the compensation of the quantization error, and the alignment with respect to the DCT-coded image are described. At least one of these is described. Even if one is used, the calculation cost can be reduced.

なお、上記の図3に示す画像処理装置の構成要素の動作をプログラムとして構築し、画像処理装置として利用されるコンピュータにインストールして実行させる、または、ネットワークを介して流通させることが可能である。   The operations of the components of the image processing apparatus shown in FIG. 3 described above can be constructed as a program, installed in a computer used as the image processing apparatus, executed, or distributed via a network. .

また、構築されたプログラムをハードディスクや、フレキシブルディスク・CD−ROM等の可搬記憶媒体に格納し、コンピュータにインストールする、または、配布することが可能である。   Further, the constructed program can be stored in a portable storage medium such as a hard disk, a flexible disk, or a CD-ROM, and can be installed or distributed in a computer.

なお、本発明は、上記の実施の形態及び実施例に限定されることなく、特許請求の範囲内において種々変更・応用が可能である。   The present invention is not limited to the above-described embodiments and examples, and various modifications and applications can be made within the scope of the claims.

本発明は、画像圧縮技術のDCT符号化に適用可能である。   The present invention is applicable to DCT coding of image compression technology.

110 位置合わせ手段、位置合わせ処理部
120 重ね合わせ部
130 DCT領域処理手段、DCT領域変換処理部
140 線形補間手段、線形補間部
150 超解像度合成手段、超解像度合成部
110 Positioning means, Positioning processing section 120 Superposition section 130 DCT area processing means, DCT area conversion processing section 140 Linear interpolation means, Linear interpolation section 150 Super-resolution composition means, Super-resolution composition section

Claims (6)

DCT(Discrete cosine Transformer)符号化による画像圧縮を行う際に、超解像法(SR(Super Resolution)法)を用いる画像処理装置であって、
DCT符号化画像が、観測データがDCT係数で与えられること、及び空間領域での畳み込みがDCT領域では該DCT領域の要素毎の積に対応することを利用して、該DCT領域で前記SR法を適用するDCT領域処理手段と、
入力された量子化行列を線形補間し、該量子化行列の要素毎の逆数を重みとして掛けることで量子化誤差の小さい低周波成分を重点的に復元する線形補間手段と、
量子化誤差が発生している場合に、一致度評価値の最小値を0として、フィッティングに用いる両端の2点の評価値の差分率が最小になる組み合わせを用いてフィッティングを行う位置合わせ手段、
の少なくともいずれか1つを有することを特徴とする画像処理装置。
An image processing apparatus using a super resolution (SR) method when performing image compression by DCT (Discrete cosine Transformer) encoding,
The DCT encoded image is obtained by using the SR method in the DCT domain by using the fact that the observation data is given by DCT coefficients and the convolution in the spatial domain corresponds to the product of each element of the DCT domain in the DCT domain. DCT region processing means for applying
Linear interpolation means for linearly interpolating the input quantization matrix, and multiplying the inverse of each element of the quantization matrix as a weight to restore a low-frequency component with a small quantization error, and
An alignment means for performing fitting using a combination in which the difference rate between two evaluation values at both ends used for fitting is minimized when the quantization error has occurred and the minimum value of the matching evaluation value is set to 0;
An image processing apparatus comprising at least one of the following.
前記位置合わせ手段において、
前記評価値は、濃度差の2乗和を用いる
請求項1記載の画像処理装置。
In the alignment means,
The image processing apparatus according to claim 1, wherein the evaluation value uses a square sum of density differences.
前記DCT領域処理手段から事前情報画像C、PSF(point spread function)画像Bを取得し、前記線形補間手段から量子化行列Qを取得し、前記位置合わせ手段から観測画像の平均画素値からなる平均画像G、及び、正則化パラメータαを取得して、
超解像度画像Fを、
F={BG}/{(1−α)+Q(αC)
により求める超解像度合成手段を有する
請求項1または2記載の画像処理装置。
A prior information image C and a PSF (point spread function) image B are acquired from the DCT region processing means, a quantization matrix Q is acquired from the linear interpolation means, and an average composed of average pixel values of observed images from the alignment means Obtain image G and regularization parameter α,
Super resolution image F
F = {BG} / {(1-α) 2 B 2 + Q (αC) 2 }
The image processing apparatus according to claim 1, further comprising a super-resolution composition unit that is obtained by:
DCT(Discrete cosine Transformer)符号化による画像圧縮を行う際に、超解像法(SR(Super Resolution)法)を用いる画像処理方法であって、
画像処理装置は、
DCT符号化画像が、観測データがDCT係数で与えられること、及び空間領域での畳み込みがDCT領域では該DCT領域の要素毎の積に対応することを利用して、該DCT領域で前記SR法を適用するDCT領域処理ステップ、
入力された量子化行列を線形補間し、該量子化行列の要素毎の逆数を重みとして掛けることで量子化誤差の小さい低周波成分を重点的に復元する線形補間ステップ、
量子化誤差が発生している場合に、一致度評価値の最小値を0として、フィッティングに用いる両端の2点の評価値の差分率が最小になる組み合わせを用いてフィッティングを行う位置合わせステップ、
の少なくともいずれかのステップを行うことを特徴とする画像処理方法。
An image processing method that uses a super resolution (SR) method when performing image compression by DCT (Discrete cosine Transformer) encoding,
The image processing device
The DCT encoded image is obtained by using the SR method in the DCT domain by using the fact that the observation data is given by DCT coefficients and the convolution in the spatial domain corresponds to the product of each element of the DCT domain in the DCT domain. DCT domain processing step applying
A linear interpolation step for linearly interpolating the input quantization matrix and preferentially restoring low frequency components with a small quantization error by multiplying the inverse of each element of the quantization matrix as a weight;
An alignment step in which fitting is performed using a combination in which a difference rate between two evaluation values at both ends used for fitting is minimized when a quantization error has occurred and a minimum value of the matching evaluation value is set to 0;
An image processing method comprising performing at least one of the steps.
前記位置合わせステップにおいて、
前記評価値は、濃度差の2乗和を用いる
請求項1記載の画像処理方法。
In the alignment step,
The image processing method according to claim 1, wherein the evaluation value uses a square sum of density differences.
請求項1乃至3のいずれか1項に記載の画像処理装置を構成する各手段としてコンピュータを機能させるための画像処理プログラム。   An image processing program for causing a computer to function as each means constituting the image processing apparatus according to claim 1.
JP2010046912A 2010-03-03 2010-03-03 Image processing method, image processing apparatus, and program Expired - Fee Related JP5213896B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010046912A JP5213896B2 (en) 2010-03-03 2010-03-03 Image processing method, image processing apparatus, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010046912A JP5213896B2 (en) 2010-03-03 2010-03-03 Image processing method, image processing apparatus, and program

Publications (2)

Publication Number Publication Date
JP2011182330A true JP2011182330A (en) 2011-09-15
JP5213896B2 JP5213896B2 (en) 2013-06-19

Family

ID=44693346

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010046912A Expired - Fee Related JP5213896B2 (en) 2010-03-03 2010-03-03 Image processing method, image processing apparatus, and program

Country Status (1)

Country Link
JP (1) JP5213896B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109379589A (en) * 2012-02-29 2019-02-22 索尼公司 Image processing apparatus and method
CN111489307A (en) * 2019-12-25 2020-08-04 中国科学院紫金山天文台 Image PSF deconvolution method based on difference correction term
CN114554225A (en) * 2020-11-26 2022-05-27 珠海格力电器股份有限公司 Image coding method, device, equipment and computer readable medium
CN115082310A (en) * 2022-06-07 2022-09-20 生态环境部长江流域生态环境监督管理局生态环境监测与科学研究中心 Super-resolution reconstruction method, device and processing equipment for satellite video

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
JPN6013006271; 鈴木 紳也 , 工藤 博幸: 'DCTを用いた一枚の低解像度画像からの高解像度画像の生成' 映像情報メディア学会誌 第61巻、第7号, 20070701, 1025-1029頁 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109379589A (en) * 2012-02-29 2019-02-22 索尼公司 Image processing apparatus and method
CN109379589B (en) * 2012-02-29 2021-06-15 索尼公司 Image processing apparatus and method
CN111489307A (en) * 2019-12-25 2020-08-04 中国科学院紫金山天文台 Image PSF deconvolution method based on difference correction term
CN114554225A (en) * 2020-11-26 2022-05-27 珠海格力电器股份有限公司 Image coding method, device, equipment and computer readable medium
CN114554225B (en) * 2020-11-26 2023-05-12 珠海格力电器股份有限公司 Image encoding method, apparatus, device and computer readable medium
CN115082310A (en) * 2022-06-07 2022-09-20 生态环境部长江流域生态环境监督管理局生态环境监测与科学研究中心 Super-resolution reconstruction method, device and processing equipment for satellite video

Also Published As

Publication number Publication date
JP5213896B2 (en) 2013-06-19

Similar Documents

Publication Publication Date Title
Marcia et al. Compressive coded aperture superresolution image reconstruction
US20100067822A1 (en) System and method of super-resolution imaging from a sequence of translated and rotated low-resolution images
JP2013518463A5 (en)
CN102800071A (en) Method for reconstructing super resolution of sequence image POCS
JP5213896B2 (en) Image processing method, image processing apparatus, and program
Makwana et al. Single image super-resolution via iterative back projection based Canny edge detection and a Gabor filter prior
Nandi et al. Sparse representation based multi‐frame image super‐resolution reconstruction using adaptive weighted features
JP6819794B2 (en) Radar image processing equipment, radar image processing method and radar image processing program
KR101653098B1 (en) Low-rank patch-based block hankel structured matrix for image inpainting
JP5417290B2 (en) Image super-resolution processing apparatus and program thereof
KR20130104410A (en) Apparatus and method for super-resolution based on error model of single image
Hefnawy An efficient super-resolution approach for obtaining isotropic 3-D imaging using 2-D multi-slice MRI
Yap et al. A Nonlinear $ L _ {1} $-Norm Approach for Joint Image Registration and Super-Resolution
JP5498970B2 (en) Image reduction device, image enlargement device, and program thereof
Zhang et al. Video superresolution reconstruction using iterative back projection with critical-point filters based image matching
Zhu et al. Image Restoration by Second‐Order Total Generalized Variation and Wavelet Frame Regularization
US20100080488A1 (en) Fast directional image interpolator with difference projection
JP5846048B2 (en) Image processing apparatus and imaging apparatus
Kishan et al. Patch-based and multiresolution optimum bilateral filters for denoising images corrupted by Gaussian noise
CN112581362A (en) Image processing method and device for adjusting image details
Chu Super-resolution image reconstruction for mobile devices
Patil et al. Discrete Curvelet Transform Based super-resolution using sub-pixel image registration
Bhushan et al. Super resolution blind reconstruction of low resolution images using framelets based fusion
JP5181345B2 (en) Image processing apparatus and image processing method
Singh et al. A comparative performance analysis of DCT-based and Zernike moments-based image up-sampling techniques

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120330

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20121029

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20121029

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20121214

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130219

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130226

R150 Certificate of patent or registration of utility model

Ref document number: 5213896

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20160308

Year of fee payment: 3

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313117

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees