JP3967368B2 - Video compression program and video decompression program - Google Patents
Video compression program and video decompression program Download PDFInfo
- Publication number
- JP3967368B2 JP3967368B2 JP2006553005A JP2006553005A JP3967368B2 JP 3967368 B2 JP3967368 B2 JP 3967368B2 JP 2006553005 A JP2006553005 A JP 2006553005A JP 2006553005 A JP2006553005 A JP 2006553005A JP 3967368 B2 JP3967368 B2 JP 3967368B2
- Authority
- JP
- Japan
- Prior art keywords
- hue
- saturation
- brightness
- contour
- feature points
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/20—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using video object coding
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/90—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using coding techniques not provided for in groups H04N19/10-H04N19/85, e.g. fractals
- H04N19/96—Tree coding, e.g. quad-tree coding
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
- Color Television Systems (AREA)
Description
本発明は、動画像データを圧縮する動画像圧縮プログラム、及び、この動画像圧縮プログラムにより圧縮された動画像データを伸長する動画像伸長プログラムに関するものである。 The present invention relates to a moving image compression program for compressing moving image data, and a moving image expansion program for expanding moving image data compressed by the moving image compression program.
連続して表示される多数のフレームからなる動画像データを圧縮・伸長する方式としては、例えば、MPEG(Moving Picture Experts Group)が知られている(例えば、非特許文献1参照。)。
上記のようなMPEGでは、時間的に互いに隣接するフレーム同士が同じような画像である場合が多いことを利用し、フレーム間の差分をとることにより情報量を減らした上でDCT(Discrete Cosine Transform、離散コサイン変換)に基づく圧縮をかける。そのため、フレーム間の画像の差が大きい動画像データの場合、情報量を減らすためには圧縮率を大きくする必要があり、その結果、JPEG(Joint Photographic Experts Group)と同様のモスキートノイズやブロックノイズが発生して画質が劣化し易いという問題点がある。 In the MPEG as described above, the fact that frames adjacent to each other in time are often the same image, and the amount of information is reduced by taking the difference between frames, and then DCT (Discrete Cosine Transform) is used. Compression based on discrete cosine transform). Therefore, in the case of moving image data with a large image difference between frames, it is necessary to increase the compression rate in order to reduce the amount of information. As a result, mosquito noise and block noise similar to JPEG (Joint Photographic Experts Group) Occurs and the image quality is likely to deteriorate.
本発明は、以上のような問題点に鑑みてなされたものであり、圧縮率を大きくしても動画像データを高画質のまま圧縮できる動画像圧縮プログラム、及び、この動画像圧縮プログラムにより圧縮された動画像データを高画質の動画像データに伸長できる動画像伸長プログラムを提供することを目的とする。 The present invention has been made in view of the above problems, and a moving image compression program capable of compressing moving image data with high image quality even when the compression rate is increased, and compression by the moving image compression program. An object of the present invention is to provide a moving image expansion program that can expand the moving image data into high-quality moving image data.
上記目的を達成するための動画像圧縮プログラムは、連続して表示される多数のフレームからなる動画像データを圧縮するためにコンピュータを、フレームレート、分割基準明度差、分割基準彩度差、及び分割基準色相差を記憶する記憶手段、撮影中の映像を映像データとして入力する入力手段、この入力手段により入力された映像データから、前記記憶手段により記憶されたフレームレートでフレームを生成する生成手段、この生成手段により生成されたフレーム内の互いに隣接する画素間の明度差、彩度差、及び色相差を算出する差情報算出手段、この差情報算出手段により算出された明度差が前記記憶手段により記憶された分割基準明度差以下である複数の画素を1つの明度領域として、前記フレームを複数の明度領域に分割し、前記差情報算出手段により算出された彩度差が前記記憶手段により記憶された分割基準彩度差以下である複数の画素を1つの彩度領域として、前記フレームを複数の彩度領域に分割し、前記差情報算出手段により算出された色相差が前記記憶手段により記憶された分割基準色相差以下である複数の画素を1つの色相領域として、前記フレームを複数の色相領域に分割する分割手段、この分割手段により分割された明度領域内の全画素の明度の平均値、彩度領域内の全画素の彩度の平均値、及び色相領域内の全画素の色相の平均値を算出する平均値算出手段、前記分割手段により分割された明度領域内の画素、彩度領域内の画素、及び色相領域内の画素からそれぞれ前記明度領域の輪郭を構成する明度輪郭点、前記彩度領域の輪郭を構成する彩度輪郭点、及び前記色相領域の輪郭を構成する色相輪郭点を抽出し、抽出された明度輪郭点、彩度輪郭点、及び色相輪郭点からそれぞれ前記明度輪郭点の頂点を構成する明度特徴点、前記彩度輪郭点の頂点を構成する彩度特徴点、及び前記色相輪郭点の頂点を構成する色相特徴点を抽出する画素圧縮手段、並びに、前記平均値算出手段により算出された前記明度の平均値及び前記画素圧縮手段により抽出された明度特徴点の前記フレーム上の座標からなる明度符号化情報を前記明度領域に対応付け、前記平均値算出手段により算出された前記彩度の平均値及び前記画素圧縮手段により抽出された彩度特徴点の前記フレーム上の座標からなる彩度符号化情報を前記彩度領域に対応付け、かつ、前記平均値算出手段により算出された前記色相の平均値及び前記画素圧縮手段により抽出された色相特徴点の前記フレーム上の座標からなる色相符号化情報を前記色相領域に対応付けて、前記フレームレートを含む動画像データの圧縮ファイルとして記憶する符号化圧縮手段、として機能させるためのものである。 A moving image compression program for achieving the above object includes a computer for compressing moving image data consisting of a number of continuously displayed frames, a frame rate, a divided reference lightness difference, a divided reference saturation difference, and Storage means for storing the division reference hue difference, input means for inputting the video being shot as video data, and generation means for generating a frame at the frame rate stored by the storage means from the video data input by the input means Difference information calculating means for calculating brightness difference, saturation difference, and hue difference between adjacent pixels in the frame generated by the generating means, and the brightness difference calculated by the difference information calculating means is the storage means Dividing the frame into a plurality of lightness regions, with a plurality of pixels that are equal to or less than the division reference lightness difference stored by Dividing the frame into a plurality of saturation regions, using a plurality of pixels whose saturation difference calculated by the information calculation means is equal to or less than the division reference saturation difference stored by the storage means as one saturation region, A dividing unit that divides the frame into a plurality of hue regions by using a plurality of pixels whose hue difference calculated by the difference information calculating unit is equal to or less than the division reference hue difference stored in the storage unit as one hue region, and the division Mean value calculating means for calculating the average value of the brightness of all the pixels in the brightness area divided by the means, the average value of the saturation of all the pixels in the saturation area, and the average value of the hue of all the pixels in the hue area The lightness contour points constituting the contour of the lightness region and the contour of the chroma region are respectively constituted by the pixels in the lightness region, the pixels in the saturation region, and the pixels in the hue region divided by the dividing means. Saturation wheel A hue contour point that constitutes a point and a contour of the hue region, and a brightness feature point that constitutes a vertex of the brightness contour point from the extracted brightness contour point, saturation contour point, and hue contour point, Saturation feature points constituting the vertices of the saturation contour points, pixel compression means for extracting the hue feature points constituting the vertices of the hue contour points, and the average value of the brightness calculated by the average value calculation means And the brightness coding information consisting of the coordinates on the frame of the brightness feature points extracted by the pixel compression means are associated with the brightness area, and the average value of the saturation and the pixels calculated by the average value calculation means Saturation coding information composed of coordinates on the frame of the saturation feature points extracted by the compression unit is associated with the saturation region, and the average value of the hue calculated by the average value calculation unit and Coding compression for storing hue coding information consisting of coordinates on the frame of hue feature points extracted by the pixel compression means in association with the hue area and storing them as a compressed file of moving image data including the frame rate It is for functioning as a means.
他の動画像圧縮プログラムは、連続して表示される多数のフレームからなる動画像データを圧縮するためにコンピュータを、分割基準明度差、分割基準彩度差、及び分割基準色相差を記憶する記憶手段、フレームレートを含む圧縮後の動画像データを記憶するデータ記憶手段、このデータ記憶手段により記憶された圧縮後の動画像データを伸長して多数のフレームを生成する生成手段、この生成手段により生成されたフレーム内の互いに隣接する画素間の明度差、彩度差、及び色相差を算出する差情報算出手段、この差情報算出手段により算出された明度差が前記記憶手段により記憶された分割基準明度差以下である複数の画素を1つの明度領域として、前記フレームを複数の明度領域に分割し、前記差情報算出手段により算出された彩度差が前記記憶手段により記憶された分割基準彩度差以下である複数の画素を1つの彩度領域として、前記フレームを複数の彩度領域に分割し、前記差情報算出手段により算出された色相差が前記記憶手段により記憶された分割基準色相差以下である複数の画素を1つの色相領域として、前記フレームを複数の色相領域に分割する分割手段、この分割手段により分割された明度領域内の全画素の明度の平均値、彩度領域内の全画素の彩度の平均値、及び色相領域内の全画素の色相の平均値を算出する平均値算出手段、前記分割手段により分割された明度領域内の画素、彩度領域内の画素、及び色相領域内の画素からそれぞれ前記明度領域の輪郭を構成する明度輪郭点、前記彩度領域の輪郭を構成する彩度輪郭点、及び前記色相領域の輪郭を構成する色相輪郭点を抽出し、抽出された明度輪郭点、彩度輪郭点、及び色相輪郭点からそれぞれ前記明度輪郭点の頂点を構成する明度特徴点、前記彩度輪郭点の頂点を構成する彩度特徴点、及び前記色相輪郭点の頂点を構成する色相特徴点を抽出する画素圧縮手段、並びに、前記平均値算出手段により算出された前記明度の平均値及び前記画素圧縮手段により抽出された明度特徴点の前記フレーム上の座標からなる明度符号化情報を前記明度領域に対応付け、前記平均値算出手段により算出された前記彩度の平均値及び前記画素圧縮手段により抽出された彩度特徴点の前記フレーム上の座標からなる彩度符号化情報を前記彩度領域に対応付け、かつ、前記平均値算出手段により算出された前記色相の平均値及び前記画素圧縮手段により抽出された色相特徴点の前記フレーム上の座標からなる色相符号化情報を前記色相領域に対応付けて、前記フレームレートを含む動画像データの圧縮ファイルとして記憶する符号化圧縮手段、として機能させるためのものである。 Another moving image compression program stores a computer for compressing moving image data composed of a number of consecutively displayed frames, and stores a division reference lightness difference, a division reference saturation difference, and a division reference hue difference. Means, data storage means for storing the compressed moving image data including the frame rate, generating means for decompressing the compressed moving image data stored in the data storage means to generate a large number of frames, and the generating means Difference information calculation means for calculating brightness difference, saturation difference, and hue difference between adjacent pixels in the generated frame, and division in which the brightness difference calculated by the difference information calculation means is stored by the storage means Saturation difference calculated by the difference information calculation means by dividing the frame into a plurality of brightness regions with a plurality of pixels having a reference brightness difference or less as one brightness region Dividing the frame into a plurality of saturation regions by using a plurality of pixels that are equal to or less than the division reference saturation difference stored by the storage unit as a saturation region, the hue difference calculated by the difference information calculation unit is Dividing means for dividing the frame into a plurality of hue areas with a plurality of pixels equal to or less than the division reference hue difference stored by the storage means, and all pixels in the brightness area divided by the dividing means Average value calculation means for calculating the average value of the brightness of all pixels in the saturation area, and the average value of the hue of all pixels in the hue area, and within the brightness area divided by the dividing means Pixels, pixels in the saturation region, and pixels in the hue region, respectively, a lightness contour point that forms the contour of the lightness region, a saturation contour point that forms the contour of the saturation region, and the contour of the hue region Configure Hue contour points are extracted, and from the extracted lightness contour points, saturation contour points, and hue contour points, lightness feature points that constitute the vertices of the lightness contour points, respectively, and saturations that constitute the vertices of the saturation contour points Pixel compression means for extracting feature points and hue feature points that constitute vertices of the hue outline points, and average values of the brightness calculated by the average value calculation means and brightness features extracted by the pixel compression means Corresponding brightness encoding information consisting of coordinates of points on the frame to the brightness area, the average value of the saturation calculated by the average value calculation means and the saturation feature point extracted by the pixel compression means The saturation coding information composed of coordinates on the frame is associated with the saturation region, the hue average value calculated by the average value calculation means, and the color extracted by the pixel compression means The function is to function as coding compression means for storing hue coding information composed of coordinates of phase feature points on the frame in association with the hue area and storing it as a compressed file of moving image data including the frame rate. is there.
また、動画像伸長プログラムは、前記動画像圧縮プログラムにより圧縮された動画像データを伸長するためにコンピュータを、符号化圧縮手段により記憶された明度符号化情報中の明度特徴点の座標、彩度符号化情報中の彩度特徴点の座標、及び色相符号化情報中の特徴点の座標に基づいてそれぞれ明度特徴点、彩度特徴点、及び色相特徴点を仮想フレーム上にプロットする復号化手段、この復号化手段によりプロットされた明度特徴点の座標、彩度特徴点の座標、及び色相特徴点の座標に基づいてそれぞれ、互いに隣接する明度特徴点間の明度輪郭構成点、互いに隣接する彩度特徴点間の彩度輪郭構成点、及び互いに隣接する色相特徴点間の色相輪郭構成点を補間して前記仮想フレーム上にプロットする補間手段、前記復号化手段によりプロットされた明度特徴点の座標、彩度特徴点の座標、色相特徴点の座標、前記補間手段によりプロットされた明度輪郭構成点の座標、彩度輪郭構成点の座標、及び色相輪郭構成点の座標に基づいてそれぞれ明度領域中の明度領域点、彩度領域中の彩度領域点、及び色相領域中の色相領域点を前記仮想フレーム上にプロットすると共に、前記明度特徴点と前記明度輪郭構成点と前記明度領域点とからなる明度領域内の全画素の明度を前記明度符号化情報中の明度の平均値とし、前記彩度特徴点と前記彩度輪郭構成点と前記彩度領域点とからなる彩度領域内の全画素の彩度を前記彩度符号化情報中の彩度の平均値とし、かつ、前記色相特徴点と前記色相輪郭構成点と前記色相領域点とからなる色相領域内の全画素の色相を前記色相符号化情報中の色相の平均値として、請求項1又は2記載の動画像圧縮プログラムにより圧縮された動画像データ中のフレームレートでフレームを復元する復元手段、並びに、この復元手段により復元されたフレームを表示する表示手段、として機能させるためのものである。
Further, the moving image decompression program causes the computer to decompress the moving image data compressed by the moving image compression program, and coordinates and saturation of the lightness feature points in the lightness coding information stored by the coding compression means. Decoding means for plotting a lightness feature point, a saturation feature point, and a hue feature point on a virtual frame based on the coordinates of the saturation feature point in the encoded information and the coordinate of the feature point in the hue encoded information, respectively Based on the coordinates of the brightness feature points, the coordinates of the saturation feature points, and the coordinates of the hue feature points plotted by the decoding means, the brightness contour constituent points between the brightness feature points adjacent to each other, Interpolation means for interpolating the saturation contour constituent points between the degree feature points and hue contour constituent points between adjacent hue feature points and plotting them on the virtual frame, and the decoding means The coordinates of the lightness feature points, the coordinates of the saturation feature points, the coordinates of the hue feature points, the coordinates of the brightness contour constituent points plotted by the interpolation means, the coordinates of the saturation contour constituent points, and the hue contour constituent points Plot the brightness area point in the brightness area, the saturation area point in the saturation area, and the hue area point in the hue area on the virtual frame based on the coordinates of the brightness feature point and the brightness contour, respectively. The lightness of all the pixels in the lightness area consisting of the constituent points and the lightness area points is the average value of the lightness in the lightness coding information, and the saturation feature point, the saturation contour constituent point, and the saturation area point The saturation of all the pixels in the saturation region consisting of the average value of the saturation in the saturation coding information, and the hue composed of the hue feature point, the hue contour constituent point, and the hue region point The hues of all the pixels in the region in the hue coding information A restoration means for restoring a frame at a frame rate in the moving picture data compressed by the moving picture compression program according to
他の動画像圧縮プログラムは、前記符号化圧縮手段が、前記明度領域内の互いに隣接する明度特徴点間の明度ベクトル情報を含む明度符号化情報を前記明度領域に対応付け、前記彩度領域内の互いに隣接する彩度特徴点間の彩度ベクトル情報を含む彩度符号化情報を前記彩度領域に対応付け、かつ、前記色相領域内の互いに隣接する色相特徴点間の色相ベクトル情報を含む色相符号化情報を前記色相領域に対応付けて記憶するものである。 In another moving image compression program, the coding compression unit associates lightness coding information including lightness vector information between lightness feature points adjacent to each other in the lightness area with the lightness area. Saturation coding information including saturation vector information between adjacent saturation feature points is associated with the saturation region, and includes hue vector information between adjacent hue feature points in the hue region Hue coding information is stored in association with the hue region.
他の動画像伸長プログラムは、前記動画像圧縮プログラムにより圧縮された動画像データを伸長するためにコンピュータを、符号化圧縮手段により記憶された明度符号化情報中の明度特徴点の座標、彩度符号化情報中の彩度特徴点の座標、及び色相符号化情報中の特徴点の座標に基づいてそれぞれ明度特徴点、彩度特徴点、及び色相特徴点を仮想フレーム上にプロットする復号化手段、この復号化手段によりプロットされた明度特徴点の座標、彩度特徴点の座標、色相特徴点の座標、前記符号化圧縮手段により記憶された明度符号化情報中の明度ベクトル情報、彩度符号化情報中の彩度ベクトル情報、及び色相符号化情報中の色相ベクトル情報に基づいてそれぞれ、互いに隣接する明度特徴点間の明度輪郭構成点、互いに隣接する彩度特徴点間の彩度輪郭構成点、及び互いに隣接する色相特徴点間の色相輪郭構成点を補間して前記仮想フレーム上にプロットする補間手段、前記復号化手段によりプロットされた明度特徴点の座標、彩度特徴点の座標、色相特徴点の座標、前記補間手段によりプロットされた明度輪郭構成点の座標、彩度輪郭構成点の座標、及び色相輪郭構成点の座標に基づいてそれぞれ明度領域中の明度領域点、彩度領域中の彩度領域点、及び色相領域中の色相領域点を前記仮想フレーム上にプロットすると共に、前記明度特徴点と前記明度輪郭構成点と前記明度領域点とからなる明度領域内の全画素の明度を前記明度符号化情報中の明度の平均値とし、前記彩度特徴点と前記彩度輪郭構成点と前記彩度領域点とからなる彩度領域内の全画素の彩度を前記彩度符号化情報中の彩度の平均値とし、かつ、前記色相特徴点と前記色相輪郭構成点と前記色相領域点とからなる色相領域内の全画素の色相を前記色相符号化情報中の色相の平均値として、請求項4記載の動画像圧縮プログラムにより圧縮された動画像データ中のフレームレートでフレームを復元する復元手段、並びに、この復元手段により復元されたフレームを表示する表示手段、として機能させるためのものである。 The other moving image decompression program is a computer for decompressing the moving image data compressed by the moving image compression program, and the coordinates and saturation of the lightness feature points in the lightness coding information stored by the coding compression means. Decoding means for plotting a lightness feature point, a saturation feature point, and a hue feature point on a virtual frame based on the coordinates of the saturation feature point in the encoded information and the coordinate of the feature point in the hue encoded information, respectively The coordinates of the brightness feature points, the coordinates of the saturation feature points, the coordinates of the hue feature points plotted by the decoding means, the brightness vector information in the brightness coding information stored by the coding compression means, and the saturation code Brightness contour constituent points between adjacent brightness feature points and saturation feature points adjacent to each other based on the saturation vector information in the conversion information and the hue vector information in the hue encoding information. Interpolating means for interpolating hue contour constituent points between hue feature points adjacent to each other and plotting them on the virtual frame, coordinates of lightness characteristic points plotted by the decoding means, and saturation The brightness area in the brightness area based on the coordinates of the feature points, the coordinates of the hue feature points, the coordinates of the brightness contour constituent points plotted by the interpolation means, the coordinates of the saturation contour constituent points, and the coordinates of the hue contour constituent points, respectively. A lightness region composed of the lightness feature point, the lightness contour component point, and the lightness region point, and a point, the saturation region point in the saturation region, and the hue region point in the hue region are plotted on the virtual frame The lightness of all pixels in the lightness coding information is the average value of lightness in the lightness coding information, and the saturation of all the pixels in the saturation area composed of the saturation feature point, the saturation contour constituent point, and the saturation area point Degree of saturation encoding The average value of the hues in the hue coding information is the average value of the saturation in the report, and the hues of all the pixels in the hue area composed of the hue feature points, the hue outline constituent points, and the hue area points In order to function as a restoring unit that restores a frame at a frame rate in the moving image data compressed by the moving image compression program according to claim 4, and a display unit that displays the frame restored by the restoring unit belongs to.
他の動画像圧縮プログラムは、前記符号化圧縮手段が、前記フレーム間の互いに隣接する明度特徴点間のフレーム間明度ベクトル情報を含む明度符号化情報を前記明度領域に対応付け、前記フレーム間の互いに隣接する彩度特徴点間のフレーム間彩度ベクトル情報を含む彩度符号化情報を前記彩度領域に対応付け、かつ、前記フレーム間の互いに隣接する色相特徴点間のフレーム間色相ベクトル情報を含む色相符号化情報を前記色相領域に対応付けて記憶するものである。 In another moving image compression program, the encoding compression unit associates brightness encoding information including inter-frame brightness vector information between adjacent brightness feature points between the frames with the brightness area, and Saturation coding information including inter-frame saturation vector information between adjacent saturation feature points is associated with the saturation region, and inter-frame hue vector information between adjacent hue feature points between the frames Is stored in association with the hue region.
他の動画像伸長プログラムは、前記動画像圧縮プログラムにより圧縮された動画像データを伸長するためにコンピュータを、符号化圧縮手段により記憶された明度符号化情報中の明度特徴点の座標、彩度符号化情報中の彩度特徴点の座標、及び色相符号化情報中の特徴点の座標に基づいてそれぞれ明度特徴点、彩度特徴点、及び色相特徴点を仮想フレーム上にプロットする復号化手段、この復号化手段によりプロットされた明度特徴点の座標、彩度特徴点の座標、色相特徴点の座標、前記符号化圧縮手段により記憶された明度符号化情報中のフレーム間明度ベクトル情報、彩度符号化情報中のフレーム間彩度ベクトル情報、及び色相符号化情報中のフレーム間色相ベクトル情報に基づいてそれぞれ、互いに隣接する明度特徴点間の明度輪郭構成点、互いに隣接する彩度特徴点間の彩度輪郭構成点、及び互いに隣接する色相特徴点間の色相輪郭構成点を補間して前記仮想フレーム上にプロットする補間手段、前記復号化手段によりプロットされた明度特徴点の座標、彩度特徴点の座標、色相特徴点の座標、前記補間手段によりプロットされた明度輪郭構成点の座標、彩度輪郭構成点の座標、及び色相輪郭構成点の座標に基づいてそれぞれ明度領域中の明度領域点、彩度領域中の彩度領域点、及び色相領域中の色相領域点を前記仮想フレーム上にプロットすると共に、前記明度特徴点と前記明度輪郭構成点と前記明度領域点とからなる明度領域内の全画素の明度を前記明度符号化情報中の明度の平均値とし、前記彩度特徴点と前記彩度輪郭構成点と前記彩度領域点とからなる彩度領域内の全画素の彩度を前記彩度符号化情報中の彩度の平均値とし、かつ、前記色相特徴点と前記色相輪郭構成点と前記色相領域点とからなる色相領域内の全画素の色相を前記色相符号化情報中の色相の平均値として、請求項6記載の動画像圧縮プログラムにより圧縮された動画像データ中のフレームレートでフレームを復元する復元手段、並びに、この復元手段により復元されたフレームを表示する表示手段、として機能させるためのものである。
The other moving image decompression program is a computer for decompressing the moving image data compressed by the moving image compression program, and the coordinates and saturation of the lightness feature points in the lightness coding information stored by the coding compression means. Decoding means for plotting a lightness feature point, a saturation feature point, and a hue feature point on a virtual frame based on the coordinates of the saturation feature point in the encoded information and the coordinate of the feature point in the hue encoded information, respectively The coordinates of the brightness feature points, the coordinates of the saturation feature points, the coordinates of the hue feature points plotted by the decoding means, the inter-frame brightness vector information in the brightness coding information stored by the coding compression means, Based on the inter-frame saturation vector information in the degree-encoding information and the inter-frame hue vector information in the hue-encoding information, the brightness contour structure between the adjacent brightness feature points, respectively. Interpolating means for interpolating points, saturation contour constituting points between adjacent saturation feature points, and hue contour constituting points between mutually adjacent hue feature points, and plotting them on the virtual frame, plotting by the decoding means The coordinates of the brightness feature points, the coordinates of the saturation feature points, the coordinates of the hue feature points, the coordinates of the brightness contour constituent points plotted by the interpolation means, the coordinates of the saturation contour constituent points, and the coordinates of the hue contour constituent points Plot the lightness area point in the lightness area, the saturation area point in the saturation area, and the hue area point in the hue area on the virtual frame, respectively, and the lightness feature point and the lightness contour constituent point And the lightness of all pixels in the lightness area consisting of the lightness area point is the average value of the lightness in the lightness coding information, and from the saturation feature point, the saturation contour component point, and the saturation area point In the saturation region The saturation of all pixels is the average value of the saturations in the saturation encoding information, and the hues of all pixels in the hue region composed of the hue feature points, the hue contour constituent points, and the hue region points are determined. The restoration means for restoring a frame at a frame rate in the moving image data compressed by the moving image compression program according to
本発明に係る動画像圧縮プログラムによれば、フレーム間の差分をとることなく、高画質のフレームをほぼ可逆的に復元可能な状態でフレーム内の画素についての画素圧縮及び符号化圧縮からなるハイブリッド圧縮を行うように構成されているので、圧縮率を大きくしても、動画像データの画質が劣化しない。 According to the moving image compression program of the present invention, a hybrid consisting of pixel compression and coding compression for pixels in a frame in a state where a high-quality frame can be reversibly restored without taking the difference between frames. Since it is configured to perform compression, the image quality of the moving image data does not deteriorate even if the compression rate is increased.
また、本発明に係る動画像伸長プログラムによれば、上記の動画像圧縮プログラムにより圧縮された動画像データを高画質の動画像データに伸長することができる。 Further, according to the moving image decompression program of the present invention, it is possible to decompress the moving image data compressed by the above-described moving image compression program into high-quality moving image data.
他の動画像圧縮プログラムによれば、明度領域内の互いに隣接する明度特徴点間の明度ベクトル情報を含む明度符号化情報を前記明度領域に対応付け、彩度領域内の互いに隣接する彩度特徴点間の彩度ベクトル情報を含む彩度符号化情報を彩度領域に対応付け、かつ、色相領域内の互いに隣接する色相特徴点間の色相ベクトル情報を含む色相符号化情報を色相領域に対応付けて記憶するように構成されているので、圧縮された動画像データを伸長する際の高画質化をより効果的に図ることができる。 According to another moving image compression program, brightness coding information including brightness vector information between brightness feature points adjacent to each other in the brightness area is associated with the brightness area, and the saturation features adjacent to each other in the saturation area Saturation encoding information including saturation vector information between points is associated with the saturation region, and hue encoding information including hue vector information between adjacent hue feature points in the hue region is associated with the hue region. Since it is configured to be added and stored, it is possible to more effectively improve the image quality when decompressing the compressed moving image data.
他の動画像伸長プログラムによれば、明度特徴点の座標、彩度特徴点の座標、色相特徴点の座標、明度符号化情報中の明度ベクトル情報、彩度符号化情報中の彩度ベクトル情報、及び色相符号化情報中の色相ベクトル情報に基づいてそれぞれ、互いに隣接する明度特徴点間の明度輪郭構成点、互いに隣接する彩度特徴点間の彩度輪郭構成点、及び互いに隣接する色相特徴点間の色相輪郭構成点を補間するように構成されているので、上記の動画像圧縮プログラムにより圧縮された動画像データをより高画質の動画像データに伸長することができる。 According to another moving image decompression program, the coordinates of the brightness feature points, the coordinates of the saturation feature points, the coordinates of the hue feature points, the brightness vector information in the brightness coding information, and the saturation vector information in the saturation coding information , And brightness contour constituent points between adjacent brightness feature points, saturation contour constituent points between adjacent saturation feature points, and hue features adjacent to each other based on hue vector information in the hue coding information Since it is configured to interpolate hue contour composing points between points, the moving image data compressed by the above moving image compression program can be expanded to higher-quality moving image data.
他の動画像圧縮プログラムによれば、フレーム間の互いに隣接する明度特徴点間のフレーム間明度ベクトル情報を含む明度符号化情報を明度領域に対応付け、フレーム間の互いに隣接する彩度特徴点間のフレーム間彩度ベクトル情報を含む彩度符号化情報を彩度領域に対応付け、かつ、フレーム間の互いに隣接する色相特徴点間のフレーム間色相ベクトル情報を含む色相符号化情報を色相領域に対応付けて記憶するように構成されているので、圧縮された動画像データを伸長する際の高画質化をより効果的に図ることができる。 According to another moving image compression program, brightness coding information including inter-frame brightness vector information between adjacent brightness feature points between frames is associated with a brightness area, and adjacent saturation feature points between frames Saturated coding information including inter-frame saturation vector information is associated with the saturation region, and hue encoded information including inter-frame hue vector information between adjacent hue feature points between frames is set in the hue region. Since they are configured to be stored in association with each other, it is possible to more effectively achieve high image quality when decompressing compressed moving image data.
他の動画像伸長プログラムによれば、明度特徴点の座標、彩度特徴点の座標、色相特徴点の座標、明度符号化情報中のフレーム間明度ベクトル情報、彩度符号化情報中のフレーム間彩度ベクトル情報、及び色相符号化情報中のフレーム間色相ベクトル情報に基づいてそれぞれ、互いに隣接する明度特徴点間の明度輪郭構成点、互いに隣接する彩度特徴点間の彩度輪郭構成点、及び互いに隣接する色相特徴点間の色相輪郭構成点を補間するように構成されているので、上記の動画像圧縮プログラムにより圧縮された動画像データをより高画質の動画像データに伸長することができる。 According to another moving image decompression program, the coordinates of the brightness feature point, the coordinates of the saturation feature point, the coordinates of the hue feature point, the inter-frame brightness vector information in the brightness encoding information, and the inter-frame in the saturation encoding information Based on the saturation vector information and the inter-frame hue vector information in the hue encoding information, the brightness contour constituent points between the adjacent brightness feature points, the saturation contour constituent points between the adjacent saturation feature points, Since the hue contour composing points between the hue feature points adjacent to each other are interpolated, the moving image data compressed by the moving image compression program can be expanded into higher-quality moving image data. it can.
以下、本発明の実施形態を図面に基づいて説明する。
本実施形態に係る動画像圧縮伸長プログラム1は、図1及び図2に示すように、動画像圧縮伸長装置2に装備した動画像圧縮伸長チップ3の内蔵ROM(Read Only Memory、読み出し専用メモリ)4に格納されている。この動画像圧縮伸長プログラム1は、連続して表示される多数のフレームからなる動画像データをほぼ可逆的に圧縮する動画像圧縮プログラムとして機能すると共に、この動画像圧縮プログラムにより圧縮された動画像データを高画質の動画像データに伸長する動画像伸長プログラムとしても機能する。Hereinafter, embodiments of the present invention will be described with reference to the drawings.
The moving image compression /
動画像圧縮伸長装置2は、図1に示すように、動画像圧縮伸長チップ3の他、制御部5、ROM6、RAM(Random Access Memory、随時書き込み読み出しメモリ)7、ビデオメモリ8、時計部9、映像入力部10、操作部11、表示部12、及びハードディスクドライブ(HDD)13等を備えたものであり、各部3、5〜13はバス14を介して互いに通信可能に接続されている。
As shown in FIG. 1, the moving image compression / decompression apparatus 2 includes a moving image compression /
ROM6には、各部3、5〜13の動作を制御するための図示しない制御プログラム等が格納されている。制御部5は、CPU(Central Processing Unit、中央処理装置)等で構成されており、ROM6上の制御プログラム等に従って各部3、5〜13の動作を制御する。RAM7には、ROM6上の制御プログラム等がロードされると共に、動画像圧縮伸長装置2に関する各種の情報が一時的に格納される。
The
映像入力部10は、デジタルビデオカメラ等で構成されており、撮影中の映像(リアルタイム映像)を映像データとして入力する。ビデオメモリ8には、入力された映像データや後述のようにして復元されたフレーム等が一時的に格納される。時計部9は、フレーム生成時からの経過時間等を計測すると共に、日時を刻む。
The
表示部12は、LCD(Liquid Crystal Display、液晶ディスプレイ)等で構成されており、伸長された動画像データの映像や撮影中の映像等を表示する。操作部11は、各種の操作をするための操作キー等を備えている。動画像圧縮伸長装置2に対するユーザによる各種の操作は、この操作部11を通じて行われる。なお、表示部12をタッチパネルとしておき、このタッチパネルとしての表示部12が操作部11としても機能するように構成してもよい。
The
動画像圧縮伸長チップ3は、1つのLSI(Large Scale Integrated Circuit、大規模集積回路)等の半導体チップ(1チップ)で構成されている。この動画像圧縮伸長チップ3には、図2に示すように、内蔵ROM4、内蔵制御部15、及び内蔵RAM16等が集積されている。動画像圧縮伸長装置2では、動画像圧縮伸長チップ3により動画像データのハードウェアエンコード(ハードウェア圧縮)及びハードウェアデコード(ハードウェア伸長)を行うように構成されている。
The moving image compression /
内蔵ROM4は、動画像圧縮伸長プログラム1の他、フレームレート、分割基準明度差、分割基準彩度差、及び分割基準色相差等を記憶している。また、内蔵ROM4は、フレーム生成時から次のフレームを生成するまでの設定時間として、記憶されたフレームレートの逆数も記憶している。
The built-in ROM 4 stores the frame rate, the division reference brightness difference, the division reference saturation difference, the division reference hue difference, and the like in addition to the moving image compression /
内蔵RAM16には、内蔵ROM4上の動画像圧縮伸長プログラム1等がロードされると共に、動画像圧縮伸長チップ3に関する各種の情報が一時的に格納される。内蔵制御部15は、CPU(Central Processing Unit、中央処理装置)等で構成されており、内蔵RAM16にロードされた動画像圧縮伸長プログラム1等に従って動画像データの圧縮及び伸長を行う。
The built-in
次に、動画像データの圧縮処理の一例を図3に示すフローチャートに基づいて説明する。なお、この処理及び後述の各処理は、動画像圧縮伸長チップ3の内蔵ROM4上の動画像圧縮伸長プログラム1に基づいて内蔵制御部15が発行する命令等に従って行われる。
Next, an example of moving image data compression processing will be described based on the flowchart shown in FIG. This process and each process described later are performed according to a command issued by the built-in
この処理において、操作部11により録画開始が実行されれば(ステップS1)、映像入力部10により撮影中の映像が映像データとして入力される(ステップS2)。入力された映像データからは、図4のようなフレーム21が生成される(ステップS3)。このフレーム21は、図4に示すように、格子状に配置された多数の画素22で構成されており、例えば左下の画素22がフレーム21上の座標(XY座標)の原点Oとされる。各画素22は、RGBカラーモデルにおける赤色(R)の輝度、緑色(G)の輝度、及び青色(B)の輝度等を有している。
In this process, if recording is started by the operation unit 11 (step S1), the video being captured is input as video data by the video input unit 10 (step S2). A
そして、生成されたフレーム21内の互いに隣接する画素22間の明度差、彩度差、及び色相差が算出される(ステップS4)。この場合、画素22のカラーモデルが動画像圧縮伸長プログラム1中の変換公式等に基づき、RGBカラーモデルからXYZカラーモデル〔CIE(国際照明委員会)1931〕等を経由して明度、彩度、及び色相で表現される適宜のカラーモデルに変換された後、この変換後のカラーモデルにおける明度、彩度、及び色相に基づいて明度差、彩度差、及び色相差がそれぞれ算出される。また、明度差、彩度差、及び色相差はそれぞれ、図4に示すように、X軸方向に互いに隣接する画素22間、Y軸方向に互いに隣接する画素22間、及び斜め45度方向に互いに隣接する画素22間で算出される。そのため、動画像圧縮伸長チップ3の内蔵制御部15は、並列処理により明度差、彩度差、及び色相差の算出や後述の各処理を高速に実行できるように、ベクトル演算を実行するベクトルプロセッサ等としておくのが望ましい。
Then, the brightness difference, saturation difference, and hue difference between the
次いで、図5に示すように、算出された明度差が内蔵ROM4に記憶された分割基準明度差以下である複数の画素22を1つの明度領域23として、フレーム21が複数の明度領域23に分割される(ステップS5)。同様に、図示しないが、算出された彩度差が内蔵ROM4に記憶された分割基準彩度差以下である複数の画素22を1つの彩度領域として、フレーム21が複数の彩度領域に分割されると共に、算出された色相差が内蔵ROM4に記憶された分割基準色相差以下である複数の画素22を1つの色相領域として、フレーム21が複数の色相領域に分割される(ステップS5)。
Next, as shown in FIG. 5, the
そして、分割された明度領域23内の全画素22の明度差の平均値、彩度領域内の全画素22の彩度差の平均値、及び色相領域内の全画素22の色相差の平均値が算出される(ステップS6)。明度領域23内の画素22からは、図6に示すように、明度領域23の輪郭を構成する明度輪郭点24が抽出される(ステップS7)。同様に、図示しないが、彩度領域内の画素22及び色相領域内の画素22からはそれぞれ、彩度領域の輪郭を構成する彩度輪郭点及び色相領域の輪郭を構成する色相輪郭点が抽出される(ステップS7)。抽出された明度輪郭点24からは、図7に示すように、その頂点を構成する明度特徴点25が抽出される(ステップS8)。同様に、図示しないが、抽出された彩度輪郭点及び色相輪郭点からはそれぞれ、彩度輪郭点の頂点を構成する彩度特徴点及び色相輪郭点の頂点を構成する色相特徴点が抽出される(ステップS8)。
Then, the average value of the brightness difference of all the
次いで、算出された明度差の平均値及び抽出された明度特徴点25のフレーム21上の座標からなる明度符号化情報が明度領域23に対応付けられ、算出された彩度差の平均値及び抽出された彩度特徴点のフレーム21上の座標からなる彩度符号化情報が彩度領域に対応付けられ、かつ、算出された色相差の平均値及び抽出された色相特徴点のフレーム21上の座標からなる色相符号化情報が色相領域に対応付けられて、ハードディスクドライブ13等の外部記憶手段上の作業フォルダ等に一時的に記憶されれば(ステップS9)、1つのフレーム21についての圧縮が完了する。なお、明度符号化情報、彩度符号化情報、及び色相符号化情報が一時的に記憶される作業フォルダ等のフォルダ名は、あらかじめ内蔵ROM4等に記憶されている。また、外部記憶手段としては、ハードディスクドライブの他、光磁気ディスクドライブ、CD−ROM(Compact Disc Read Only Memory)ドライブ、DVD(Digital Versatile Disk)−ROMドライブ等が挙げられる。
Next, the lightness coding information composed of the calculated average value of the lightness difference and the coordinates of the extracted
そして、操作部11により録画終了が実行されておらず(ステップS10でNO)、かつ、フレーム21の生成時からの経過時間が内蔵ROM4に記憶された設定時間に達した場合(ステップS11でYES)はステップS3に戻るが、設定時間に達していない場合(ステップS11でNO)はステップS11に戻る。
When the
一方、操作部11により録画終了が実行された場合は(ステップS10でYES)、全フレーム21についての明度符号化情報、彩度符号化情報、及び色相符号化情報が、フレームレートを含む動画像データの圧縮ファイルとしてハードディスクドライブ13等の外部記憶手段に記憶され(ステップS12)、処理が終了する。
On the other hand, when the recording end is executed by the operation unit 11 (YES in step S10), the lightness coding information, the saturation coding information, and the hue coding information for all the
なお、録画の開始や終了は、操作部11により入力された予約録画開始時刻や予約録画終了時刻に実行されるように構成してもよい。
Note that the start and end of recording may be executed at the reserved recording start time and the reserved recording end time input by the
次に、動画像データの圧縮処理の他例を図8に示すフローチャートに基づいて説明する。
この処理において、操作部11によりファイル変換が実行されれば(ステップS21)、ハードディスクドライブ13等の外部記憶手段上の圧縮後の動画像データが伸長されて図4のようなフレーム21が生成される(ステップS22)。圧縮後の動画像データの形式は特に限定されるものではないが、例えば、MPEG−2、MPEG−1、AVI(Audio Video Interleave)等が挙げられる。Next, another example of the compression processing of moving image data will be described based on the flowchart shown in FIG.
In this process, if file conversion is executed by the operation unit 11 (step S21), the compressed moving image data on the external storage means such as the
そして、既述と同様、生成されたフレーム21内の互いに隣接する画素22間の明度差、彩度差、及び色相差が算出される(ステップS23)。次いで、図5に示すように、算出された明度差が内蔵ROM4に記憶された分割基準明度差以下である複数の画素22を1つの明度領域23として、フレーム21が複数の明度領域23に分割される(ステップS24)。同様に、図示しないが、算出された彩度差が内蔵ROM4に記憶された分割基準彩度差以下である複数の画素22を1つの彩度領域として、フレーム21が複数の彩度領域に分割されると共に、算出された色相差が内蔵ROM4に記憶された分割基準色相差以下である複数の画素22を1つの色相領域として、フレーム21が複数の色相領域に分割される(ステップS24)。
Then, as described above, the brightness difference, the saturation difference, and the hue difference between the
そして、分割された明度領域23内の全画素22の明度差の平均値、彩度領域内の全画素22の彩度差の平均値、及び色相領域内の全画素22の色相差の平均値が算出される(ステップS25)。明度領域23内の画素22からは、図6に示すように、明度領域23の輪郭を構成する明度輪郭点24が抽出される(ステップS26)。同様に、図示しないが、彩度領域内の画素22及び色相領域内の画素22からはそれぞれ、彩度領域の輪郭を構成する彩度輪郭点及び色相領域の輪郭を構成する色相輪郭点が抽出される(ステップS26)。抽出された明度輪郭点24からは、図7に示すように、その頂点を構成する明度特徴点25が抽出される(ステップS27)。同様に、図示しないが、抽出された彩度輪郭点及び色相輪郭点からはそれぞれ、彩度輪郭点の頂点を構成する彩度特徴点及び色相輪郭点の頂点を構成する色相特徴点が抽出される(ステップS27)。
Then, the average value of the brightness difference of all the
次いで、算出された明度差の平均値及び抽出された明度特徴点25のフレーム21上の座標からなる明度符号化情報が明度領域23に対応付けられ、算出された彩度差の平均値及び抽出された彩度特徴点のフレーム21上の座標からなる彩度符号化情報が彩度領域に対応付けられ、かつ、算出された色相差の平均値及び抽出された色相特徴点のフレーム21上の座標からなる色相符号化情報が色相領域に対応付けられて、ハードディスクドライブ13等の外部記憶手段上の作業フォルダ等に一時的に記憶されれば(ステップS28)、1つのフレーム21についての圧縮が完了する。
Next, the lightness coding information composed of the calculated average value of the lightness difference and the coordinates of the extracted
そして、伸長すべきデータがある場合は(ステップS29でYES)、ステップS22に戻る。一方、伸長すべきデータがない場合は(ステップS29でNO)、全フレーム21についての明度符号化情報、彩度符号化情報、及び色相符号化情報が、フレームレートを含む動画像データの圧縮ファイルとしてハードディスクドライブ13等の外部記憶手段に記憶され(ステップS30)、処理が終了する。
If there is data to be decompressed (YES in step S29), the process returns to step S22. On the other hand, if there is no data to be decompressed (NO in step S29), the lightness coding information, saturation coding information, and hue coding information for all
次に、動画像データの伸長処理の一例を図9に示すフローチャートに基づいて説明する。
この処理において、操作部11により、既述の圧縮処理で圧縮された動画像データの伸長が実行されれば(ステップS41)、図10に示すように、最初に表示されるべきフレーム21についての明度符号化情報中の明度特徴点25の座標に基づいて明度特徴点25が仮想フレーム上にプロットされる(ステップS42)。同様に、図示しないが、最初に表示されるべきフレーム21についての彩度符号化情報中の彩度特徴点の座標に基づいて彩度特徴点が仮想フレーム上にプロットされると共に、最初に表示されるべきフレーム21についての色相符号化情報中の色相特徴点の座標に基づいて色相特徴点が仮想フレーム上にプロットされる(ステップS42)。Next, an example of moving image data decompression processing will be described with reference to the flowchart shown in FIG.
In this process, if the
そして、図11に示すように、プロットされた明度特徴点25の座標に基づいて、互いに隣接する明度特徴点25間の明度輪郭構成点26が補間され、仮想フレーム上にプロットされる(ステップS43)。同様に、図示しないが、彩度特徴点の座標及び色相特徴点の座標に基づいてそれぞれ、互いに隣接する彩度特徴点間の彩度輪郭構成点及び互いに隣接する色相特徴点間の色相輪郭構成点が補間され、仮想フレーム上にプロットされる(ステップS43)。なお、明度輪郭構成点26、彩度輪郭構成点、及び色相輪郭構成点の補間は、それぞれ動画像圧縮伸長プログラム1中のバイリニア法の公式又はバイキュービック法の公式等に基づいて実行される。
Then, as shown in FIG. 11, based on the coordinates of the plotted lightness feature points 25, the lightness contour constituent points 26 between the lightness feature points 25 adjacent to each other are interpolated and plotted on the virtual frame (step S43). ). Similarly, although not shown, based on the coordinates of the saturation feature points and the coordinates of the hue feature points, the saturation contour configuration points between the adjacent saturation feature points and the hue contour configuration between the adjacent hue feature points, respectively. The points are interpolated and plotted on the virtual frame (step S43). Interpolation of the lightness
次いで、図12に示すように、プロットされた明度特徴点25の座標及び明度輪郭構成点26の座標に基づいて、明度領域23中の明度領域点27が仮想フレーム上にプロットされると共に、明度特徴点25と明度輪郭構成点26と明度領域点27とからなる明度領域23内の全画素22の明度が明度符号化情報中の明度の平均値とされて、1つのフレーム21中の複数の明度領域23が復元される(ステップS44)。この場合、プロットされた明度特徴点25及び明度輪郭構成点26からなる明度輪郭点24の内側に他の明度輪郭点24が含まれている場合は、外側の明度輪郭点24と内側の明度輪郭点24との間に位置する明度領域点27と外側の明度輪郭点24とが1つの明度領域23となる。一方、明度輪郭点24の内側に他の明度輪郭点24が含まれていない場合は、明度輪郭点24の内側に位置する明度領域点27と明度輪郭点24とが1つの明度領域23となる。
Next, as shown in FIG. 12, the
同様に、図示しないが、プロットされた彩度特徴点の座標及び彩度輪郭構成点の座標に基づいて、彩度領域中の彩度領域点が仮想フレーム上にプロットされると共に、彩度特徴点と彩度輪郭構成点と彩度領域点とからなる彩度領域内の全画素22の彩度が彩度符号化情報中の彩度の平均値とされて、1つのフレーム21中の複数の彩度領域が復元される(ステップS44)。また、図示しないが、プロットされた色相特徴点の座標及び色相輪郭構成点の座標に基づいて、色相領域中の色相領域点が仮想フレーム上にプロットされると共に、色相特徴点と色相輪郭構成点と色相領域点とからなる色相領域内の全画素22の色相が色相符号化情報中の色相の平均値とされて、1つのフレーム21中の複数の色相領域が復元される(ステップS44)。
Similarly, although not shown, the saturation area points in the saturation area are plotted on the virtual frame based on the coordinates of the plotted saturation feature points and the coordinates of the saturation contour constituent points, and the saturation feature The saturation of all the
複数の明度領域23、複数の彩度領域、及び複数の色相領域が復元されたフレーム21は、表示部12に表示される(ステップS45)。そして、全フレーム21が復元されておらず(ステップS46でNO)、かつ、フレーム21の復元時からの経過時間が、圧縮された動画像データ中の設定時間に達した場合(ステップS47でYES)はステップS42に戻るが、設定時間に達していない場合(ステップS47でNO)はステップS47に戻る。一方、全フレーム21が復元されている場合は(ステップS46でYES)、処理が終了する。なお、圧縮された動画像データには、フレームレートの他、フレーム21の復元時から次のフレーム21を復元するまでの設定時間として、そのフレームレートの逆数も含まれている。
The
上記のように構成された動画像圧縮伸長プログラム1は、フレーム21間の差分をとることなく、高画質のフレーム21をほぼ可逆的に復元可能な状態でフレーム21内の画素22についての画素圧縮及び符号化圧縮からなるハイブリッド圧縮を行うように構成されているので、圧縮率を大きくしても、動画像データの画質が劣化しないという利点がある。
The moving image compression /
ここで、図13に示すように、明度領域23内の互いに隣接する明度特徴点25間の明度ベクトル情報を含む明度符号化情報を明度領域23に対応付け、図示しないが、彩度領域内の互いに隣接する彩度特徴点間の彩度ベクトル情報を含む彩度符号化情報を彩度領域に対応付け、かつ、色相領域内の互いに隣接する色相特徴点間の色相ベクトル情報を含む色相符号化情報を色相領域に対応付けて記憶すると共に、明度特徴点25の座標、彩度特徴点の座標、色相特徴点の座標、明度符号化情報中の明度ベクトル情報、彩度符号化情報中の彩度ベクトル情報、及び色相符号化情報中の色相ベクトル情報に基づいてそれぞれ、互いに隣接する明度特徴点25間の明度輪郭構成点26、互いに隣接する彩度特徴点間の彩度輪郭構成点、及び互いに隣接する色相特徴点間の色相輪郭構成点を補間するように構成しておけば、上記の動画像圧縮伸長プログラム1により圧縮された動画像データをより高画質の動画像データに伸長できるという利点がある。なお、ここでいう明度ベクトル情報とは明度領域23内の互いに隣接する明度特徴点25間の差分座標をいい、彩度ベクトル情報とは彩度領域内の互いに隣接する彩度特徴点間の差分座標をいい、色相ベクトル情報とは色相領域内の互いに隣接する色相特徴点間の差分座標をいう。この場合、明度ベクトル情報、彩度ベクトル情報、及び色相ベクトル情報は、互いに隣接する明度特徴点25同士の座標、互いに隣接する彩度特徴点同士の座標、及び互いに隣接する色相特徴点同士の座標に基づいて算出される。
Here, as shown in FIG. 13, brightness coding information including brightness vector information between brightness feature points 25 adjacent to each other in the
また、図14に示すように、フレーム21間の互いに隣接する明度特徴点25間のフレーム間明度ベクトル情報を含む明度符号化情報を明度領域23に対応付け、図示しないが、フレーム21間の互いに隣接する彩度特徴点間のフレーム間彩度ベクトル情報を含む彩度符号化情報を彩度領域に対応付け、かつ、フレーム21間の互いに隣接する色相特徴点間のフレーム間色相ベクトル情報を含む色相符号化情報を色相領域に対応付けて記憶すると共に、明度特徴点25の座標、彩度特徴点の座標、色相特徴点の座標、明度符号化情報中のフレーム間明度ベクトル情報、彩度符号化情報中のフレーム間彩度ベクトル情報、及び色相符号化情報中のフレーム間色相ベクトル情報に基づいてそれぞれ、フレーム21内の互いに隣接する明度特徴点25間の明度輪郭構成点26、互いに隣接する彩度特徴点間の彩度輪郭構成点、及び互いに隣接する色相特徴点間の色相輪郭構成点を補間するように構成した場合も同様に、上記の動画像圧縮伸長プログラム1により圧縮された動画像データをより高画質の動画像データに伸長できるという利点がある。なお、ここでいうフレーム間明度ベクトル情報とは、時間軸(Z軸)方向の互いの間隔が一定(フレームレートの逆数としての設定時間)であるフレーム21間の互いに隣接する明度特徴点25間の差分座標をいう。同様に、フレーム間彩度ベクトル情報とは、時間軸方向の互いの間隔が一定であるフレーム21間の互いに隣接する彩度特徴点間の差分座標をいう。フレーム間色相ベクトル情報とは、時間軸方向の互いの間隔が一定であるフレーム21間の互いに隣接する色相特徴点間の差分座標をいう。この場合、フレーム間明度ベクトル情報、フレーム間彩度ベクトル情報、及びフレーム間色相ベクトル情報は、時間軸方向の互いに隣接する明度特徴点25同士の座標、時間軸方向の互いに隣接する彩度特徴点同士の座標、及び時間軸方向の互いに隣接する色相特徴点同士の座標に基づいて算出される。
Further, as shown in FIG. 14, brightness coding information including inter-frame brightness vector information between adjacent brightness feature points 25 between
なお、本実施形態においては、動画像圧縮伸長チップ3により動画像データのハードウェアエンコード及びハードウェアデコードを行うように構成しているが、これに限定されるものではなく、ハードディスクドライブ13等の外部記憶手段に動画像圧縮伸長プログラム1を格納しておき、この動画像圧縮伸長プログラム1をRAM7にロードした状態で制御部5によりソフトウェアエンコード及びソフトウェアデコードを行うように構成してもよい。
In the present embodiment, the moving image compression /
また、動画像圧縮伸長装置2には、マイクロホン等で構成された音声入力部や、スピーカ等で構成された音声出力部等を装備してもよい。動画像圧縮伸長チップ3上の内蔵ROM4又はハードディスクドライブ13等の外部記憶手段等には、音声入力部により入力された音声データを動画像データとシンクロ再生が可能なMP3(MPEG-1 Audio Layer-III)等の形式で圧縮したり、圧縮後の音声データを伸長して音声出力部により再生出力したりする従来公知の音声圧縮伸長プログラムを格納してもよい。
The moving image compression / decompression apparatus 2 may be equipped with an audio input unit configured with a microphone or the like, an audio output unit configured with a speaker or the like. MP3 (MPEG-1 Audio Layer-) which can synchronize and reproduce the audio data input by the audio input unit on the internal storage 4 such as the internal ROM 4 or the
以上のように、本発明に係る動画像圧縮プログラムは、圧縮率を大きくしても動画像データを高画質のまま圧縮できるようにするのに適している。また、本発明に係る動画像伸長プログラムは、上記の動画像圧縮プログラムにより圧縮された動画像データを高画質の動画像データに伸長できるようにするのに適している。 As described above, the moving image compression program according to the present invention is suitable for compressing moving image data with high image quality even when the compression rate is increased. The moving picture decompression program according to the present invention is suitable for enabling the moving picture data compressed by the moving picture compression program to be decompressed into high-quality moving picture data.
1 動画像圧縮伸長プログラム
2 動画像圧縮伸長装置
3 動画像圧縮伸長チップ
4 内蔵ROM
5 制御部
6 ROM
7 RAM
8 ビデオメモリ
9 時計部
10 映像入力部
11 操作部
12 表示部
13 ハードディスクドライブ
15 内蔵制御部
16 内蔵RAM
21 フレーム
22 画素
23 明度領域
24 明度輪郭点
25 明度特徴点
26 明度輪郭構成点
27 明度領域点1 Video compression / decompression program 2 Video compression /
5
7 RAM
8
21
Claims (7)
フレームレート、分割基準明度差、分割基準彩度差、及び分割基準色相差を記憶する記憶手段、
撮影中の映像を映像データとして入力する入力手段、
この入力手段により入力された映像データから、前記記憶手段により記憶されたフレームレートでフレームを生成する生成手段、
この生成手段により生成されたフレーム内の互いに隣接する画素間の明度差、彩度差、及び色相差を算出する差情報算出手段、
この差情報算出手段により算出された明度差が前記記憶手段により記憶された分割基準明度差以下である複数の画素を1つの明度領域として、前記フレームを複数の明度領域に分割し、前記差情報算出手段により算出された彩度差が前記記憶手段により記憶された分割基準彩度差以下である複数の画素を1つの彩度領域として、前記フレームを複数の彩度領域に分割し、前記差情報算出手段により算出された色相差が前記記憶手段により記憶された分割基準色相差以下である複数の画素を1つの色相領域として、前記フレームを複数の色相領域に分割する分割手段、
この分割手段により分割された明度領域内の全画素の明度の平均値、彩度領域内の全画素の彩度の平均値、及び色相領域内の全画素の色相の平均値を算出する平均値算出手段、
前記分割手段により分割された明度領域内の画素、彩度領域内の画素、及び色相領域内の画素からそれぞれ前記明度領域の輪郭を構成する明度輪郭点、前記彩度領域の輪郭を構成する彩度輪郭点、及び前記色相領域の輪郭を構成する色相輪郭点を抽出し、抽出された明度輪郭点、彩度輪郭点、及び色相輪郭点からそれぞれ前記明度輪郭点の頂点を構成する明度特徴点、前記彩度輪郭点の頂点を構成する彩度特徴点、及び前記色相輪郭点の頂点を構成する色相特徴点を抽出する画素圧縮手段、並びに、
前記平均値算出手段により算出された前記明度の平均値及び前記画素圧縮手段により抽出された明度特徴点の前記フレーム上の座標からなる明度符号化情報を前記明度領域に対応付け、前記平均値算出手段により算出された前記彩度の平均値及び前記画素圧縮手段により抽出された彩度特徴点の前記フレーム上の座標からなる彩度符号化情報を前記彩度領域に対応付け、かつ、前記平均値算出手段により算出された前記色相の平均値及び前記画素圧縮手段により抽出された色相特徴点の前記フレーム上の座標からなる色相符号化情報を前記色相領域に対応付けて、前記フレームレートを含む動画像データの圧縮ファイルとして記憶する符号化圧縮手段、
として機能させるための動画像圧縮プログラム。In order to compress moving image data consisting of a number of frames displayed in succession,
Storage means for storing a frame rate, a division reference brightness difference, a division reference saturation difference, and a division reference hue difference;
An input means for inputting the video being shot as video data,
Generating means for generating a frame from the video data input by the input means at a frame rate stored by the storage means;
Difference information calculating means for calculating brightness difference, saturation difference, and hue difference between adjacent pixels in the frame generated by the generating means;
The difference information calculation means divides the frame into a plurality of brightness areas with a plurality of pixels whose brightness difference calculated by the storage means is equal to or less than the division reference brightness difference stored in the storage means, and the difference information Dividing the frame into a plurality of saturation regions by using a plurality of pixels whose saturation difference calculated by the calculation unit is equal to or less than the division reference saturation difference stored by the storage unit as one saturation region, the difference A dividing unit that divides the frame into a plurality of hue regions with a plurality of pixels in which the hue difference calculated by the information calculating unit is equal to or less than the division reference hue difference stored in the storage unit as one hue region;
Average value for calculating the average value of the brightness of all the pixels in the brightness area divided by this dividing means, the average value of the saturation of all the pixels in the saturation area, and the average value of the hue of all the pixels in the hue area Calculation means,
The brightness contour points that form the contour of the brightness region and the saturation that forms the contour of the saturation region from the pixels in the brightness region, the pixels in the saturation region, and the pixels in the hue region that are divided by the dividing unit, respectively. A brightness contour point and a hue contour point constituting the contour of the hue region are extracted, and a brightness feature point that constitutes a vertex of the brightness contour point from the extracted brightness contour point, saturation contour point, and hue contour point, respectively A pixel compression means for extracting a saturation feature point constituting the vertex of the saturation contour point, and a hue feature point constituting the vertex of the hue contour point, and
The lightness coding information comprising the lightness average value calculated by the average value calculation means and the coordinates on the frame of the lightness feature points extracted by the pixel compression means is associated with the lightness area, and the average value calculation is performed. Saturation coding information consisting of the average value of the saturation calculated by the means and the coordinates on the frame of the saturation feature points extracted by the pixel compression means is associated with the saturation area, and the average Hue coding information composed of the average value of the hue calculated by the value calculation unit and the coordinates on the frame of the hue feature point extracted by the pixel compression unit is associated with the hue region, and includes the frame rate. Encoding and compression means for storing the compressed data of moving image data;
Video compression program to function as
分割基準明度差、分割基準彩度差、及び分割基準色相差を記憶する記憶手段、
フレームレートを含む圧縮後の動画像データを記憶するデータ記憶手段、
このデータ記憶手段により記憶された圧縮後の動画像データを伸長して多数のフレームを生成する生成手段、
この生成手段により生成されたフレーム内の互いに隣接する画素間の明度差、彩度差、及び色相差を算出する差情報算出手段、
この差情報算出手段により算出された明度差が前記記憶手段により記憶された分割基準明度差以下である複数の画素を1つの明度領域として、前記フレームを複数の明度領域に分割し、前記差情報算出手段により算出された彩度差が前記記憶手段により記憶された分割基準彩度差以下である複数の画素を1つの彩度領域として、前記フレームを複数の彩度領域に分割し、前記差情報算出手段により算出された色相差が前記記憶手段により記憶された分割基準色相差以下である複数の画素を1つの色相領域として、前記フレームを複数の色相領域に分割する分割手段、
この分割手段により分割された明度領域内の全画素の明度の平均値、彩度領域内の全画素の彩度の平均値、及び色相領域内の全画素の色相の平均値を算出する平均値算出手段、
前記分割手段により分割された明度領域内の画素、彩度領域内の画素、及び色相領域内の画素からそれぞれ前記明度領域の輪郭を構成する明度輪郭点、前記彩度領域の輪郭を構成する彩度輪郭点、及び前記色相領域の輪郭を構成する色相輪郭点を抽出し、抽出された明度輪郭点、彩度輪郭点、及び色相輪郭点からそれぞれ前記明度輪郭点の頂点を構成する明度特徴点、前記彩度輪郭点の頂点を構成する彩度特徴点、及び前記色相輪郭点の頂点を構成する色相特徴点を抽出する画素圧縮手段、並びに、
前記平均値算出手段により算出された前記明度の平均値及び前記画素圧縮手段により抽出された明度特徴点の前記フレーム上の座標からなる明度符号化情報を前記明度領域に対応付け、前記平均値算出手段により算出された前記彩度の平均値及び前記画素圧縮手段により抽出された彩度特徴点の前記フレーム上の座標からなる彩度符号化情報を前記彩度領域に対応付け、かつ、前記平均値算出手段により算出された前記色相の平均値及び前記画素圧縮手段により抽出された色相特徴点の前記フレーム上の座標からなる色相符号化情報を前記色相領域に対応付けて、前記フレームレートを含む動画像データの圧縮ファイルとして記憶する符号化圧縮手段、
として機能させるための動画像圧縮プログラム。In order to compress moving image data consisting of a number of frames displayed in succession,
Storage means for storing a division reference lightness difference, a division reference saturation difference, and a division reference hue difference;
Data storage means for storing compressed video data including a frame rate;
Generating means for expanding the compressed moving image data stored by the data storage means to generate a number of frames;
Difference information calculating means for calculating brightness difference, saturation difference, and hue difference between adjacent pixels in the frame generated by the generating means;
The difference information calculation means divides the frame into a plurality of brightness areas with a plurality of pixels whose brightness difference calculated by the storage means is equal to or less than the division reference brightness difference stored in the storage means, and the difference information Dividing the frame into a plurality of saturation regions by using a plurality of pixels whose saturation difference calculated by the calculation unit is equal to or less than the division reference saturation difference stored by the storage unit as one saturation region, A dividing unit that divides the frame into a plurality of hue regions, with a plurality of pixels in which the hue difference calculated by the information calculating unit is equal to or less than the division reference hue difference stored in the storage unit as one hue region;
Average value for calculating the average value of the brightness of all the pixels in the brightness area divided by this dividing means, the average value of the saturation of all the pixels in the saturation area, and the average value of the hue of all the pixels in the hue area Calculation means,
The brightness contour points that form the contour of the brightness region and the saturation that forms the contour of the saturation region from the pixels in the brightness region, the pixels in the saturation region, and the pixels in the hue region that are divided by the dividing unit, respectively. Brightness contour points and hue contour points that constitute the contour of the hue area, and brightness feature points that constitute the vertices of the brightness contour points from the extracted brightness contour points, saturation contour points, and hue contour points, respectively A pixel compression means for extracting a saturation feature point constituting the vertex of the saturation contour point, and a hue feature point constituting the vertex of the hue contour point, and
The average value calculation is performed by associating the brightness value information calculated by the average value of the brightness calculated by the average value calculation unit and the coordinates on the frame of the brightness feature point extracted by the pixel compression unit with the brightness region. Saturation coding information consisting of the average value of the saturation calculated by the means and the coordinates on the frame of the saturation feature points extracted by the pixel compression means is associated with the saturation region, and the average Hue coding information consisting of the average value of the hue calculated by the value calculation unit and the coordinates on the frame of the hue feature point extracted by the pixel compression unit is associated with the hue region and includes the frame rate. Encoding and compression means for storing the compressed data of moving image data;
Video compression program to function as
符号化圧縮手段により記憶された明度符号化情報中の明度特徴点の座標、彩度符号化情報中の彩度特徴点の座標、及び色相符号化情報中の特徴点の座標に基づいてそれぞれ明度特徴点、彩度特徴点、及び色相特徴点を仮想フレーム上にプロットする復号化手段、
この復号化手段によりプロットされた明度特徴点の座標、彩度特徴点の座標、及び色相特徴点の座標に基づいてそれぞれ、互いに隣接する明度特徴点間の明度輪郭構成点、互いに隣接する彩度特徴点間の彩度輪郭構成点、及び互いに隣接する色相特徴点間の色相輪郭構成点を補間して前記仮想フレーム上にプロットする補間手段、
前記復号化手段によりプロットされた明度特徴点の座標、彩度特徴点の座標、色相特徴点の座標、前記補間手段によりプロットされた明度輪郭構成点の座標、彩度輪郭構成点の座標、及び色相輪郭構成点の座標に基づいてそれぞれ明度領域中の明度領域点、彩度領域中の彩度領域点、及び色相領域中の色相領域点を前記仮想フレーム上にプロットすると共に、前記明度特徴点と前記明度輪郭構成点と前記明度領域点とからなる明度領域内の全画素の明度を前記明度符号化情報中の明度の平均値とし、前記彩度特徴点と前記彩度輪郭構成点と前記彩度領域点とからなる彩度領域内の全画素の彩度を前記彩度符号化情報中の彩度の平均値とし、かつ、前記色相特徴点と前記色相輪郭構成点と前記色相領域点とからなる色相領域内の全画素の色相を前記色相符号化情報中の色相の平均値として、請求項1又は2記載の動画像圧縮プログラムにより圧縮された動画像データ中のフレームレートでフレームを復元する復元手段、並びに、
この復元手段により復元されたフレームを表示する表示手段、
として機能させるための動画像伸長プログラム。A computer for decompressing moving image data compressed by the moving image compression program according to claim 1,
Lightness based on the coordinates of the lightness feature points in the lightness coding information stored by the coding compression means, the coordinates of the saturation feature points in the saturation coding information, and the coordinates of the feature points in the hue coding information. Decoding means for plotting feature points, saturation feature points, and hue feature points on a virtual frame;
Based on the coordinates of the brightness feature points, the coordinates of the saturation feature points, and the coordinates of the hue feature points plotted by the decoding means, the brightness contour constituent points between the brightness feature points adjacent to each other, and the saturations adjacent to each other Interpolating means for interpolating the saturation contour composing points between feature points and the hue contour composing points between mutually adjacent hue feature points and plotting them on the virtual frame;
The coordinates of the brightness feature points, the coordinates of the saturation feature points, the coordinates of the hue feature points plotted by the decoding means, the coordinates of the brightness contour constituent points, the coordinates of the saturation contour constituent points plotted by the interpolation means, and Based on the coordinates of the hue contour constituent points, the brightness area point in the brightness area, the saturation area point in the saturation area, and the hue area point in the hue area are plotted on the virtual frame, and the brightness feature point And the brightness value of all the pixels in the brightness area consisting of the brightness contour constituent point and the brightness area point as an average value of brightness in the brightness coding information, the saturation feature point, the saturation contour constituent point, and the The saturation of all the pixels in the saturation area consisting of the saturation area points is the average value of the saturations in the saturation encoding information, and the hue feature point, the hue contour component point, and the hue area point The hues of all pixels in the hue area consisting of As the average value of the hue in the serial color coding information, restoring means for restoring the frame at a frame rate of the compressed moving picture data by claim 1 or 2, wherein the moving picture compression program, and,
Display means for displaying the frame restored by the restoration means;
Video decompression program to function as
符号化圧縮手段により記憶された明度符号化情報中の明度特徴点の座標、彩度符号化情報中の彩度特徴点の座標、及び色相符号化情報中の特徴点の座標に基づいてそれぞれ明度特徴点、彩度特徴点、及び色相特徴点を仮想フレーム上にプロットする復号化手段、
この復号化手段によりプロットされた明度特徴点の座標、彩度特徴点の座標、色相特徴点の座標、前記符号化圧縮手段により記憶された明度符号化情報中の明度ベクトル情報、彩度符号化情報中の彩度ベクトル情報、及び色相符号化情報中の色相ベクトル情報に基づいてそれぞれ、互いに隣接する明度特徴点間の明度輪郭構成点、互いに隣接する彩度特徴点間の彩度輪郭構成点、及び互いに隣接する色相特徴点間の色相輪郭構成点を補間して前記仮想フレーム上にプロットする補間手段、
前記復号化手段によりプロットされた明度特徴点の座標、彩度特徴点の座標、色相特徴点の座標、前記補間手段によりプロットされた明度輪郭構成点の座標、彩度輪郭構成点の座標、及び色相輪郭構成点の座標に基づいてそれぞれ明度領域中の明度領域点、彩度領域中の彩度領域点、及び色相領域中の色相領域点を前記仮想フレーム上にプロットすると共に、前記明度特徴点と前記明度輪郭構成点と前記明度領域点とからなる明度領域内の全画素の明度を前記明度符号化情報中の明度の平均値とし、前記彩度特徴点と前記彩度輪郭構成点と前記彩度領域点とからなる彩度領域内の全画素の彩度を前記彩度符号化情報中の彩度の平均値とし、かつ、前記色相特徴点と前記色相輪郭構成点と前記色相領域点とからなる色相領域内の全画素の色相を前記色相符号化情報中の色相の平均値として、請求項4記載の動画像圧縮プログラムにより圧縮された動画像データ中のフレームレートでフレームを復元する復元手段、並びに、
この復元手段により復元されたフレームを表示する表示手段、
として機能させるための動画像伸長プログラム。A computer for decompressing moving image data compressed by the moving image compression program according to claim 4,
Lightness based on the coordinates of the lightness feature points in the lightness coding information stored by the coding compression means, the coordinates of the saturation feature points in the saturation coding information, and the coordinates of the feature points in the hue coding information. Decoding means for plotting feature points, saturation feature points, and hue feature points on a virtual frame;
Coordinates of brightness feature points, coordinates of saturation feature points, coordinates of hue feature points plotted by the decoding means, brightness vector information in the brightness coding information stored by the coding compression means, and saturation coding Based on the saturation vector information in the information and the hue vector information in the hue coding information, the lightness contour constituent points between the lightness feature points adjacent to each other and the saturation contour constituent points between the saturation feature points adjacent to each other Interpolation means for interpolating hue contour constituent points between hue feature points adjacent to each other and plotting them on the virtual frame;
The coordinates of the brightness feature points, the coordinates of the saturation feature points, the coordinates of the hue feature points plotted by the decoding means, the coordinates of the brightness contour constituent points, the coordinates of the saturation contour constituent points plotted by the interpolation means, and Based on the coordinates of the hue contour constituent points, the brightness area point in the brightness area, the saturation area point in the saturation area, and the hue area point in the hue area are plotted on the virtual frame, and the brightness feature point And the brightness value of all the pixels in the brightness area consisting of the brightness contour constituent point and the brightness area point as an average value of brightness in the brightness coding information, the saturation feature point, the saturation contour constituent point, and the The saturation of all the pixels in the saturation area consisting of the saturation area points is the average value of the saturations in the saturation encoding information, and the hue feature point, the hue contour component point, and the hue area point The hues of all pixels in the hue area consisting of As the average value of the hue in the serial color coding information, restoring means for restoring the frame at a frame rate of the moving image in data compressed by claim 4, wherein the moving picture compression program, and,
Display means for displaying the frame restored by the restoration means;
Video decompression program to function as
符号化圧縮手段により記憶された明度符号化情報中の明度特徴点の座標、彩度符号化情報中の彩度特徴点の座標、及び色相符号化情報中の特徴点の座標に基づいてそれぞれ明度特徴点、彩度特徴点、及び色相特徴点を仮想フレーム上にプロットする復号化手段、
この復号化手段によりプロットされた明度特徴点の座標、彩度特徴点の座標、色相特徴点の座標、前記符号化圧縮手段により記憶された明度符号化情報中のフレーム間明度ベクトル情報、彩度符号化情報中のフレーム間彩度ベクトル情報、及び色相符号化情報中のフレーム間色相ベクトル情報に基づいてそれぞれ、互いに隣接する明度特徴点間の明度輪郭構成点、互いに隣接する彩度特徴点間の彩度輪郭構成点、及び互いに隣接する色相特徴点間の色相輪郭構成点を補間して前記仮想フレーム上にプロットする補間手段、
前記復号化手段によりプロットされた明度特徴点の座標、彩度特徴点の座標、色相特徴点の座標、前記補間手段によりプロットされた明度輪郭構成点の座標、彩度輪郭構成点の座標、及び色相輪郭構成点の座標に基づいてそれぞれ明度領域中の明度領域点、彩度領域中の彩度領域点、及び色相領域中の色相領域点を前記仮想フレーム上にプロットすると共に、前記明度特徴点と前記明度輪郭構成点と前記明度領域点とからなる明度領域内の全画素の明度を前記明度符号化情報中の明度の平均値とし、前記彩度特徴点と前記彩度輪郭構成点と前記彩度領域点とからなる彩度領域内の全画素の彩度を前記彩度符号化情報中の彩度の平均値とし、かつ、前記色相特徴点と前記色相輪郭構成点と前記色相領域点とからなる色相領域内の全画素の色相を前記色相符号化情報中の色相の平均値として、請求項6記載の動画像圧縮プログラムにより圧縮された動画像データ中のフレームレートでフレームを復元する復元手段、並びに、
この復元手段により復元されたフレームを表示する表示手段、
として機能させるための動画像伸長プログラム。A computer for decompressing moving image data compressed by the moving image compression program according to claim 6,
Lightness based on the coordinates of the lightness feature points in the lightness coding information stored by the coding compression means, the coordinates of the saturation feature points in the saturation coding information, and the coordinates of the feature points in the hue coding information. Decoding means for plotting feature points, saturation feature points, and hue feature points on a virtual frame;
Coordinates of brightness feature points, coordinates of saturation feature points, coordinates of hue feature points plotted by the decoding means, inter-frame brightness vector information in the brightness encoded information stored by the encoding compression means, saturation Based on the inter-frame saturation vector information in the encoded information and the inter-frame hue vector information in the hue encoded information, respectively, between the lightness contour constituting points between the adjacent lightness feature points and between the adjacent saturation feature points Interpolating means for interpolating hue contour composing points between hue feature points adjacent to each other and hue feature points adjacent to each other, and plotting them on the virtual frame,
The coordinates of the brightness feature points, the coordinates of the saturation feature points, the coordinates of the hue feature points plotted by the decoding means, the coordinates of the brightness contour constituent points, the coordinates of the saturation contour constituent points plotted by the interpolation means, and Based on the coordinates of the hue contour constituent points, the brightness area point in the brightness area, the saturation area point in the saturation area, and the hue area point in the hue area are plotted on the virtual frame, and the brightness feature point And the brightness value of all the pixels in the brightness area consisting of the brightness contour constituent point and the brightness area point as an average value of brightness in the brightness coding information, the saturation feature point, the saturation contour constituent point, and the The saturation of all the pixels in the saturation area consisting of the saturation area points is the average value of the saturations in the saturation encoding information, and the hue feature point, the hue contour component point, and the hue area point The hues of all pixels in the hue area consisting of As the average value of the hue in the serial color coding information, restoring means for restoring the frame at a frame rate of the compressed moving picture data by claim 6, wherein the moving picture compression program, and,
Display means for displaying the frame restored by the restoration means;
Video decompression program to function as
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2005/010564 WO2006131970A1 (en) | 2005-06-09 | 2005-06-09 | Moving picture compression program and moving picture decompression program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP3967368B2 true JP3967368B2 (en) | 2007-08-29 |
JPWO2006131970A1 JPWO2006131970A1 (en) | 2009-01-08 |
Family
ID=37498182
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006553005A Expired - Fee Related JP3967368B2 (en) | 2005-06-09 | 2005-06-09 | Video compression program and video decompression program |
Country Status (2)
Country | Link |
---|---|
JP (1) | JP3967368B2 (en) |
WO (1) | WO2006131970A1 (en) |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002525988A (en) * | 1998-09-24 | 2002-08-13 | ザ トラスティーズ オブ コロンビア ユニヴァーシティ イン ザ シティ オブ ニューヨーク | System and method for semantic video object segmentation |
KR100378351B1 (en) * | 2000-11-13 | 2003-03-29 | 삼성전자주식회사 | Method and apparatus for measuring color-texture distance, and method and apparatus for sectioning image into a plurality of regions using the measured color-texture distance |
-
2005
- 2005-06-09 JP JP2006553005A patent/JP3967368B2/en not_active Expired - Fee Related
- 2005-06-09 WO PCT/JP2005/010564 patent/WO2006131970A1/en active Application Filing
Also Published As
Publication number | Publication date |
---|---|
WO2006131970A1 (en) | 2006-12-14 |
JPWO2006131970A1 (en) | 2009-01-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4130207B2 (en) | Image processing display device and image processing display method | |
JP3966691B2 (en) | Continuous tone compression apparatus and method, data processing apparatus and device, and recording medium on which program for executing the method is recorded | |
US20050201632A1 (en) | Resolution changing method and apparatus | |
TW201939953A (en) | Image compression system and method for compressing images with an image compression system | |
JP3967368B2 (en) | Video compression program and video decompression program | |
JP2009077183A (en) | Data compressor, data compression/extension system, and data compression method | |
JP3979403B2 (en) | Image information processing apparatus and image information processing method | |
JP2011151572A (en) | Image data processor and operating method thereof | |
JP2001204044A (en) | Image processing method and image processing unit | |
JP4274187B2 (en) | Display data decompression method, display data compression / decompression method, display data decompression device, and display data compression / decompression device | |
JP5012668B2 (en) | Image processing apparatus, image processing method, and program | |
US6965642B2 (en) | Method and device for compressing and decompressing moving image data and information recording medium | |
JP2001144934A (en) | Method and device for image synthesis | |
WO2024183761A1 (en) | Animation data generation method, animation data playback method, and device and storage medium | |
TWI493502B (en) | Processing method for image rotating and apparatus thereof | |
JP2016005086A (en) | Image recording system and image recording and reproducing device | |
JP4364729B2 (en) | Image data compression / decompression method and image processing apparatus | |
JP2003309719A (en) | Image processing apparatus and image processing method | |
JP2001085999A (en) | Image compression and expansion device | |
JP6191210B2 (en) | Image compression device | |
JPH10276397A (en) | Digital still camera | |
JPH11284840A (en) | Image forming device | |
JPH05260521A (en) | Reproduction processing method for compressed moving image data | |
JP2002010291A (en) | Video signal conversion apparatus | |
JP4804562B2 (en) | Video signal processing apparatus and method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
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: 20070515 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20061218 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20070530 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S303 | Written request for registration of pledge or change of pledge |
Free format text: JAPANESE INTERMEDIATE CODE: R316303 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100608 Year of fee payment: 3 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140608 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140608 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140608 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140608 Year of fee payment: 7 |
|
LAPS | Cancellation because of no payment of annual fees |