Skip to content

Wiki Test Page

Wilhelm Burger edited this page Apr 1, 2023 · 6 revisions

Wiki Test Page

Including Images

Highlighting Code

require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
ImageProcessor ip = ... // any image
GenericFilter filter = new TschumperleDericheFilter();
try (ProgressMonitor m = new ProgressBarMonitor(filter)) {
    filter.applyTo(ip);
}

Mathematics (see here)

Inline math: $a+ \frac{b}{4}$

Display math:

$$ f(x) = x^2.$$

ImagingBook Wiki

Image Processing

2D Geometry

Clone this wiki locally