CN111199520A - FPGA implementation method for color image scale expansion based on cubic convolution algorithm - Google Patents

FPGA implementation method for color image scale expansion based on cubic convolution algorithm Download PDF

Info

Publication number
CN111199520A
CN111199520A CN201811374565.0A CN201811374565A CN111199520A CN 111199520 A CN111199520 A CN 111199520A CN 201811374565 A CN201811374565 A CN 201811374565A CN 111199520 A CN111199520 A CN 111199520A
Authority
CN
China
Prior art keywords
image
fpga
cubic convolution
algorithm
matrix
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
CN201811374565.0A
Other languages
Chinese (zh)
Other versions
CN111199520B (en
Inventor
王茂义
董诚辰
燕一松
张辉
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.)
Beijing Huahang Radio Measurement Research Institute
Original Assignee
Beijing Huahang Radio Measurement Research Institute
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 Beijing Huahang Radio Measurement Research Institute filed Critical Beijing Huahang Radio Measurement Research Institute
Priority to CN201811374565.0A priority Critical patent/CN111199520B/en
Publication of CN111199520A publication Critical patent/CN111199520A/en
Application granted granted Critical
Publication of CN111199520B publication Critical patent/CN111199520B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/70Denoising; Smoothing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • G06T3/4007Scaling of whole images or parts thereof, e.g. expanding or contracting based on interpolation, e.g. bilinear interpolation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10024Color image
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)

Abstract

The invention discloses a color image scale expansion FPGA implementation method based on a cubic convolution algorithm, which optimizes the algorithm according to the basic principle of a cubic convolution interpolation algorithm, and optimizes floating-point matrix operation into parameter template M operation with integer coefficients; and reading the color image file by using the matlab, and processing the FPGA image according to the optimized cubic convolution interpolation algorithm. The processed image has clear edge and fine gray level change, and the defects of fuzzy edge and discontinuous gray level of the image processed by the nearest neighbor interpolation method and the bilinear interpolation method are overcome.

Description

FPGA implementation method for color image scale expansion based on cubic convolution algorithm
Technical Field
The invention belongs to the field of digital signal processing, and particularly relates to an FPGA (field programmable gate array) implementation method for color image scale expansion based on a cubic convolution algorithm.
Background
In the process of identifying the target of a human in a loop, when a pilot or an operator selects a tracking target, the selection is difficult due to the fact that the distance is long and the target is small. If the scale of the small target image shot in a long distance is enlarged by 4 times or more, the resolution of the image is improved, the target of the image is clearly visible and is easy to distinguish, and the difficulty of selecting a tracking target is greatly reduced.
One of the image scaling is to change the size of an image as needed to reduce or enlarge the image in a certain ratio. In the digital geometric transformation, the image scale transformation belongs to a more complex operation, different algorithms have a great influence on the quality of the processed image, and the pixels of the processed new image can not be found in the original image and can only be approximately processed by an interpolation method. Common scale conversion algorithms include nearest neighbor interpolation, bilinear interpolation, and cubic convolution interpolation. Wherein, the nearest neighbor interpolation method has serious sawtooth phenomenon at the edge of the processed image; the image edge after bilinear interpolation has obvious grid phenomenon, the edge gray scale is discontinuous, and the resolution of the image can not be effectively improved. The cubic convolution interpolation method has large operation amount, complex floating point type operation exists, and template control operation is not facilitated.
Disclosure of Invention
In view of the above problems, the present invention needs to provide a method for enlarging the scale of a color image, which can effectively improve the resolution of the image, and the processed image has clear edges and fine gray scale change.
In order to solve the technical problem, the invention provides an FPGA implementation method for color image scale expansion based on a cubic convolution algorithm, which comprises the following steps:
step 1, optimizing an algorithm according to the basic principle of a cubic convolution interpolation algorithm, and optimizing floating-point type matrix operation into parameter template M operation with integral coefficients;
and 2, reading the color image file by using matlab, and processing the FPGA image according to the cubic convolution interpolation algorithm optimized in the step 1.
Further, the step 1 is realized by the following method:
if the gray value f' (x, y) of any point (x, y) of the output image corresponds to the gray value f (i + u, j + v) with the input source image coordinate (i + u, j + v), wherein i, j, u and v are shown in formula (1):
i=[x/2],j=[y/2],u=x/2-i,v=y/2-j (1)
f(i+u,j+v)=A×B×C (2)
in the formula (2), A, B and C are all matrixes.
A=[S(1+u) S(u) S(1-u) S(2-u)](3)
Figure BDA0001870348580000021
Figure BDA0001870348580000022
Wherein S (w) is an approximation of sin (w)/w;
Figure BDA0001870348580000023
substituting equations (3), (4) and (5) into equation (2) to obtain f (i + u, j + v) ═ axbxc ═ mxb,
wherein M is shown in the formula (7),
Figure BDA0001870348580000024
further, the step 2 performs the FPGA image processing according to the optimized cubic convolution interpolation algorithm, and includes the following steps:
the method comprises the following steps that (1) according to input image parameters, the line cache depth in an FPGA and the serial connection framework setting between a line cache and a trigger are carried out;
step (2) controlling the reading time of the line cache;
and (3) calculating the gray level of the processed image.
Preferably, the step (1) sets the depth of the line cache in the FPGA and sets the serial and parallel connection architecture between the line cache and the flip-flop, and the specific implementation method is as follows:
4 FIFOs with the depth of 1024 bytes are generated in the FPGA, the 4 FIFOs are connected end to end, 3 triggers are connected behind each FIFO, and the depth of the FIFOs is larger than the number of pixels of each line of the input source image.
The step (2) of controlling the read timing of the line cache comprises the following processes:
when reading FIFO, reading every 3 clock cycles, keeping the data of the output end of the trigger at 3 clock cycles, performing serial processing of RGB three-color information, and in the serial processing process, sequentially starting R, G, B interpolation operation of single-path data by 3 clock edges;
when processing a certain line of data of an output image, the line coordinate x is not changed, the column coordinate y is changed alternately even and odd, the parallel processing simultaneously starts the interpolation operation of which y is odd and y is even, and the parameter template M also needs to be changed according to the parity of y during the operation.
The step (3) calculates the processed image gray scale, specifically as follows:
if the row coordinates x and y are both odd numbers, the parameter template M is shown as a formula (8), the diagonal angles of the parameters are consistent, by utilizing the characteristic, the elements of the corresponding positions of the 1 st column and the 4 th column, the 2 nd column and the 3 rd column of the output end of the trigger are added during calculation to obtain a 4 x 2 matrix B1, the parameter template corresponding to the B1 is a matrix M1, then the corresponding elements of the 1 st row and the 4 th row, the 2 nd row and the 3 rd row in the matrix B1 are added to obtain a 2 x 2 matrix B2, and the B2 corresponds to the moment thereof
Figure BDA0001870348580000031
Figure BDA0001870348580000032
The matrix M2, M1 and M2 are shown in formula (9); adding element B2(1,2) and B2(2,1) in matrix B2, and multiplying by coefficient M2(2,1) to obtain sum 1; multiplying B2(2,2) by a parameter matrix M2(2,2), and adding B2(1,1) to obtain sum 2; finally, subtracting sum1 from sum2, and dividing by 64 to obtain the final result f' (x, y).
The invention has the following beneficial effects:
the method optimizes the algorithm according to the basic principle of the cubic convolution interpolation algorithm, optimizes the floating-point matrix operation with large calculation amount into the parameter template operation with integer coefficients, and adapts to FPGA transplantation of the algorithm. The processing characteristics of the FPGA are fully utilized, a serial connection framework between the FIFO and the trigger in the FPGA and the flow calculation of the parameter template are designed, and the real-time processing of color image scale enlargement is realized. The gray level of the processed image edge is excessively natural, the outline is fine and smooth, and no obvious saw tooth or net phenomenon exists. The invention can enlarge the global or local target of the image, and is beneficial to the selection of the moving target image when a pilot or an operator tracks the target in the process of identifying the target of the loop.
Drawings
FIG. 1 is a diagram of the FIFO connection architecture of the present invention;
FIG. 2 is a schematic diagram of the calculation process of cubic convolution interpolation according to the present invention;
FIG. 3 is a comparison of image edges after processing by three interpolation algorithms in accordance with the present invention;
Detailed Description
The specific implementation mode of the invention provides an FPGA implementation method for color image scale expansion based on a cubic convolution algorithm, which comprises the following steps: step 1: basic principle and optimization of cubic convolution; step 2: determining the depth of a line cache and a connection framework of the line cache according to the input image parameters; and step 3: controlling the reading time of the line cache according to the step 1 and the step 2; step 4, calculating the gray level of the processed image; and 5, realizing the real-time performance of the algorithm by the FPGA.
The steps of the above method will be described in detail with reference to fig. 1 to 3.
Step 1: the basic principle of cubic convolution and optimization. The cubic convolution is also called an inner cubic interpolation method, and the basic principle is as follows: if the gray value f' (x, y) of any point (x, y) of the output image corresponds to the gray value f (i + u, j + v) with the input source image coordinate (i + u, j + v), wherein i, j, u and v are shown in formula (1):
i=[x/2],j=[y/2],u=x/2-i,v=y/2-j (1)
f(i+u,j+v)=A×B×C (2)
in the formula (2), A, B and C are all matrixes.
A=[S(1+u) S(u) S(1-u) S(2-u)](3)
Figure BDA0001870348580000051
Figure BDA0001870348580000052
Where S (w) is an approximation of sin (w)/w.
Figure BDA0001870348580000053
The equations (3), (4) and (5) are substituted into the equation (2) to obtain f (i + u, j + v) ═ a × B × C ═ M × B, where M is represented by the equation (7).
Figure BDA0001870348580000054
Substituting u and v into formula (6) according to the parity of any point coordinate (x, y) of the output image to obtain the specific coefficient corresponding to the matrix M, multiplying M and the element at the corresponding position of B, and summing to obtain the gray value f (i + u, j + v)
Step 2: and determining the depth of the line cache and the connection architecture of the line cache according to the input image parameters. The input data is color RGB with 24 bits, image size 960x540, i.e. 960 RGB data per line, 540 lines per frame, and the input clock frequency is 40 Mhz.
In fpga, a series-parallel combined processing mode is adopted to perform real-time processing of enlarging the scale by 2 times on RGB three-way information of a color digital image. Firstly, 4 FIFOs with the depth of 1024 bytes are generated in the FPGA, the 4 FIFOs are connected end to end, and 3 triggers are connected behind each FIFO so as to register 4 columns of data of each row, wherein the connection mode is shown in figure 1. The depth of the FIFO is greater than the number of pixels per line of the input source image. The structure is that the data read from the previous FIFO is written into the next FIFO, 4 rows of data are stored simultaneously, the read enable of 4 FIFOs is consistent, so that 4 rows and 4 columns of data appear at the output end of a trigger simultaneously, and interpolation operation is carried out
And step 3: according to the step 1 and the step 2, the reading time of the line cache is controlled. When reading the FIFO, reading once every 3 clock cycles, keeping the data of the output end of the trigger for 3 clock cycles, and performing serial processing of RGB three-color information. In the serial processing process, 3 clock edges sequentially start R, G, B interpolation operation of single-path data, so that registers of each path of data can be multiplexed, and logic resources of fpga are saved; when processing a certain row of data of an output image, the row coordinate x is unchanged and the column coordinate y is odd-even alternation. Therefore, the parallel processing means that the interpolation operation in which y is an odd number and y is an even number is started at the same time, and the parameter template M also needs to be changed according to the parity of y during the operation.
And 4, step 4: calculating the gray level of the processed image; if the row coordinates x and y are both odd numbers, the parameter template M has the same diagonal as the parameter shown in equation (8). By using the characteristic, the elements at the corresponding positions of the 1 st column, the 4 th column, the 2 nd column and the 3 rd column of the output end of the trigger are added during calculation to obtain a 4 x 2 matrix B1, and a parameter template corresponding to B1 is a matrix M1. Adding corresponding elements of the 1 st row and the 4 th row, the 2 nd row and the 3 rd row in the matrix B1 to obtain a 2 x 2 matrix B2, wherein the B2 corresponds to the matrixes M1 and M2 which are as common
Figure BDA0001870348580000061
Figure BDA0001870348580000062
Formula (9). Since the elements M2(2,1) and M2(1,2) of the parameter template M2 are identical and are both 5, the elements B2(1,2) and B2(2,1) in the matrix B2 are added and multiplied by the coefficient M2(2,1) to obtain sum 1; multiplying B2(2,2) by a parameter matrix M2(2,2), and adding B2(1,1) to obtain sum 2; finally, subtracting sum1 from sum2, and dividing by 64 to obtain the final result f' (x, y), the calculation process is shown in FIG. 2. Only 2 fpga multipliers are used in the calculation process, and because RGB three-color information is processed in series and the registers are also multiplexed, the calculation process is delayed by 6 clock cycles
And 5: and the FPGA realizes the real-time performance of the algorithm. According to the characteristic of the parameter template M, when any one of the row coordinate x and the column coordinate y is an odd number, the processing process only uses 1 multiplier of fpga, and 4 clock cycles are delayed; when both the row coordinate x and the column coordinate y are even, the processing is delayed by only 1 clock cycle. The whole calculation process is the processing of a pipeline, and the processing time is not additionally occupied. During board level testing, the TXT file written by matlab is used as a data source and is solidified into the on-chip ROM for actual board level testing. And in the testing process, Chipscope software is used for randomly monitoring the processed image data of a certain line, and the image data is compared with the simulated color image data, so that the calculation result is consistent.
With the present invention, a color image (fig. 3(a)) is processed, and the result after the processing is shown in fig. 3 (d). Compared with the image processed by the nearest neighbor interpolation method (figure 3(b)) and the image processed by the bilinear interpolation method (figure 3(c)), the method overcomes the defects of the two interpolation methods, and has natural image edge gray scale process, fine outline and no obvious sawtooth and net phenomenon.

Claims (6)

1. An FPGA implementation method for color image scale expansion based on a cubic convolution algorithm is characterized by comprising the following steps:
step 1, optimizing an algorithm according to the basic principle of a cubic convolution interpolation algorithm, and optimizing floating-point type matrix operation into parameter template M operation with integral coefficients;
and 2, reading the color image file by using matlab, and processing the FPGA image according to the cubic convolution interpolation algorithm optimized in the step 1.
2. The FPGA implementation method for color image scale expansion based on the cubic convolution algorithm as claimed in claim 1, wherein: the step 1 is realized by the following method:
if the gray value f' (x, y) of any point (x, y) of the output image corresponds to the gray value f (i + u, j + v) with the input source image coordinate (i + u, j + v), wherein i, j, u and v are shown in formula (1):
i=[x/2],j=[y/2],u=x/2-i,v=y/2-j (1)
f(i+u,j+v)=A×B×C (2)
in the formula (2), A, B and C are all matrixes.
A=[S(1+u) S(u) S(1-u) S(2-u)](3)
Figure FDA0001870348570000011
Figure FDA0001870348570000012
Wherein S (w) is an approximation of sin (w)/w;
Figure FDA0001870348570000013
substituting equations (3), (4) and (5) into equation (2) to obtain f (i + u, j + v) ═ axbxc ═ mxb,
wherein M is shown in the formula (7),
Figure FDA0001870348570000021
3. the FPGA implementation method for color image scale expansion based on the cubic convolution algorithm as claimed in claim 1, wherein: the step 2 of processing the FPGA image according to the optimized cubic convolution interpolation algorithm comprises the following steps:
the method comprises the following steps that (1) according to input image parameters, the line cache depth in an FPGA and the serial connection framework setting between a line cache and a trigger are carried out;
step (2) controlling the reading time of the line cache;
and (3) calculating the gray level of the processed image.
4. The FPGA implementation method for color image scale expansion based on the cubic convolution algorithm as claimed in claim 3, wherein: the step (1) of setting the line cache depth in the FPGA and setting the serial connection architecture between the line cache and the trigger comprises the following specific implementation methods:
4 FIFOs with the depth of 1024 bytes are generated in the FPGA, the 4 FIFOs are connected end to end, 3 triggers are connected behind each FIFO, and the depth of the FIFOs is larger than the number of pixels of each line of the input source image.
5. The FPGA implementation method for color image scale expansion based on the cubic convolution algorithm as recited in claim 4, wherein: the step (2) of controlling the read timing of the line cache comprises the following processes:
when reading FIFO, reading every 3 clock cycles, keeping the data of the output end of the trigger at 3 clock cycles, performing serial processing of RGB three-color information, and in the serial processing process, sequentially starting R, G, B interpolation operation of single-path data by 3 clock edges;
when processing a certain line of data of an output image, the line coordinate x is not changed, the column coordinate y is changed alternately even and odd, the parallel processing simultaneously starts the interpolation operation of which y is odd and y is even, and the parameter template M also needs to be changed according to the parity of y during the operation.
6. The FPGA implementation method for color image scale expansion based on the cubic convolution algorithm as recited in claim 3 or 5, wherein: the step (3) calculates the processed image gray scale, specifically as follows:
if the row coordinates x and y are both odd numbers, the parameter template M is shown as a formula (8), the diagonal angles of the parameters are consistent, by utilizing the characteristic, the elements of the corresponding positions of the 1 st column and the 4 th column, the 2 nd column and the 3 rd column of the output end of the trigger are added during calculation to obtain a 4 x 2 matrix B1, the parameter template corresponding to the B1 is a matrix M1, then the corresponding elements of the 1 st row and the 4 th row, the 2 nd row and the 3 rd row in the matrix B1 are added to obtain a 2 x 2 matrix B2, and the B2 corresponds to the moment thereof
Figure FDA0001870348570000031
Figure FDA0001870348570000032
The matrix M2, M1 and M2 are shown in formula (9); adding element B2(1,2) and B2(2,1) in matrix B2, and multiplying by coefficient M2(2,1) to obtain sum 1; multiplying B2(2,2) by a parameter matrix M2(2,2), and adding B2(1,1) to obtain sum 2; finally, subtracting sum1 from sum2, and dividing by 64 to obtain the final result f' (x, y).
CN201811374565.0A 2018-11-19 2018-11-19 FPGA implementation method for color image scale expansion based on three-time convolution algorithm Active CN111199520B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811374565.0A CN111199520B (en) 2018-11-19 2018-11-19 FPGA implementation method for color image scale expansion based on three-time convolution algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811374565.0A CN111199520B (en) 2018-11-19 2018-11-19 FPGA implementation method for color image scale expansion based on three-time convolution algorithm

Publications (2)

Publication Number Publication Date
CN111199520A true CN111199520A (en) 2020-05-26
CN111199520B CN111199520B (en) 2023-07-14

Family

ID=70745702

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811374565.0A Active CN111199520B (en) 2018-11-19 2018-11-19 FPGA implementation method for color image scale expansion based on three-time convolution algorithm

Country Status (1)

Country Link
CN (1) CN111199520B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030133608A1 (en) * 2002-01-16 2003-07-17 Eastman Kodak Company Vertical black line removal implementation
CN101877121A (en) * 2009-10-30 2010-11-03 中国科学院光电技术研究所 Intermediate frequency based method for blindly restoring image
CN106598603A (en) * 2016-12-16 2017-04-26 北京华航无线电测量研究所 Standby method of signal processing system
CN106780383A (en) * 2016-12-13 2017-05-31 长春理工大学 The depth image enhancement method of TOF camera
CN107358166A (en) * 2017-06-16 2017-11-17 华南理工大学 A kind of staircase mouth passenger flow congestion detection means and its passenger flow congestion level method of discrimination
CN107633225A (en) * 2017-09-18 2018-01-26 北京金山安全软件有限公司 Information obtaining method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030133608A1 (en) * 2002-01-16 2003-07-17 Eastman Kodak Company Vertical black line removal implementation
CN101877121A (en) * 2009-10-30 2010-11-03 中国科学院光电技术研究所 Intermediate frequency based method for blindly restoring image
CN106780383A (en) * 2016-12-13 2017-05-31 长春理工大学 The depth image enhancement method of TOF camera
CN106598603A (en) * 2016-12-16 2017-04-26 北京华航无线电测量研究所 Standby method of signal processing system
CN107358166A (en) * 2017-06-16 2017-11-17 华南理工大学 A kind of staircase mouth passenger flow congestion detection means and its passenger flow congestion level method of discrimination
CN107633225A (en) * 2017-09-18 2018-01-26 北京金山安全软件有限公司 Information obtaining method and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
陈志杰: "高清混合视频矩阵的研究及FPGA实现" *
陈志杰: "高清混合视频矩阵的研究及FPGA实现", 《中国优秀硕士学位论文全文数据库信息科技辑》, no. 02, pages 27 - 30 *

Also Published As

Publication number Publication date
CN111199520B (en) 2023-07-14

Similar Documents

Publication Publication Date Title
EP0079542A2 (en) Two-dimensional digital linear interpolation system
CN108986033A (en) Image-scaling method based on bilinear interpolation algorithm processing
JP5837153B2 (en) Method and apparatus for image processing at pixel speed
CN100455002C (en) Method and circuit for zooming digital video image based on dual quadratic interpolation
CN102098509B (en) Reconfigurable interpolation filter based on Farrow structure
He et al. FPGA-based real-time super-resolution system for ultra high definition videos
CN112233019A (en) ISP color interpolation method and device based on self-adaptive Gaussian kernel
WO2023160426A1 (en) Video frame interpolation method and apparatus, training method and apparatus, and electronic device
WO2017182789A1 (en) Blending images
JP4868576B2 (en) Image processing device
Hsia et al. VLSI implementation of low-power high-quality color interpolation processor for CCD camera
CN111199520A (en) FPGA implementation method for color image scale expansion based on cubic convolution algorithm
CN111107295B (en) Video scaling method based on FPGA and nonlinear interpolation
CN101345887B (en) Improved RGB image zooming method
Gour et al. Hardware accelerator for real-time image resizing
JP4621944B2 (en) Image filter device, method and computer program
CN115908132A (en) Image scaling processing method and device based on cubic convolution interpolation method
TWI406187B (en) Fast and high quality image/video interpolation method and apparatus
Hsiao et al. Real-time realisation of noise-immune gradient-based edge detector
KR20150019192A (en) Apparatus and method for composition image for avm system
Aydin et al. Rapid design of real-time image fusion on FPGA using HLS and other techniques
Sangiovanni et al. Hardware-oriented multi-exposure fusion approach for real-time video processing on FPGA
Luo et al. Improved LUT-based image warping for video cameras
Yang et al. FPGA Implementation of Image Super-Resolution Based on Bicubic Interpolation and CNN
JP5325246B2 (en) Image processing device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant