To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

File:DCT filter comparison.png

From Wikipedia, the free encyclopedia

Original file(538 × 709 pixels, file size: 258 KB, MIME type: image/png)

Summary

Description
This image shows the effect of applying eight different filters on a test image by multiplying the spectra obtained with discrete cosine transform (DCT). Common effect such as low-pass and high-pass can be seen.

I created the image completely myself, using my own photo and Aileron font (CC0, by dot colon) and I release it under CC0. I used GIMP and GNU Octave. The Octave command used to filter the image is (consider CC0 as well):

pkg load signal; for i = 1:24, img = uint8(idct2(dct2(double(rgb2gray(imread("~/Documents/fft dct examples/test.png")))) .* rgb2gray(double(imread(strcat("~/Documents/fft dct examples/filter",num2str(i),".png")))))); imwrite(img,strcat("~/Documents/fft dct examples/result",num2str(i),".png")); end

The spectrum image is displayed directly without any smart mapping with:

imshow(uint8(dct2(rgb2gray(imread("~/Documents/fft dct examples/test.png")))))
Therefore the values are cropped and the spectrum image loses some information about the original image. It is there only to give an idea about what the spectrum looks like.
Date
Source Own work
Author Drummyfish

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Captions

comparison of diference DCT filter effects

Items portrayed in this file

depicts

27 March 2019

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:40, 28 March 2019Thumbnail for version as of 15:40, 28 March 2019538 × 709 (258 KB)DrummyfishChange some filters for more demonstrative results.
22:02, 27 March 2019Thumbnail for version as of 22:02, 27 March 2019538 × 709 (261 KB)DrummyfishUser created page with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Metadata

Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.