JP2013250765A - Image display processing method and image display processing apparatus - Google Patents

Image display processing method and image display processing apparatus Download PDF

Info

Publication number
JP2013250765A
JP2013250765A JP2012124873A JP2012124873A JP2013250765A JP 2013250765 A JP2013250765 A JP 2013250765A JP 2012124873 A JP2012124873 A JP 2012124873A JP 2012124873 A JP2012124873 A JP 2012124873A JP 2013250765 A JP2013250765 A JP 2013250765A
Authority
JP
Japan
Prior art keywords
image
interpolation
image data
processing
filter 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.)
Granted
Application number
JP2012124873A
Other languages
Japanese (ja)
Other versions
JP5712387B2 (en
Inventor
Kazuki Kakuno
一樹 客野
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.)
Axell Corp
Original Assignee
Axell Corp
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 Axell Corp filed Critical Axell Corp
Priority to JP2012124873A priority Critical patent/JP5712387B2/en
Publication of JP2013250765A publication Critical patent/JP2013250765A/en
Application granted granted Critical
Publication of JP5712387B2 publication Critical patent/JP5712387B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Image Processing (AREA)
  • Editing Of Facsimile Originals (AREA)

Abstract

PROBLEM TO BE SOLVED: To improve image quality in addition to filter processing in interpolation processing by a triangulation method.SOLUTION: A noise suppression filter processing unit 14 performs noise suppression processing of expanded image data PD. An edge enhancement filter processing unit 15 performs edge enhancement processing of the expanded image data PD. A triangulation evaluation unit 1311 recognizes a lattice including an attentional interpolation pixel. Next, the triangulation evaluation unit 1311 determines one division pattern among a plurality of division patterns on the basis of values of peripheral pixels including the lattice, being image data after noise suppression processing by the noise suppression filter processing unit 14 about the recognized lattice. An interpolation unit 1312 calculates a value of an interpolation pixel on the basis of a value of a pixel necessary to interpolation determined by the division pattern determined for the lattice, being image data after edge enhancement processing by the edge enhancement filter processing unit 15.

Description

本発明は、画像表示処理方法及び画像表示処理装置に関し、特に、画像を拡大して表示するために三角形分割手法に基づき画素の補間処理を行う画像表示処理方法及び画像表示処理装置に関する。   The present invention relates to an image display processing method and an image display processing device, and more particularly, to an image display processing method and an image display processing device that perform pixel interpolation processing based on a triangulation method for displaying an enlarged image.

低解像度の画像を高解像度の画像に変換すべく画素を補間する方法や、画像の回転・変形処理において原画素値を用いて新たな画素値を決定する方法としては、従来より様々な方法が提案されている。例えば、バイリニア法は、補間点を囲む4点の画素からの距離に応じて、それらの画素値を線形に内挿して補間画素(少数画素とも称す)値を決定する方法である。また、バイキュービック法は、補間点の周囲にある16点の画素の画素値を利用して所定の3次元関数の値を算出して補間画素値を決定する方法である。   As a method for interpolating pixels to convert a low-resolution image into a high-resolution image, or a method for determining a new pixel value using an original pixel value in image rotation / deformation processing, various methods have been conventionally used. Proposed. For example, the bilinear method is a method of determining an interpolation pixel (also referred to as a small number of pixels) value by linearly interpolating these pixel values according to the distance from four pixels surrounding the interpolation point. Further, the bicubic method is a method of determining an interpolation pixel value by calculating a value of a predetermined three-dimensional function using pixel values of 16 pixels around the interpolation point.

しかしながら、上述の各方法では、斜め方向のエッジにいわゆるジャギーが発生したり、全体的にぼやけてしまうという課題がある。   However, in each of the above-described methods, there is a problem that so-called jaggy occurs on an edge in an oblique direction or the entire image is blurred.

そこで、高品質な拡大手法として、コスト関数やエッジ方向などに応じて、画像領域を三角形に分割して画素を補間する三角形分割手法が提案されており、代表的なものとして、Data Dependent Triangulationが挙げられる(例えば、非特許文献1参照)。これは、各画素を頂点とする格子状の各領域に渡って、コスト関数に基づいて、各領域を三角形に分割し、補間すべき画素の値を算出する際のサンプリング(参照)画素点を決定する手法である。   Therefore, as a high-quality enlargement method, a triangulation method that divides an image area into triangles and interpolates pixels according to the cost function, edge direction, etc. has been proposed. (For example, refer nonpatent literature 1). This is because the sampling (reference) pixel points at the time of calculating the value of the pixel to be interpolated by dividing each region into triangles based on the cost function over each lattice-shaped region having each pixel as a vertex. It is a method to decide.

この三角形分割手法によれば、斜め方向のエッジについて、ジャギーの発生を抑えることができ、ぼやけてしまうという課題が克服できる。   According to this triangulation method, the occurrence of jaggies can be suppressed and the problem of blurring can be overcome with respect to the edge in the oblique direction.

X.Yu, B. S. Morse, and T. W. Sederberg, “Image Reconstruction UsingData-Dependent Triangulation”, IEEE Computer Graphics and Applications, Vol.21, No. 3, pp. 62-68 May/Jun. (2001)X.Yu, B. S. Morse, and T. W. Sederberg, “Image Reconstruction Using Data-Dependent Triangulation”, IEEE Computer Graphics and Applications, Vol. 21, No. 3, pp. 62-68 May / Jun. (2001)

ところで、画像処理においては、画像データに対して、目的に応じて各種フィルタ処理を行うことはごく一般的となっている。例えば、画像データに含まれるノイズ、すなわち高周波成分、を除去するには、ノイズ除去(平滑化)フィルタが用いられる。また、画像に含まれる個々の画像の境界を鮮鋭化するには、エッジ強調(鮮鋭化)フィルタが用いられる。   By the way, in image processing, it is very common to perform various types of filter processing on image data in accordance with the purpose. For example, a noise removal (smoothing) filter is used to remove noise contained in image data, that is, high-frequency components. An edge enhancement (sharpening) filter is used to sharpen the boundaries between individual images included in the image.

しかしながら、三角形分割手法による補間処理にはフィルタ処理が採用されていないのが現状である。   However, at present, filter processing is not employed in the interpolation processing by the triangulation method.

本発明は上述のような事情から為されたものであり、本発明の目的は、三角形分割手法による補間処理において、フィルタ処理を併せて画質向上を図ることができる画像表示処理方法及び画像表示処理装置を提供することにある。   The present invention has been made for the above-described circumstances, and an object of the present invention is to provide an image display processing method and an image display process capable of improving image quality by combining filter processing in interpolation processing using a triangulation method. To provide an apparatus.

上記目的を達成するため、本発明の画像表示処理方法は、画像を拡大して表示するために三角形分割手法に基づき画素の補間処理を行う画像表示処理方法であって、前記画像を構成する画像データに対してノイズ抑制フィルタ処理を行い、前記ノイズ抑制フィルタ処理後の画像データに基づいて、補間により求めるべき画素を含む格子について、前記三角形分割手法における複数の分割パターンのうちの一の分割パターンを決定し、前記決定された一の分割パターンに基づき、前記画像を構成する画像データを参照して、前記補間により求めるべき画素の値を求めることを要旨とする。   In order to achieve the above object, an image display processing method according to the present invention is an image display processing method for performing pixel interpolation processing based on a triangulation method in order to enlarge and display an image. Performing noise suppression filter processing on the data, and based on the image data after the noise suppression filter processing, one division pattern of the plurality of division patterns in the triangulation method for a grid including pixels to be obtained by interpolation And determining pixel values to be obtained by the interpolation with reference to image data constituting the image based on the determined division pattern.

また、上記目的を達成するため、本発明の画像表示処理方法は、画像を拡大して表示するために三角形分割手法に基づき画素の補間処理を行う画像表示処理方法であって、前記画像を構成する画像データに基づいて、補間により求めるべき画素を含む格子について、前記三角形分割手法における複数の分割パターンのうちの一の分割パターンを決定し、前記画像を構成する画像データに対してエッジ強調フィルタ処理を行い、前記決定された一の分割パターンに基づき、前記エッジ強調フィルタ処理後の画像データを参照して、前記補間により求めるべき画素の値を求めることを要旨とする。   In order to achieve the above object, an image display processing method according to the present invention is an image display processing method that performs pixel interpolation processing based on a triangulation method in order to enlarge and display an image. An edge enhancement filter is determined for the image data constituting the image by determining one division pattern of the plurality of division patterns in the triangulation method for a grid including pixels to be obtained by interpolation based on the image data to be obtained The gist of the present invention is to perform processing and obtain the pixel value to be obtained by the interpolation with reference to the image data after the edge enhancement filter processing based on the determined one division pattern.

また、上記目的を達成するため、本発明の画像表示処理方法は、画像を拡大して表示するために三角形分割手法に基づき画素の補間処理を行う画像表示処理方法であって、前記画像を構成する画像データに対してノイズ抑制フィルタ処理を行い、前記ノイズ抑制フィルタ処理後の画像データに基づいて、補間により求めるべき画素を含む格子について、前記三角形分割手法における複数の分割パターンのうちの一の分割パターンを決定し、前記画像を構成する画像データに対してエッジ強調フィルタ処理を行い、前記決定された一の分割パターンに基づき、前記エッジ強調フィルタ処理後の画像データを参照して、前記補間により求めるべき画素の値を求めることを要旨とする。   In order to achieve the above object, an image display processing method according to the present invention is an image display processing method that performs pixel interpolation processing based on a triangulation method in order to enlarge and display an image. Noise suppression filter processing is performed on the image data to be processed, and based on the image data after the noise suppression filter processing, one of a plurality of division patterns in the triangulation method for a grid including pixels to be obtained by interpolation A division pattern is determined, edge enhancement filter processing is performed on the image data constituting the image, and the interpolation is performed with reference to the image data after the edge enhancement filter processing based on the determined one division pattern The gist is to obtain the pixel value to be obtained by

ここで、前記ノイズ抑制処理はガウシアンフィルタにより行い、前記エッジ強調処理はラプラシアンフィルタにより行うことが好適である。   Here, it is preferable that the noise suppression process is performed by a Gaussian filter, and the edge enhancement process is performed by a Laplacian filter.

あるいは、前記ノイズ抑制処理及び前記エッジ強調処理を、それぞれ、互いに異なる畳み込み係数を有するLOGフィルタにより行うことが好適である。   Alternatively, it is preferable that the noise suppression processing and the edge enhancement processing are each performed by LOG filters having different convolution coefficients.

上記目的を達成するため、本発明の画像表示処理装置は、画像を拡大して表示するために三角形分割手法に基づき画素の補間処理を行う画像表示処理装置であって、前記画像を構成する画像データに対してノイズ抑制フィルタ処理を行うノイズ抑制フィルタ処理部と、前記ノイズ抑制フィルタ処理部を経た画像データに基づいて、補間により求めるべき画素を含む格子について、前記三角形分割手法における複数の分割パターンのうちの一の分割パターンを決定する三角形分割評価部と、前記三角形分割評価部により決定された一の分割パターンに基づき、前記画像を構成する画像データを参照して、前記補間により求めるべき画素の値を求める補間部と、を備えることを要旨とする。   In order to achieve the above object, an image display processing device of the present invention is an image display processing device that performs pixel interpolation processing based on a triangulation method in order to enlarge and display an image. A noise suppression filter processing unit that performs noise suppression filter processing on data, and a plurality of division patterns in the triangulation method for a grid including pixels to be obtained by interpolation based on image data that has passed through the noise suppression filter processing unit And a pixel to be obtained by interpolation with reference to image data constituting the image based on the one division pattern determined by the triangle division evaluation unit The gist of the present invention is to include an interpolation unit for obtaining the value of.

また、上記目的を達成するため、本発明の画像表示処理装置は、画像を拡大して表示するために三角形分割手法に基づき画素の補間処理を行う画像表示処理装置であって、前記画像を構成する画像データに基づいて、補間により求めるべき画素を含む格子について、前記三角形分割手法における複数の分割パターンのうちの一の分割パターンを決定する三角形分割評価部と、前記画像を構成する画像データに対してエッジ強調フィルタ処理を行うエッジ強調フィルタ処理部と、前記三角形分割評価部により決定された一の分割パターンに基づき、前記エッジ強調フィルタ処理部を経た画像データを参照して、前記補間により求めるべき画素の値を求める補間部と、を備えることを要旨とする。   In order to achieve the above object, an image display processing device according to the present invention is an image display processing device that performs pixel interpolation processing based on a triangulation method in order to enlarge and display an image. A triangulation evaluation unit that determines one division pattern among a plurality of division patterns in the triangulation method for a grid including pixels to be obtained by interpolation based on image data to be obtained, and image data constituting the image An edge enhancement filter processing unit for performing edge enhancement filter processing on the basis of the one division pattern determined by the triangulation evaluation unit is obtained by the interpolation with reference to image data that has passed through the edge enhancement filter processing unit. The gist of the present invention is to include an interpolation unit that obtains the value of a power pixel.

また、上記目的を達成するため、本発明の画像表示処理装置は、画像を拡大して表示するために三角形分割手法に基づき画素の補間処理を行う画像表示処理装置であって、前記画像を構成する画像データに対してノイズ抑制フィルタ処理を行うノイズ抑制フィルタ処理部と、前記ノイズ抑制フィルタ処理部を経た画像データに基づいて、補間により求めるべき画素を含む格子について、前記三角形分割手法における複数の分割パターンのうちの一の分割パターンを決定する三角形分割評価部と、前記画像を構成する画像データに対してエッジ強調フィルタ処理を行うエッジ強調フィルタ処理部と、前記三角形分割評価部により決定された一の分割パターンに基づき、前記エッジ強調フィルタ処理部を経た画像データを参照して、前記補間により求めるべき画素の値を求める補間部と、を備えることを要旨とする。   In order to achieve the above object, an image display processing device according to the present invention is an image display processing device that performs pixel interpolation processing based on a triangulation method in order to enlarge and display an image. A noise suppression filter processing unit that performs noise suppression filter processing on image data to be processed, and a grid that includes pixels to be obtained by interpolation based on the image data that has passed through the noise suppression filter processing unit, a plurality of in the triangulation method Triangulation division evaluation unit that determines one division pattern among division patterns, an edge enhancement filter processing unit that performs edge enhancement filter processing on the image data constituting the image, and the triangle division evaluation unit Based on one division pattern, the interpolation is performed by referring to the image data that has passed through the edge enhancement filter processing unit. An interpolation unit for obtaining a value of the pixel to be obtained, and summarized in that comprises a.

本発明の画像表示処理方法及び画像表示処理装置によれば、三角形分割手法による補間処理において、フィルタ処理を併せて画質向上を図ることができる。   According to the image display processing method and the image display processing apparatus of the present invention, it is possible to improve the image quality by combining the filter processing in the interpolation processing by the triangulation method.

本発明の画像表示処理装置の第1実施形態を含む画像処理装置の構成ブロック図である。1 is a configuration block diagram of an image processing apparatus including a first embodiment of an image display processing apparatus of the present invention. 画像表示プロセッサ1における描画回路13の処理手順を示すフローチャートである。4 is a flowchart showing a processing procedure of a drawing circuit 13 in the image display processor 1. 注目する補間画素が含まれる格子を説明するための図である。It is a figure for demonstrating the grid | lattice containing the interpolation pixel to which attention is paid. 三角形分割手法に基づく分割による格子単位の分割パターンの種類を示す図である。It is a figure which shows the kind of division | segmentation pattern of the lattice unit by the division | segmentation based on the triangulation method. 三角形分割手法に基づく画素の補間を説明するための図である。It is a figure for demonstrating the interpolation of the pixel based on the triangulation method. 本発明の画像表示処理装置の第2実施形態を含む画像処理装置の構成ブロック図である。It is a block diagram of the configuration of an image processing apparatus including a second embodiment of the image display processing apparatus of the present invention. 本発明の画像表示処理装置の第3実施形態を含む画像処理装置の構成ブロック図である。It is a block diagram of the configuration of an image processing apparatus including a third embodiment of the image display processing apparatus of the present invention.

以下、図面を参照して、本発明の実施の形態について詳細に説明する。
そこで、三角形分割手法による補間処理の前段において、各種フィルタ処理部をおいて、画像データの質の向上を図った後に補間処理を行うことを考える。例えば、元画像データに対してノイズ抑制処理を施した後に補間処理を行うべく、三角形分割手法による補間処理の前段に、そのままノイズ抑制フィルタ処理部を置く。又は、元画像データに対してエッジ強調処理を施した後に補間処理を行うべく、三角形分割手法による補間処理の前段に、そのままエッジ強調フィルタ処理部を置く。しかしながら、実験によれば、いずれの場合も、補間処理後の画像に、フィルタ処理による期待した効果が表れないどころか、むしろ画像が劣化してしまった。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
In view of this, it is considered that the interpolation processing is performed after improving the quality of the image data by providing various filter processing units before the interpolation processing by the triangulation method. For example, in order to perform interpolation processing after performing noise suppression processing on original image data, a noise suppression filter processing unit is placed as it is before the interpolation processing by the triangulation method. Alternatively, in order to perform interpolation processing after performing edge enhancement processing on the original image data, the edge enhancement filter processing unit is placed as it is before the interpolation processing by the triangulation method. However, according to experiments, in any case, the image after the interpolation processing has deteriorated rather than the expected effect of the filter processing.

すなわち、ノイズ抑制フィルタを施した場合、全体的に画像がぼやけてしまうため、最終的な出力画像もぼやけてしまい、主観画質が低下したと考えられる。また、エッジ強調フィルタを施した場合、エッジ部分の主観画質は向上するが、三角形分割パターンの判定処理において、ノイズ成分をエッジと誤判定して誤った三角形に分割してしまう確率が上がるため、模様状の歪が生じ、トータルでの主観画質が低下したと考えられる。   That is, when the noise suppression filter is applied, the image is blurred as a whole, so that the final output image is also blurred, and the subjective image quality is considered to be deteriorated. In addition, when the edge enhancement filter is applied, the subjective image quality of the edge portion is improved, but in the determination process of the triangulation pattern, the probability that the noise component is erroneously determined as an edge and divided into erroneous triangles increases, It is thought that pattern-like distortion occurred and the subjective image quality was reduced.

かかる結果により、本発明者は、三角形分割手法による補間処理に含まれるいわゆる「三角形分割パターンの判定処理」及び「補間処理」のそれぞれに、特定のフィルタ処理に対する親和性/非親和性があることを発見した。具体的には、三角形分割手法による補間処理において、いわゆる分割パターンの種類を決定する処理に、ノイズ抑制処理後の画像データを使用し、補間処理に、エッジ強調処理後の画像データを使用すれば、最終的に得られた補間画像に、ノイズ抑制とエッジ強調の双方の効果が互いに相殺することなく表れることが分かった。   As a result, the present inventor has that each of the so-called “triangulation pattern determination process” and “interpolation process” included in the interpolation process by the triangulation method has an affinity / non-affinity for a specific filter process. I found Specifically, in the interpolation process by the triangulation method, if the image data after the noise suppression process is used for the process of determining the so-called division pattern type, and the image data after the edge enhancement process is used for the interpolation process It was found that the effects of both noise suppression and edge enhancement appear in the finally obtained interpolated image without canceling each other.

すなわち、本発明では、ノイズ抑制フィルタを施した画像から決定された三角形分割パターンと、ノイズ抑制フィルタを施していない画像を組み合わせて、補間により求めるべき画素の値を計算することで、最終画像がぼやけることを抑制する。また、エッジ強調フィルタを施していない画像から決定された三角形分割パターンと、エッジ強調フィルタを施した画像を組み合わせて、補間により求めるべき画素の値を計算することで、ノイズの影響を抑制しつつも、エッジ部分の主観画質の向上を図る。さらに、三角形分割パターンの判定処理にはノイズ抑制フィルタを施した画像を供給し、それによって決定された三角形分割パターンと、エッジ強調フィルタを施した画像を組み合わせて補間により求めるべき画素の値を計算することで、ノイズを抑制しつつも、エッジが強調された画像を出力し、主観画質を改善する。   That is, in the present invention, the final image is obtained by combining the triangulation pattern determined from the image subjected to the noise suppression filter and the image not subjected to the noise suppression filter, and calculating the pixel value to be obtained by interpolation. Suppress blurring. In addition, by combining the triangulation pattern determined from the image that has not been subjected to the edge enhancement filter and the image that has been subjected to the edge enhancement filter, calculating the pixel value to be obtained by interpolation, while suppressing the influence of noise Also, improve the subjective image quality of the edge part. In addition, the image with the noise suppression filter is supplied to the decision processing of the triangulation pattern, and the value of the pixel to be obtained by interpolation is calculated by combining the triangulation pattern determined thereby and the image with the edge enhancement filter By doing so, an image with enhanced edges is output while suppressing noise, and the subjective image quality is improved.

<第1実施形態>
図1は、本発明の画像表示処理装置の第1実施形態を含む画像処理装置の構成ブロック図である。図1に示した画像処理装置は、概して、画像表示プロセッサ1、画像データROM(Read Only Memory)2、及び表示部3を備えている。なお、画像表示プロセッサ1には更にCPU(Central Processing Unit)が接続され、そのCPUにはプログラムROMが接続されるのが典型であるが、ここでは省略する。また、この画像処理装置は、典型的には、表示部3の表示画面において、画像、特に動画、による多彩な演出が行われるパチンコ機、ゲーム機等の遊技機に搭載される。
<First Embodiment>
FIG. 1 is a block diagram showing the configuration of an image processing apparatus including the first embodiment of the image display processing apparatus of the present invention. The image processing apparatus shown in FIG. 1 generally includes an image display processor 1, an image data ROM (Read Only Memory) 2, and a display unit 3. Note that a CPU (Central Processing Unit) is further connected to the image display processor 1, and a program ROM is typically connected to the CPU. In addition, this image processing apparatus is typically mounted on a gaming machine such as a pachinko machine or a game machine in which a variety of effects such as images, particularly moving images, are performed on the display screen of the display unit 3.

画像表示プロセッサ1は、画像データROM2から圧縮された画像データを読み出して伸長処理を行う画像デコーダ11と、伸長された画像データPDが格納されるVRAM(Video Random Access Memory)12と、伸長された画像データPDに対してノイズ抑制(平滑化)の処理を行うノイズ抑制フィルタ処理部14と、伸長された画像データPDに対してエッジ強調(鮮鋭化)の処理を行うエッジ強調フィルタ処理部15と、ノイズ抑制フィルタ処理部14及びエッジ強調フィルタ処理部15による処理後の画像データを参照して、補間処理を含む各種描画処理を行う描画回路13と、を有している。なお、典型的には、ノイズ抑制フィルタ処理部14は、ガウシアンフィルタにより具現化でき、一方、エッジ強調フィルタ処理部15は、ラプラシアンフィルタにより具現化できる。また、双方、LOG(Laplacian of Gaussian)フィルタを採用し、それぞれ異なる畳み込み係数を設定することによっても具現化できる。   The image display processor 1 reads the compressed image data from the image data ROM 2 and performs an expansion process, a VRAM (Video Random Access Memory) 12 in which the expanded image data PD is stored, and the expanded image data A noise suppression filter processing unit 14 that performs noise suppression (smoothing) processing on the image data PD, and an edge enhancement filter processing unit 15 that performs edge enhancement (sharpening) processing on the expanded image data PD; A drawing circuit 13 that performs various drawing processes including an interpolation process with reference to the image data processed by the noise suppression filter processing unit 14 and the edge enhancement filter processing unit 15. Typically, the noise suppression filter processing unit 14 can be realized by a Gaussian filter, while the edge enhancement filter processing unit 15 can be realized by a Laplacian filter. Further, both can be realized by employing a LOG (Laplacian of Gaussian) filter and setting different convolution coefficients.

描画回路13は、少なくとも三角形分割補間回路131を含み、更にその三角形分割補間回路131は、補間により求めるべき画素を含む格子(4つの元画素を頂点)について、後述の三角形分割手法における複数の分割パターンのうちの一の分割パターンを決定する三角形分割評価部1311と、三角形分割評価部1311により決定された一の分割パターンの情報DPIに基づき、エッジ強調フィルタ処理部15による処理後の画像データを参照して、補間により求めるべき画素の値を求める補間部1312と、を含んでいる。   The drawing circuit 13 includes at least a triangulation interpolation circuit 131. The triangulation interpolation circuit 131 further includes a plurality of divisions in a triangulation method described later with respect to a grid (four original pixels as vertices) including pixels to be obtained by interpolation. Triangulation division evaluation unit 1311 for determining one division pattern among the patterns, and image data processed by edge enhancement filter processing unit 15 based on information DPI of one division pattern determined by triangle division evaluation unit 1311 Referring to FIG. 4, an interpolation unit 1312 that obtains the pixel value to be obtained by interpolation is included.

次に、図1に示した画像処理装置における処理手順について説明する。
まず、画像表示プロセッサ1は、図示しないCPUから、特定の画像について拡大表示の指令があった場合、その画像デコーダ11が、画像データROM2から、指定された画像の圧縮画像データを読み込み、伸長処理してVRAM12に格納する。
Next, a processing procedure in the image processing apparatus shown in FIG. 1 will be described.
First, when there is an enlargement display instruction for a specific image from a CPU (not shown), the image display processor 1 reads the compressed image data of the designated image from the image data ROM 2 and performs decompression processing. And stored in the VRAM 12.

そして、ノイズ抑制フィルタ処理部14は、伸長された画像データPDに対して一括で、ノイズ抑制のための任意のフィルタを掛けることにより、ノイズ抑制フィルタ処理を行い、得られた画像データを、図示しない内部のローカルメモリに格納しておく。一方、エッジ強調フィルタ処理部15は、伸長された画像データPDに対して一括で、エッジ強調のための任意のフィルタを掛けることにより、エッジ強調フィルタ処理を行い、得られた画像データを、図示しない内部のローカルメモリに格納しておく。   Then, the noise suppression filter processing unit 14 performs noise suppression filter processing by collectively applying an arbitrary filter for noise suppression to the expanded image data PD, and the obtained image data is illustrated in FIG. Do not store in internal local memory. On the other hand, the edge enhancement filter processing unit 15 performs edge enhancement filter processing by collectively applying an arbitrary filter for edge enhancement to the decompressed image data PD, and the obtained image data is illustrated in FIG. Do not store in internal local memory.

次に、描画回路13内の三角形分割補間回路131が、ノイズ抑制フィルタ処理部14及びエッジ強調フィルタ処理部15による処理後の画像データを参照して、補間処理を行う。図2(a)及び(b)は、画像表示プロセッサ1における描画回路13の処理手順を示すフローチャートである。   Next, the triangulation interpolation circuit 131 in the drawing circuit 13 performs interpolation processing with reference to the image data processed by the noise suppression filter processing unit 14 and the edge enhancement filter processing unit 15. FIGS. 2A and 2B are flowcharts showing the processing procedure of the drawing circuit 13 in the image display processor 1.

そこで、描画回路13内の三角形分割補間回路131は、拡大により、補間して求めるべき画素(以下、「補間画素」と称す)が生じた場合、ノイズ抑制フィルタ処理部14及びエッジ強調フィルタ処理部15による処理後の画像データを参照して、三角形分割手法に基づき、補間画素の値を決定する(ステップS1)。   Therefore, the triangulation interpolation circuit 131 in the drawing circuit 13 causes the noise suppression filter processing unit 14 and the edge enhancement filter processing unit when a pixel to be obtained by interpolation (hereinafter referred to as “interpolation pixel”) occurs due to enlargement. The value of the interpolation pixel is determined based on the triangulation method with reference to the image data processed by 15 (step S1).

詳細には、注目する補間画素ごとに以下の処理を行う。すなわち、まず、三角形分割補間回路131内の三角形分割評価部1311は、図3に示すような、注目する補間画素を含む格子(4つの元画素を頂点)を認識する(ステップS11)。   Specifically, the following processing is performed for each interpolation pixel of interest. That is, first, the triangulation evaluation unit 1311 in the triangulation interpolation circuit 131 recognizes a grid (four original pixels as vertices) including the interpolation pixel of interest as shown in FIG. 3 (step S11).

次に、三角形分割評価部1311は、認識した格子について、ノイズ抑制フィルタ処理部14によるノイズ抑制処理後の画像データであって、当該格子を含めた周辺の画素の値に基づき、複数の分割パターンの中から一の分割パターンを決定する(ステップS12)。つまり、図3に示す画素は、ノイズ抑制処理後の画像データである。   Next, the triangulation division evaluation unit 1311 is the image data after the noise suppression processing by the noise suppression filter processing unit 14 for the recognized grid, and a plurality of division patterns based on the values of the surrounding pixels including the grid. One division pattern is determined from among them (step S12). That is, the pixel shown in FIG. 3 is image data after noise suppression processing.

ここで、図4を参照して、三角形分割手法における分割パターンについて説明する。図4は、三角形分割手法に基づく分割による格子単位の分割パターンの種類を示す図である。ここでは、画素値の傾斜を360度/16の精度、すなわち22.5度単位の精度まで近似する場合を説明する。画素値の傾斜を22.5度単位の精度まで近似する場合、注目する格子に決定される分割パターンは、図4に示した15通りとなる。このとき、ノイズ耐性を考慮すると共に各格子の分割パターンの連続性を担保しつつ決定するためには、図3に示すように、その格子の各頂点の4画素を含めて周囲36画素以上を参照する必要がある。   Here, with reference to FIG. 4, the division | segmentation pattern in a triangulation method is demonstrated. FIG. 4 is a diagram showing types of division patterns in units of lattices by division based on the triangulation method. Here, a case will be described in which the inclination of the pixel value is approximated to an accuracy of 360 degrees / 16, that is, an accuracy of 22.5 degrees. When the gradient of the pixel value is approximated to an accuracy of 22.5 degrees, there are 15 division patterns determined as the lattice of interest as shown in FIG. At this time, in order to determine noise resistance and to ensure the continuity of the division pattern of each grid, as shown in FIG. 3, the surrounding 36 pixels or more including 4 pixels at each vertex of the grid Need to refer.

次に、三角形分割補間回路131内の補間部1312は、エッジ強調フィルタ処理部15によるエッジ強調処理後の画像データであって、当該格子に決定された分割パターンにより決まる補間に必要な画素の値に基づき、補間画素の値を求める(ステップS13)。   Next, the interpolation unit 1312 in the triangulation interpolation circuit 131 is the image data after the edge enhancement processing by the edge enhancement filter processing unit 15 and the pixel values necessary for the interpolation determined by the division pattern determined for the grid. Based on the above, the value of the interpolated pixel is obtained (step S13).

ここで、各分割パターンのそれぞれの場合における補間に必要な画素(参照画素)について説明する。図5(a)〜(h)は、参照画素の取り方を示した分割パターンの例を示す図である。同図に示した各画素は、エッジ強調フィルタ処理部15によるエッジ強調処理後の画像データということになる。例えば、同図(a)のように、分割なしのパターンの場合には、格子の各頂点の画素p(ul),p(ur),p(dl),p(dr)(a,b,c,dと同じ)の線形補間により補間すべき画素ipの値を算出する。また、同図(b)の2分割の場合であって、同図に示す位置の補間すべき画素ipの場合、画素p(ul),p(ur),p(dl)の値に基づき、補間すべき画素ipの値を算出する。また、同図(c)に示す3分割の1パターンであって、同図に示す位置の補間すべき画素ipの場合、画素p(ur),p(dl),p(dll)の値に基づき、補間すべき画素idの値を算出する。また、同図(d)に示す3分割の1パターンであって、同図に示す位置の補間すべき画素ipの場合、画素p(ur),p(dl),p(urr)の値に基づき、補間すべき画素idの値を算出する。また、同図(e)に示す3分割の1パターンであって、同図に示す位置の補間すべき画素ipの場合、画素p(ur),p(dl),p(uru)の値に基づき、補間すべき画素idの値を算出する。また、同図(f)に示す3分割の1パターンであって、同図に示す位置の補間すべき画素ipの場合、画素p(ur),p(dl),p(dld)の値に基づき、補間すべき画素idの値を算出する。また、同図(g)及び(h)に示す4分割の各パターンについても、各分割領域において同様である。更に、図には例示していない他の7つの分割パターンについても同様である。   Here, pixels (reference pixels) necessary for interpolation in each case of each division pattern will be described. FIGS. 5A to 5H are diagrams showing examples of division patterns showing how to take reference pixels. Each pixel shown in the figure is image data after edge enhancement processing by the edge enhancement filter processing unit 15. For example, as shown in FIG. 6A, in the case of a pattern without division, the pixels p (ul), p (ur), p (dl), and p (dr) (a, b, The value of the pixel ip to be interpolated is calculated by linear interpolation (same as c and d). Further, in the case of the two divisions in FIG. 5B, in the case of the pixel ip to be interpolated at the position shown in the same figure, based on the values of the pixels p (ul), p (ur), and p (dl), The value of the pixel ip to be interpolated is calculated. Further, in the case of the pixel ip to be interpolated at the position shown in the figure, which is one pattern of three divisions shown in FIG. 10C, the values of the pixels p (ur), p (dl), and p (dll) are set. Based on this, the value of the pixel id to be interpolated is calculated. Further, in the case of the pixel ip to be interpolated at the position shown in the figure, which is one pattern of three divisions shown in FIG. 10D, the values of the pixels p (ur), p (dl), and p (urr) are set. Based on this, the value of the pixel id to be interpolated is calculated. Further, in the case of the pixel ip to be interpolated at the position shown in the figure, which is one pattern of three divisions shown in FIG. 9E, the values of the pixels p (ur), p (dl), and p (uru) are set. Based on this, the value of the pixel id to be interpolated is calculated. Further, in the case of the pixel ip to be interpolated at the position shown in the figure, which is one pattern of three divisions shown in FIG. 8F, the values of the pixels p (ur), p (dl), and p (dld) are set. Based on this, the value of the pixel id to be interpolated is calculated. The same applies to each of the four divided patterns shown in (g) and (h) of FIG. The same applies to the other seven division patterns not illustrated in the figure.

なお、ステップS11において認識する、注目する補間画素が含まれる格子が、既に処理した補間画素に係る格子と同じ場合には、ステップS12の処理、分割パターンを決定する処理は行う必要はない。   Note that when the grid including the interpolation pixel of interest recognized in step S11 is the same as the grid related to the already processed interpolation pixel, the process of step S12 and the process of determining the division pattern need not be performed.

すべての補間すべき画素について値が求まると、ステップS1の処理が終了する(ステップS14,S15)。図2(a)に戻り、描画回路13は、その他の必要な描画処理を施し、補間画素を含む画素の値に基づき、表示部3に画像を表示する(ステップS2)。   When the values are obtained for all the pixels to be interpolated, the process of step S1 ends (steps S14 and S15). Returning to FIG. 2A, the drawing circuit 13 performs other necessary drawing processing, and displays an image on the display unit 3 based on the value of the pixel including the interpolation pixel (step S2).

なお、上述の実施形態にあっては、ノイズ抑制フィルタ処理部14及びエッジ強調フィルタ処理部15は、伸長された画像データPDに対して一括で、それぞれ、ノイズ抑制フィルタ処理及びエッジ強調フィルタ処理を行い、ローカルメモリに格納しておき、三角形分割評価部1311及び補間部1312は、それらの画像データの中から必要な画素を参照して、分割パターンの決定及び補間を行っている。しかしながら、かかる構成によらず、三角形分割評価部1311が、認識された格子について決まる参照画素に基づき分割パターンを決定するごとに、ノイズ抑制フィルタ処理部14が、その参照画素(36画素)をVRAM12から読み出してノイズ抑制フィルタ処理を行い、また、補間部1312が、決定された分割パターンにより決まる参照画素に基づき補間画素の値を求めるごとに、エッジ強調フィルタ処理部15が、その参照画素をVRAM12から読み出してエッジ強調フィルタ処理を行うようにしてもよい。   In the above-described embodiment, the noise suppression filter processing unit 14 and the edge enhancement filter processing unit 15 collectively perform noise suppression filter processing and edge enhancement filter processing on the decompressed image data PD, respectively. The triangulation evaluation unit 1311 and the interpolation unit 1312 determine a division pattern and perform interpolation by referring to necessary pixels from the image data. However, regardless of this configuration, every time the triangulation evaluation unit 1311 determines a division pattern based on the reference pixels determined for the recognized grid, the noise suppression filter processing unit 14 assigns the reference pixels (36 pixels) to the VRAM 12. Each time the interpolation unit 1312 obtains the value of the interpolation pixel based on the reference pixel determined by the determined division pattern, the edge enhancement filter processing unit 15 converts the reference pixel to the VRAM 12. The edge emphasis filter processing may be performed by reading out from.

以上のように、上述の実施形態によれば、三角形分割手法による補間処理において、いわゆる分割パターンの種類を決定する処理に、ノイズ抑制処理後の画像データを使用し、補間処理に、エッジ強調処理後の画像データを使用しているので、最終的に得られた補間画像に、ノイズ抑制とエッジ強調の双方の効果が互いに相殺することなく表れる。従って、三角形分割手法による補間処理において、フィルタ処理を併せて画質向上を図ることができる。   As described above, according to the above-described embodiment, image data after noise suppression processing is used for processing for determining a so-called division pattern type in interpolation processing using a triangulation method, and edge enhancement processing is used for interpolation processing. Since the later image data is used, the effects of both noise suppression and edge enhancement appear in the finally obtained interpolated image without canceling each other. Therefore, in the interpolation process using the triangulation method, the image quality can be improved by combining the filter process.

<第2実施形態>
次に、第2実施形態について説明するが、第1実施形態と同一の構成及び処理については、同符号を付して説明を省略する。図6は、本発明の画像表示処理装置の第2実施形態を含む画像処理装置の構成ブロック図である。
Second Embodiment
Next, the second embodiment will be described. The same components and processes as those of the first embodiment are denoted by the same reference numerals and description thereof is omitted. FIG. 6 is a configuration block diagram of an image processing apparatus including the second embodiment of the image display processing apparatus of the present invention.

図6に示すように、この第2実施形態に係る画像処理装置は、図1に示した第1実施形態に係る画像表示プロセッサ1からエッジ強調フィルタ処理部15を除いた構成を有する画像表示プロセッサ1Bを備えている。このように、ノイズ抑制フィルタ処理部14のみであっても、それによるノイズ抑制処理後の画像データを、第1実施形態と同様、適正に三角形分割評価部1311にのみ入力させてやれば、最終的な補間後の画像にはノイズ抑制の効果は有効に表れる。従って、第2実施形態においても、三角形分割手法による補間処理において、フィルタ処理を併せて画質向上を図ることができる。   As shown in FIG. 6, the image processing apparatus according to the second embodiment is an image display processor having a configuration in which the edge enhancement filter processing unit 15 is removed from the image display processor 1 according to the first embodiment shown in FIG. 1B is provided. As described above, even if only the noise suppression filter processing unit 14 is used, if the image data after the noise suppression process is appropriately input only to the triangulation evaluation unit 1311 as in the first embodiment, the final result is obtained. The effect of noise suppression appears effectively in the image after a typical interpolation. Therefore, also in the second embodiment, the image quality can be improved by combining the filter processing in the interpolation processing by the triangulation method.

<第3実施形態>
次に、第3実施形態について説明するが、第1実施形態と同一の構成及び処理については、同符号を付して説明を省略する。図7は、本発明の画像表示処理装置の第3実施形態を含む画像処理装置の構成ブロック図である。
<Third Embodiment>
Next, the third embodiment will be described. The same components and processes as those in the first embodiment are denoted by the same reference numerals and description thereof is omitted. FIG. 7 is a configuration block diagram of an image processing apparatus including the third embodiment of the image display processing apparatus of the present invention.

図7に示すように、この第3実施形態に係る画像処理装置は、図1に示した第1実施形態に係る画像表示プロセッサ1からノイズ抑制フィルタ処理部14を除いた構成を有する画像表示プロセッサ1Cを備えている。このように、エッジ強調フィルタ処理部15のみであっても、それによるエッジ強調処理後の画像データを、第1実施形態と同様、適正に補間部1312にのみ入力させてやれば、最終的な補間後の画像にはエッジ強調の効果は有効に表れる。従って、第3実施形態においても、三角形分割手法による補間処理において、フィルタ処理を併せて画質向上を図ることができる。   As shown in FIG. 7, the image processing apparatus according to the third embodiment is an image display processor having a configuration in which the noise suppression filter processing unit 14 is removed from the image display processor 1 according to the first embodiment shown in FIG. 1C is provided. As described above, even if only the edge enhancement filter processing unit 15 is used, if the image data after the edge enhancement processing thereby is appropriately input only to the interpolation unit 1312 as in the first embodiment, the final image data is finally obtained. The effect of edge enhancement appears effectively in the interpolated image. Therefore, also in the third embodiment, the image quality can be improved by combining the filter processing in the interpolation processing by the triangulation method.

なお、上述の各実施形態にあっては、画像データROMから画像データを読み出してVRAMに格納する場合について説明したが、これに限られることはなく、例えば、ネットワーク(例えばIPネットワーク)を介して送られてきた圧縮画像データに対して拡大等の処理を行う場合も同様である。そのような例としては、例えば、電子書籍情報の配信がある。   In each of the above-described embodiments, the case where image data is read from the image data ROM and stored in the VRAM has been described. However, the present invention is not limited to this, for example, via a network (for example, an IP network). The same applies when processing such as enlargement is performed on the sent compressed image data. As such an example, for example, there is distribution of electronic book information.

本発明の画像表示処理方法及び画像表示処理装置は、パチンコ機、ゲーム機等の遊技機における画像表示の処理を担う画像表示プロセッサに適用できる。   The image display processing method and the image display processing apparatus of the present invention can be applied to an image display processor responsible for image display processing in gaming machines such as pachinko machines and game machines.

1 画像表示プロセッサ
11 画像デコーダ
12 VRAM
13 描画回路
131 三角形分割補間回路
1311 三角形分割評価部
1312 補間部
14 ノイズ抑制フィルタ処理部
15 エッジ強調フィルタ処理部
2 画像データROM
3 表示部
DPI 分割パターン情報
p 画素
ip 補間すべき画素
1 Image display processor 11 Image decoder 12 VRAM
13 Drawing circuit 131 Triangulation interpolation circuit 1311 Triangulation division evaluation unit 1312 Interpolation unit 14 Noise suppression filter processing unit 15 Edge enhancement filter processing unit 2 Image data ROM
3 Display unit DPI Division pattern information p Pixel ip Pixel to be interpolated

Claims (9)

画像を拡大して表示するために三角形分割手法に基づき画素の補間処理を行う画像表示処理方法であって、
前記画像を構成する画像データに対してノイズ抑制フィルタ処理を行い、
前記ノイズ抑制フィルタ処理後の画像データに基づいて、補間により求めるべき画素を含む格子について、前記三角形分割手法における複数の分割パターンのうちの一の分割パターンを決定し、
前記決定された一の分割パターンに基づき、前記画像を構成する画像データを参照して、前記補間により求めるべき画素の値を求めることを特徴とする画像表示処理方法。
An image display processing method for performing pixel interpolation processing based on a triangulation method to display an enlarged image,
Perform noise suppression filter processing on the image data constituting the image,
Based on the image data after the noise suppression filter processing, for a grid including pixels to be obtained by interpolation, determine one division pattern among a plurality of division patterns in the triangulation method,
An image display processing method characterized in that, based on the determined one division pattern, a pixel value to be obtained by the interpolation is obtained by referring to image data constituting the image.
画像を拡大して表示するために三角形分割手法に基づき画素の補間処理を行う画像表示処理方法であって、
前記画像を構成する画像データに基づいて、補間により求めるべき画素を含む格子について、前記三角形分割手法における複数の分割パターンのうちの一の分割パターンを決定し、
前記画像を構成する画像データに対してエッジ強調フィルタ処理を行い、
前記決定された一の分割パターンに基づき、前記エッジ強調フィルタ処理後の画像データを参照して、前記補間により求めるべき画素の値を求めることを特徴とする画像表示処理方法。
An image display processing method for performing pixel interpolation processing based on a triangulation method to display an enlarged image,
Based on the image data constituting the image, for a grid including pixels to be obtained by interpolation, determine one division pattern among a plurality of division patterns in the triangulation method,
Performing edge enhancement filter processing on image data constituting the image;
An image display processing method, wherein the pixel value to be obtained by the interpolation is obtained by referring to the image data after the edge enhancement filter processing based on the determined one division pattern.
画像を拡大して表示するために三角形分割手法に基づき画素の補間処理を行う画像表示処理方法であって、
前記画像を構成する画像データに対してノイズ抑制フィルタ処理を行い、
前記ノイズ抑制フィルタ処理後の画像データに基づいて、補間により求めるべき画素を含む格子について、前記三角形分割手法における複数の分割パターンのうちの一の分割パターンを決定し、
前記画像を構成する画像データに対してエッジ強調フィルタ処理を行い、
前記決定された一の分割パターンに基づき、前記エッジ強調フィルタ処理後の画像データを参照して、前記補間により求めるべき画素の値を求めることを特徴とする画像表示処理方法。
An image display processing method for performing pixel interpolation processing based on a triangulation method to display an enlarged image,
Perform noise suppression filter processing on the image data constituting the image,
Based on the image data after the noise suppression filter processing, for a grid including pixels to be obtained by interpolation, determine one division pattern among a plurality of division patterns in the triangulation method,
Performing edge enhancement filter processing on image data constituting the image;
An image display processing method, wherein the pixel value to be obtained by the interpolation is obtained by referring to the image data after the edge enhancement filter processing based on the determined one division pattern.
前記ノイズ抑制処理はガウシアンフィルタにより行うことを特徴とする請求項1又は3に記載の画像表示処理方法。   The image display processing method according to claim 1, wherein the noise suppression process is performed by a Gaussian filter. 前記エッジ強調処理はラプラシアンフィルタにより行うことを特徴とする請求項2又は3に記載の画像表示処理方法。   4. The image display processing method according to claim 2, wherein the edge enhancement processing is performed by a Laplacian filter. 前記ノイズ抑制処理及び前記エッジ強調処理を、それぞれ、互いに異なる畳み込み係数を有するLOGフィルタにより行うことを特徴とする請求項3に記載の画像表示処理方法。   The image display processing method according to claim 3, wherein the noise suppression process and the edge enhancement process are each performed by a LOG filter having different convolution coefficients. 画像を拡大して表示するために三角形分割手法に基づき画素の補間処理を行う画像表示処理装置であって、
前記画像を構成する画像データに対してノイズ抑制フィルタ処理を行うノイズ抑制フィルタ処理部と、
前記ノイズ抑制フィルタ処理部を経た画像データに基づいて、補間により求めるべき画素を含む格子について、前記三角形分割手法における複数の分割パターンのうちの一の分割パターンを決定する三角形分割評価部と、
前記三角形分割評価部により決定された一の分割パターンに基づき、前記画像を構成する画像データを参照して、前記補間により求めるべき画素の値を求める補間部と、
を備えることを特徴とする画像表示処理装置。
An image display processing device that performs pixel interpolation processing based on a triangulation method to display an enlarged image,
A noise suppression filter processing unit for performing noise suppression filter processing on image data constituting the image;
A triangulation evaluation unit that determines one division pattern among a plurality of division patterns in the triangulation method for a grid including pixels to be obtained by interpolation based on image data that has passed through the noise suppression filter processing unit;
Based on one division pattern determined by the triangulation evaluation unit, referring to image data constituting the image, an interpolation unit for obtaining a pixel value to be obtained by the interpolation;
An image display processing device comprising:
画像を拡大して表示するために三角形分割手法に基づき画素の補間処理を行う画像表示処理装置であって、
前記画像を構成する画像データに基づいて、補間により求めるべき画素を含む格子について、前記三角形分割手法における複数の分割パターンのうちの一の分割パターンを決定する三角形分割評価部と、
前記画像を構成する画像データに対してエッジ強調フィルタ処理を行うエッジ強調フィルタ処理部と、
前記三角形分割評価部により決定された一の分割パターンに基づき、前記エッジ強調フィルタ処理部を経た画像データを参照して、前記補間により求めるべき画素の値を求める補間部と、
を備えることを特徴とする画像表示処理装置。
An image display processing device that performs pixel interpolation processing based on a triangulation method to display an enlarged image,
A triangulation evaluation unit that determines one division pattern among a plurality of division patterns in the triangulation method for a grid including pixels to be obtained by interpolation based on image data constituting the image;
An edge enhancement filter processing unit that performs edge enhancement filter processing on image data constituting the image;
Based on one division pattern determined by the triangulation evaluation unit, with reference to the image data that has passed through the edge enhancement filter processing unit, an interpolation unit that obtains a pixel value to be obtained by the interpolation;
An image display processing device comprising:
画像を拡大して表示するために三角形分割手法に基づき画素の補間処理を行う画像表示処理装置であって、
前記画像を構成する画像データに対してノイズ抑制フィルタ処理を行うノイズ抑制フィルタ処理部と、
前記ノイズ抑制フィルタ処理部を経た画像データに基づいて、補間により求めるべき画素を含む格子について、前記三角形分割手法における複数の分割パターンのうちの一の分割パターンを決定する三角形分割評価部と、
前記画像を構成する画像データに対してエッジ強調フィルタ処理を行うエッジ強調フィルタ処理部と、
前記三角形分割評価部により決定された一の分割パターンに基づき、前記エッジ強調フィルタ処理部を経た画像データを参照して、前記補間により求めるべき画素の値を求める補間部と、
を備えることを特徴とする画像表示処理装置。
An image display processing device that performs pixel interpolation processing based on a triangulation method to display an enlarged image,
A noise suppression filter processing unit for performing noise suppression filter processing on image data constituting the image;
A triangulation evaluation unit that determines one division pattern among a plurality of division patterns in the triangulation method for a grid including pixels to be obtained by interpolation based on image data that has passed through the noise suppression filter processing unit;
An edge enhancement filter processing unit that performs edge enhancement filter processing on image data constituting the image;
Based on one division pattern determined by the triangulation evaluation unit, with reference to the image data that has passed through the edge enhancement filter processing unit, an interpolation unit that obtains a pixel value to be obtained by the interpolation;
An image display processing device comprising:
JP2012124873A 2012-05-31 2012-05-31 Image display processing method and image display processing apparatus Active JP5712387B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012124873A JP5712387B2 (en) 2012-05-31 2012-05-31 Image display processing method and image display processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012124873A JP5712387B2 (en) 2012-05-31 2012-05-31 Image display processing method and image display processing apparatus

Publications (2)

Publication Number Publication Date
JP2013250765A true JP2013250765A (en) 2013-12-12
JP5712387B2 JP5712387B2 (en) 2015-05-07

Family

ID=49849391

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012124873A Active JP5712387B2 (en) 2012-05-31 2012-05-31 Image display processing method and image display processing apparatus

Country Status (1)

Country Link
JP (1) JP5712387B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018032301A (en) * 2016-08-26 2018-03-01 株式会社アクセル Image data processing method in image processing processor and program therefor

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008176795A (en) * 2007-01-22 2008-07-31 Sharp Corp Image processor, image processing method, image processor control program, and computer readable recording medium with this program recorded
US20110188749A1 (en) * 2010-01-29 2011-08-04 Lihua Zhu Image processing method for boundary resolution enhancement

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008176795A (en) * 2007-01-22 2008-07-31 Sharp Corp Image processor, image processing method, image processor control program, and computer readable recording medium with this program recorded
US20110188749A1 (en) * 2010-01-29 2011-08-04 Lihua Zhu Image processing method for boundary resolution enhancement

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
JPN6014037179; XIAOHUA Yu et al.: 'Image reconstruction using data-dependent triangulation' Computer Graphics and Applications Volume21 Issue3, 2001, p.62-68, IEEE *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018032301A (en) * 2016-08-26 2018-03-01 株式会社アクセル Image data processing method in image processing processor and program therefor

Also Published As

Publication number Publication date
JP5712387B2 (en) 2015-05-07

Similar Documents

Publication Publication Date Title
JP5161311B2 (en) System and method for scaling an image
JP6116291B2 (en) Image processing apparatus, image processing method, and image processing program
US20130342758A1 (en) Video retargeting using content-dependent scaling vectors
US20150348234A1 (en) Method for image enhancement, image processing apparatus and computer readable medium using the same
JPWO2011033619A1 (en) Image processing apparatus, image processing method, image processing program, and storage medium
JP2009212969A (en) Image processing apparatus, image processing method, and image processing program
US8948502B2 (en) Image processing method, and image processor
JP5105286B2 (en) Image restoration apparatus, image restoration method, and image restoration program
JP5652272B2 (en) Image processing apparatus, image processing program, and image processing method
JP5712387B2 (en) Image display processing method and image display processing apparatus
JP3625144B2 (en) Image processing method
JP5678295B2 (en) Image display processing method and image display processing apparatus
JP2016115318A (en) Blurring correction device, super-resolution device, and program
JP6135937B2 (en) Image processing method and image processing apparatus
He et al. Joint motion deblurring and superresolution from single blurry image
JP5712385B2 (en) Image display processing apparatus and image display processing method
JP5522736B2 (en) Image super-resolution apparatus and program thereof
JP2012113398A (en) Image processing device and image processing system
JP2010171624A (en) Outline correction circuit and interpolation pixel generation circuit
JP5712386B2 (en) Image display processing method and image display processing apparatus
JP6326914B2 (en) Interpolation apparatus and interpolation method
JP4235217B2 (en) Filtering type image correction apparatus and filtering type image correction method
TWI776733B (en) Data processing method for rapidly suppressing high-frequency noises in digitized image
JP5712388B2 (en) Image display processing method and image display processing apparatus
AU2015201416A1 (en) Image downscale processing and apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140602

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20140602

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20140703

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140902

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20141104

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: 20150127

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150203

R150 Certificate of patent or registration of utility model

Ref document number: 5712387

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250