Two-dimensional pyramid filter architecture

Embodiments of a two-dimensional pyramid filter architecture are described.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
RELATED APPLICATIONS

[0001] This patent application is related to U.S. patent application Ser. No. 09/754,684, titled “Multiplierless Pyramid Filter,” filed Jan. 3, 2001, by Tinku Acharya, assigned to the assignee of the present invention and herein incorporated by reference.

BACKGROUND

[0002] This disclosure is related to pyramid filters.

[0003] In image processing it is often desirable to decompose an image, such as a scanned color image, into two or more separate image representations. For example, a color or gray-scale document image can be decomposed into background and foreground images for efficient image processing operations, such as enhancement, compression, etc., as are at times applied in a typical photocopying machine or scanner device. In this context, this operation is often referred to as a descreening operation. This descreening is also sometimes applied to remove halftone patterns that may exist in an original scanned image. For example, these halftone patterns may cause objectionable artifacts for human eyes if not properly removed. The traditional approach for this decomposition or descreening is to filter the color image in order to blur it. These blurred results are then used to assist in determining how much to blur and sharpen the image in order to produce the decomposition. Typically this blurring can be achieved using a “symmetric pyramid” filter. Symmetric pyramid finite impulse response (FIR) filters are well-known.

[0004] One disadvantage of this image processing technique, however, is that the complexity increases many fold when a number of pyramid filters of different sizes are applied in parallel in order to generate multiple blurred images, to apply the technique as just described. A brute force approach for this multiple pyramid filtering approach is to use multiple FIR filters in parallel, as illustrated in FIG. 1. Such an approach demonstrates that the design and implementation of fast “symmetric pyramid filtering” architectures to generate different blurred images in parallel from a single source image may be desirable.

[0005] The numbers provided in parenthesis for each FIR block in FIG. 1 represents the pyramid filter of corresponding length. For example, (1, 2, 1) are the filter coefficients for a symmetric pyramid finite impulse response (FIR) filter of order or length 3. Likewise, (1, 2, 3, 2, 1) are the coefficients for an FIR pyramid filter of order 5, and so forth.

[0006] Unfortunately, the approach demonstrated in FIG. 1 has disadvantages. For example, inefficiency may result from redundant computations. Likewise, FIR implementations frequently employ multiplier circuits. While implementations exist to reduce or avoid the use of multipliers, such as with shifting and summing circuitry, that may then result in increased clocking and, hence, may reduce circuit through-put. A need, therefore, exists for improving pyramid filtering implementations or architectures.

BRIEF DESCRIPTION OF THE DRAWINGS

[0007] Subject matter is particularly pointed out and distinctly claimed in the concluding portion of the specification. The claimed subject matter, however, both as to organization and method of operation, together with objects, features, and appendages thereof, may best be understood by reference of the following detailed description when read with the accompanying drawings in which:

[0008] FIG. 1 is a block diagram illustrating a brute force approach to implementing a finite impulse response (FIR) multiple pyramid filtering architecture;

[0009] FIG. 2 is one embodiment of a one-dimensional multiplierless pyramid filter;

[0010] FIG. 3 is one embodiment of a two-dimensional pyramid filter architecture;

[0011] FIG. 4 is a table/matrix showing an example of a matrix that may result from implementing a two-dimensional pyramid filter architecture, such as one that may be implemented by the embodiment of FIG. 3;

[0012] FIG. 5 is a table/matrix showing an example of a two-dimensional signal that may be operated upon by a two-dimensional pyramid filter architecture;

[0013] FIG. 6 is a table/matrix showing an example of applying a one-dimensional pyramid filter kernel both row-wise and column-wise;

[0014] FIG. 7 is the table/matrix of FIG. 6 for k=9;

[0015] FIG. 8 is a table/matrix showing the result of applying a one-dimensional pyramid filter to the rows of a two-dimensional input signal sample matrix; and

[0016] FIG. 9 is a table/matrix showing the result of applying a one-dimensional pyramid filter to the columns of a two-dimensional input signal sample matrix.

DETAILED DESCRIPTION

[0017] In the following detailed description, numerous specific details are set forth in order to provide a thorough understanding of the claimed subject matter. However, it will be understood by those skilled in the art that the claimed subject matter may be practiced without these specific details. In other instances, well-known methods, procedures, components and circuits have not been described in detail in order so as not to obscure the claimed subject matter.

[0018] As previously described, pyramid filtering, in particular, symmetric pyramid filtering, may be employed in connection with color images or color image processing in order to decompose or descreen the image, such as into a background and foreground image, for example. Although the claimed subject matter is not limited in scope in this respect, in such a context, pyramid filtering architectures that reduce computational complexity or processing and/or hardware cost are particularly desirable. Likewise, implementations that are multiplerless, that is do not specifically employ multiplication in the implementation, are also desirable usually because such implementations or embodiments are cheaper to implement than those that employ or include multiplier circuits.

[0019] Although the claimed scope is not limited in scope in this respect, FIG. 2 illustrates an embodiment 200 of a one-dimensional pyramid filter, such as described in more detail in aforementioned U.S. patent application Ser. No. 09/754,684, titled “Multiplierless Pyramid Filter,” by T. Acharya (attorney docket no. 042390.P10722), filed on Jan. 3, 2001. Embodiment 200 comprises a unified multiplierless cascaded symmetric pyramid filtering architecture to generate a multiple number of filtered output signal streams for a series or sequence of pyramid filters having different orders, the generation of the output signal streams occurring in parallel. In this particular embodiment, although, again, the claimed subject matter is not limited in scope in this respect, a filtered output signal stream is produced on every clock cycle for each pyramid filter of a different order being implemented. Therefore, in addition to being computationally efficient, this particular embodiment produces good results in terms of throughput. However, as previously indicated, this particular embodiment implements a one-dimensional pyramid filter.

[0020] FIG. 2 is understood in the context of specific notation. For example, an input source signal, X, may be designated as follows:

X=(x0, x1, . . . , xi−2, xi−1, xi, xi+1, xi+2, . . . )

[0021] In digital or discrete signal processing, filtering may be expressed as a convolution, {circle over (×)}, of the input signal, X, and a filter, F, in this context a digital filter of finite length, referred to here as a finite impulse response (FIR) filter. Therefore, the filtered output signal stream is indicated as follows:

Y=X{circle over (×)}F

[0022] As previously described, the particular embodiment in FIG. 2 employs pyramid filters. These filters are typically implemented using digital filters of lengths or orders that are odd, such as 3, 5, 7, 9, etc. Odd numbers or orders, in this context, may be expressed in the form 2N−1, where N is a positive integer greater than two, for example. Some examples of such digital filters are as follows:

F3=(1, 2, 1)

F5=(1, 2, 3, 2, 1)

F7=(1, 2, 3, 4, 3, 2, 1)

F9=(1, 2, 3, 4, 5, 4, 3, 2, 1)

FM=(1, 2, 3, . . . , N, . . . , 3, 2, 1) (where, in this context, M=2N−1)

[0023] For the foregoing filters, the filtered output signals or output signal streams may be represented as follows:

B3=X{circle over (×)}F3=(b03, b13, . . . , bi−13, bi3, bi+13, . . . ) result of input signal X filtered by F3

B5=X{circle over (×)}F5=(b05, b15, . . . , bi−15, bi5, bi+15, . . . ) result of input signal X filtered by F5

B7=X{circle over (×)}F7=(b07, b17, . . . , bi−17, bi7, bi+17, . . . ) result of input signal X filtered by F7

B9=X{circle over (×)}F9=(b09, b19, . . . , bi−19, bi9, bi+19, . . . ) result of input signal X filtered by F9

BM=X{circle over (×)}FM=(b0M, b1M, . . . , bi−1M, biM, bi+1M, . . . ) result of input signal X filtered by FM

[0024] An alternate way to empirically represent these filtered output signal samples is as follows:

bi3=xi−1+2xi+xi+1

bi5=xi−2+2xi−1+3xi+2xi+1+xi+2

bi7=xi−3+2xi−2+3xi−1+4xi+4xi+3xi+1+2xi+2+xi+3

bi9=xi−4+2xi−3+3xi−2+4xi−1+5xi+4xi+1+3xi+2+2xi+3+xi+4

[0025] Likewise, by introducing what is referred to, in this context, as state variables, the above expressions may be re-expressed as follows:

bi3=xi+si3, where si3=xi−1+xi+xi+1

bi5=bi3+si5, where si5=xi−2+xi−1+xi+xi+1+xi+2

bi7=bi5+si7, where si7=xi−3+xi−2+xi−1+xi+xi+1+xi+2+xi+3

bi9=bi7+si9, where si9=xi−4+xi−3+xi−2+xi−1+xi+xi+1+xi+2+xi+3+xi+4

[0026] Hence, the desired pyramid filter may be expressed as follows:

B3=X+S3, where S3=(s03, s13, s23, . . . , si−13, si3, si+13, . . . )

B5=B3S5, where S3=(s05, s15, s25, . . . , si−15, si5, si+15, . . . )

B7=B5S7, where S7=(s07, s17, s27, . . . , si−17, si7, si+17, . . . )

B9=B7S9, where S9=(s09, s19, s29, . . . , si−19, s9, si+19, . . . )

[0027] A study of FIG. 2 illustrates that the computed output signal streams, B3, B5, B7, B9, etc. of the pyramid filters shown in FIG. 2 are produced by the embodiment illustrated.

[0028] The previous discussion of pyramid filters occurs in the context of one-dimensional filtering; however, due at least in part to the symmetric nature of such filters, it is possible to implement pyramid two-dimensional filtering instead of computing in a row-wise and column-wise one-dimensional fashion that employs extra computational steps. If we represent the one-dimensional k-tap pyramid filter as 1 F k = [ 1 ⁢   ⁢ 2 ⁢   ⁢ 3 … k - 1 2 … 3 ⁢   ⁢ 2 ⁢   ⁢ 1 ] ,

[0029] the corresponding two dimensional pyramid filter Fk×k may be derived as shown in FIG. 6. In FIG. 7, we have shown the two-dimensional pyramid filter kernel for k=9. Assuming a two-dimensional input signal, e.g, signal samples, having the form shown in FIG. 5, FIG. 4 is a table illustrating a matrix that may result, here a two-dimensional filtered signal sample output matrix, Pk×k, in which the two dimensional input signal sample matrix is filtered using two-dimensional pyramid filter kernel Fk×k,.

[0030] The matrix shown in FIG. 8 may result from applying a one-dimensional k-tap pyramid filter in every row of the two-dimensional input signal sample matrix and the matrix shown in FIG. 9 may result from applying a one-dimensional k-tap pyramid filter in every column of the two-dimensional input signal sample matriz. The matrix in FIG. 4 may result from applying the two-dimensional (k×k) tap filter to the two dimensional input signal sample matrix or, alternatively, it may result from applying the one-dimensional k-tap pyramid filter row-wise and then followed by column-wise. Applying this approach to generate filtered signal samples outputs P1×3, P3×1, and P3×3, produces the following relationships:

Pi,j1×3=si,j−1+2si,j+si,j+1

Pi,j3×1=si−1,j+2si,j+si+1,j

Pi,j3×3=si−1,j−1+2si−1,j+si−1,j+1+2si,j−1+4si,j+2si,j+1+si+1,j−1+2si+1,j+si+1,j+1

[0031] Likewise, generating filtered signal samples outputs P1×5, P5×1, and P5×5, produces the following relationships:

Pi,j5×1=si−2,j+2si−1,j+3si,j+2si+1,j+si+2,j

Pi,j1×5=si,j−2+2si,j−1+3si,j+2si,j+1+si,j+2

[0032] 2 P i , j 5 × 5 =   ⁢ ( s i - 2 , j - 2 + 2 ⁢ s i - 2 , j - 1 + 3 ⁢ s i - 2 , j + 2 ⁢ s i - 2 , j + 1 + s i - 2 , j + 2 ) +   ⁢ ( 2 ⁢ s i - 1 , j - 2 + 4 ⁢ s i - 1 , j - 1 + 6 ⁢ s i - 1 , j + 4 ⁢ s i - 1 , j + 1 + s i - 1 , j + 2 ) +   ⁢ ( 3 ⁢ s i , j - 2 + 6 i , j - 1 + 9 ⁢ s i , j + 6 ⁢ s i , j + 1 + 3 ⁢ s i , j + 2 ) + ( 2 ⁢ s i + 1 , j - 2 +   ⁢ 4 ⁢ s i + 1 , j - 1 + 6 ⁢ s i + 1 , j + 4 ⁢ s i + 1 , j + 1 + 2 ⁢ s i + 1 , j + 2 ) + ( s i + 2 , j - 2 +   ⁢ 2 ⁢ s i + 2 , j - 1 + 3 ⁢ s i + 2 , j + 2 ⁢ s i + 2 , j + 1 + s i + 2 , j + 2 ) &AutoLeftMatch;

[0033] Mathematical manipulation of these equations produces the following result: 3 P i , j 5 × 5 = ( P i , j 5 × 1 + P i , j 1 × 5 ) + ( P i - 1 , j - 1 3 × 3 + P i - 1 , j + 1 3 × 3 + P i + 1 , j - 1 3 × 3 + P i + 1 , j + 1 3 × 3 ) - s i , j [ 1 ]

[0034] Equation [1] above illustrates that a direct two-dimensional pyramid filter architecture of order 2N−1, in this case where N is three, may potentially be implemented using either four two-dimensional pyramid filters of order [2(N−1)−1] or one two-dimensional pyramid filter of order [2(N−1)−1] using four signal sample matrices 4 P i - 1 , j - 1 3 × 3 , P i - 1 , j + 1 3 × 3 , P i + 1 , j - 1 3 × 3 , P i + 1 , j + 1 3 × 3

[0035] and two one-dimensional pyramid filters of order 2N−1, here row-wise and column-wise, in this example. FIG. 3 is a schematic diagram illustrating such an embodiment, although, of course, the claimed subject matter is not limited in scope to this particular implementation or embodiment. For example, the output signal samples corresponding to those produced by four two-dimensional pyramid filters of order 2N−1, here order five where N is three, may not necessarily be produced by two-dimensional pyramid filters. As just one example, these output signals may be produced using one-dimensional pyramid filters. One such filter is shown in FIG. 2, although, again, additional approaches to producing the output signals for the architecture shown in FIG. 3 may also be employed.

[0036] FIG. 3 illustrates an integrated circuit (IC), 300, although, of course, alternative embodiments may not necessarily be implemented on a single integrated circuit chip. IC 300 includes a two-dimensional pyramid filter architecture of an order 2N−1, where N is a positive integer greater than two, here three. This two-dimensional pyramid filter architecture of order 2N−1, or order five here, in operation, is capable of producing, on respective clock cycles, at least the following. Pyramid filtered output signals are produced corresponding to output signals produced by two one-dimensional pyramid filters of order 2N−1, again, five in this example where N is three, 330 and 340 in FIG. 3. Pyramid filtered output signals are also produced corresponding to output signals produced either by four two-dimensional pyramid filters or one two-dimensional pyramid of order [2(N−1)−1] or three here, where N is three, using signal sample matrices. 5 P i - 1 , j - 1 3 × 3 , P i - 1 , j + 1 3 × 3 , P i + 1 , j - 1 3 × 3 , P i + 1 , j + 1 3 × 3 .

[0037] These output signals are summed by adder 310 in FIG. 3. Likewise, the respective output signals in this two dimensional pyramid filter architecture implementation, in the implementation in FIG. 3, for example, the output signals of 310, 330 and 340, are summed on respective clock cycles of the two dimensional pyramid filter architecture, by adder 320 in FIG. 3. Of course, FIG. 3 is just one possible example of an implementation and the claimed subject matter is not limited in scope to this or to another particular implementation.

[0038] For example, N is not limited to three. Likewise, the pyramid filtered output signals that correspond to output signals produced by a two-dimensional pyramid filter are not limited to being implemented by one-dimensional pyramid filters or to two-dimensional pyramid filters. Likewise, as previously indicated, if one-dimensional filters are employed, then the filters are not limited to the implementation approach described in aforementioned U.S. patent application Ser. No. 09/754,684, titled “Multiplierless Pyramid Filter,” filed Jan. 3, 2001, by Tinku Acharya. For example, one-dimensional pyramid filters other than multiplierless pyramid filters may be employed. Likewise, depending on the implementation, different numbers of such pyramid filters and different orders of such pyramid filters may be employed. For example, the output signals may be combined or processed in a way to produce pyramid filtered output signals corresponding to pyramid filters of a different number, dimension, or order.

[0039] It will, of course, be understood that, although particular embodiments have just been described, the invention is not limited in scope to a particular embodiment or implementation. For example, one embodiment may be in hardware, whereas another embodiment may be in software. Likewise, an embodiment may be in firmware, or any combination of hardware, software, or firmware, for example. Likewise, although the invention is not limited in scope in this respect, one embodiment may comprise an article, such as a storage medium. Such a storage medium, such as, for example, a CD-ROM, or a disk, may have stored thereon instructions, which when executed by a system, such as a computer system or platform, or an imaging system, for example, may result in an embodiment of a method in accordance with the present invention being executed, such as an embodiment of a method of filtering or processing an image or video, for example, as previously described. For example, an image processing platform or an imaging processing system may include an image processing unit, a video or image input/output device and/or memory.

[0040] While certain features of the invention have been illustrated and described herein, many modifications, substitutions, changes and equivalents will now occur to those skilled in the art. It is, therefore, to be understood that the appended claims are intended to cover all such modifications and changes as fall within the true spirit of the invention.

Claims

1. An integrated circuit comprising:

a two-dimensional pyramid filter architecture of an order 2N−1, where N is a positive integer greater than two;
said two dimensional pyramid filter architecture of order 2N−1, in operation, capable of producing, on respective clock cycles, at least the following:
pyramid filtered output signals corresponding to output signals produced by two one-dimensional pyramid filters of order 2N−1; and
pyramid filtered output signals corresponding to output signals produced either by four two-dimensional pyramid filters or one two-dimensional pyramid filter of order [2(N−1)−1] using signal sample matrices of order [2(N−1)−1];
wherein the respective output signals in said two dimensional pyramid filter architecture are summed on respective clock cycles of said two dimensional pyramid filter architecture.

2. The integrated circuit of claim 1, wherein N is three; and

wherein said two dimensional pyramid filter architecture of order five, in operation, capable of producing, on respective clock cycles, the pyramid filtered output signals corresponding to output signals produced either by four two-dimensional pyramid filter or one two-dimensional pyramid of order three using four signal sample matrices
6 P i - 1, j - 1 3 × 3, P i - 1, j + 1 3 × 3, P i + 1, j - 1 3 × 3, P i + 1, j + 1 3 × 3,
 the pyramid filtered output signals being produced by a plurality of one-dimensional pyramid filters.

3. The integrated circuit of claim 2, wherein said one-dimensional pyramid filters comprise a sequence of scalable cascaded multiplerless operational units, each of said operational units capable of producing a different order pyramid filtered output signal sample stream.

4. The integrated circuit of claim 2, wherein said one-dimensional pyramid filters comprise other than one-dimensional multiplierless pyramid filters.

5. The integrated circuit of claim 2, wherein said two dimensional pyramid filter architecture of order five, in operation, capable of producing, on respective clock cycles, the pyramid filtered output signals corresponding to output signals produced either by four two-dimensional pyramid filters or one two-dimensional pyramid of order three using four signal sample matrices

7 P i - 1, j - 1 3 × 3, P i - 1, j + 1 3 × 3, P i + 1, j - 1 3 × 3, P i + 1, j + 1 3 × 3,
the pyramid filtered output signals produced by a plurality of one-dimensional pyramid filters being produced by eight one-dimensional pyramid filters of order three.

6. The integrated circuit of claim 5, wherein, of the eight one-dimensional pyramid filters of order three, four are applied row-wise and four are applied column-wise.

7. The integrated circuit of claim 5, wherein said two dimensional pyramid filter architecture of order five, in operation, capable of producing, on respective clock cycles, the pyramid filtered output signals corresponding to output signals produced by four two-dimensional pyramid filters of order three, the pyramid filtered output signals produced by a plurality of one-dimensional pyramid filters being produced by eight one-dimensional multiplierless pyramid filters of order three.

8. The integrated circuit of claim 7, wherein, of the eight one-dimensional pyramid filters of order three, four are applied row-wise and four are applied column-wise.

9. The integrated circuit of claim 2, wherein said two dimensional pyramid filter architecture of order five, in operation, capable of producing, on respective clock cycles, the pyramid filtered output signals corresponding to output signals produced by four two-dimensional pyramid filters of order three, the pyramid filtered output signals produced by a plurality of one-dimensional pyramid filters being produced by other than one-dimensional multiplierless pyramid filters.

10. The integrated circuit of claim 1, wherein N is three;

said two dimensional pyramid filter architecture of order five, in operation, being capable of producing, on respective clock cycles, at least the following:
output signals produced by four two-dimensional pyramid filters of order three.

11. The integrated circuit of claim 1, wherein said two dimensional pyramid filter architecture of order five, in operation, capable of producing, on respective clock cycles, the pyramid filtered output signals corresponding to output signals produced by four two-dimensional pyramid filters of order three, the pyramid filtered output signals being produced by two-dimensional pyramid filters other than four two-dimensional pyramid filters.

12. A method of filtering an image using a two-dimensional pyramid filter architecture of order 2N−1, where N is a positive integer greater than two, said method comprising:

summing, on respective clock cycles of said two dimensional pyramid filter architecture, the following:
pyramid filtered output signals corresponding to output signals produced by two one-dimensional pyramid filters of order 2N−1; and
pyramid filtered output signals corresponding to output signals produced either by four two-dimensional pyramid filters or one two-dimensional pyramid filter of order [2(N−1)−1] using signal sample matrices of order [2(N−1)−1].

13. The method of claim 12, wherein N is three;

pyramid filtered output signals corresponding to output signals produced either by four two-dimensional pyramid filters or one two-dimensional pyramid filter of order [2(N−1)−1] using signal sample matrices of order [2(N−1)−1] comprising output signals produced by four two-dimensional pyramid filters of order three.

14. The method of claim 12, wherein N is three; and

wherein the pyramid filtered output signals corresponding to output signals produced either by four two-dimensional pyramid filters or one two-dimensional pyramid of order three using four signal sample matrices
8 P i - 1, j - 1 3 × 3, P i - 1, j + 1 3 × 3, P i + 1, j - 1 3 × 3, P i + 1, j + 1 3 × 3,
 comprise pyramid filtered output signals produced by a plurality of one-dimensional pyramid filters.

15. The method of claim 14, wherein said one-dimensional pyramid filters comprise a sequence of scalable cascaded multiplerless operational units, each of said operational units capable of producing a different order pyramid filtered output signal sample stream.

16. An article comprising: a storage medium, said storage medium having stored thereon instructions, that, when executed result in filtering an image using a two-dimensional pyramid filter architecture of order 2N−1, where N is a positive integer greater than two, by:

summing, on respective clock cycles of said two dimensional pyramid filter architecture, the following:
pyramid filtered output signals corresponding to output signals produced by two one-dimensional pyramid filters of order 2N−1; and
pyramid filtered output signals corresponding to output signals produced either by four two-dimensional pyramid filters or one two-dimensional pyramid filter of order [2(N−1)−1] using signal sample matrices of order [2(N−1)−1].

17. The article of claim 16, wherein N is three;

pyramid filtered output signals corresponding to output signals produced either by four two-dimensional pyramid filters or one two-dimensional pyramid filter of order [2(N−1)−1] using signal sample matrices of order [2(N−1)−1] comprising output signals produced by four two-dimensional pyramid filters of order three.

18. The article of claim 16, wherein N is three; and

wherein the pyramid filtered output signals corresponding to output signals produced either by four two-dimensional pyramid filters or one two-dimensional pyramid of order three using four signal sample matrices
9 P i - 1, j - 1 3 × 3, P i - 1, j + 1 3 × 3, P i + 1, j - 1 3 × 3, P i + 1, j + 1 3 × 3,
 comprise pyramid filtered output signals produced by a plurality of one-dimensional pyramid filters.

19. The article of claim 18, wherein said one-dimensional pyramid filters comprise a sequence of scalable cascaded multiplerless operational units, each of said operational units capable of producing a different order pyramid filtered output signal sample stream.

20. An image processing system comprising:

an image processing unit to filter scanned color images;
said image processing unit including at least one two-dimensional pyramid filter architecture;
said at least one two-dimensional pyramid filter architecture comprising:
a two-dimensional pyramid filter architecture of an order 2N−1, where N is a positive integer greater than two;
said two dimensional pyramid filter architecture of order 2N−1, in operation, capable of producing, on respective clock cycles, at least the following:
pyramid filtered output signals corresponding to output signals produced by two one-dimensional pyramid filters of order 2N−1; and
pyramid filtered output signals corresponding to output signals produced either by four two-dimensional pyramid filters or one two-dimensional pyramid filter of order [2(N−1)−1] using signal sample matrices of order [2(N−1)−1];
wherein the respective output signals in said two dimensional pyramid filter architecture are summed on respective clock cycles of said two dimensional pyramid filter architecture.

21. The system of claim 20, wherein N is three;

pyramid filtered output signals corresponding to output signals produced either by four two-dimensional pyramid filters or one two-dimensional pyramid filter of order [2(N−1)−1] using signal sample matrices of order [2(N−1)−1] comprising output signals produced by four two-dimensional pyramid filters of order three.

22. The system of claim 20, wherein N is three; and

wherein the pyramid filtered output signals corresponding to output signals produced either by four two-dimensional pyramid filters or one two-dimensional pyramid of order three using four signal sample matrices
10 P i - 1, j - 1 3 × 3, P i - 1, j + 1 3 × 3, P i + 1, j - 1 3 × 3, P i + 1, j + 1 3 × 3,
 comprise pyramid filtered output signals produced by a plurality of one-dimensional pyramid filters.

23. The system of claim 22, wherein said one-dimensional pyramid filters comprise a sequence of scalable cascaded multiplerless operational units, each of said operational units capable of producing a different order pyramid filtered output signal sample stream.

Patent History
Publication number: 20020174154
Type: Application
Filed: Mar 26, 2001
Publication Date: Nov 21, 2002
Inventor: Tinku Acharya (Chandler, AZ)
Application Number: 09817711
Classifications
Current U.S. Class: Filtering (708/300); Multidimensional Data (708/308)
International Classification: G06F017/10;