Roberts Cross

Roberts Cross

In computer vision, the Roberts' Cross operator is one of the earliest edge detection algorithms, which works by computing the sum of the squares of the differences between diagonally adjacent pixels. This can be accomplished by convolving the image with two 2x2 kernels:

:egin{bmatrix} +1 & 0 \ 0 & -1\end{bmatrix}quad mbox{and} quad egin{bmatrix} 0 & -1 \+1 & 0 \end{bmatrix}

In other words, each pixel in the output image is calculated as follows:

tmp1 = absolute_value(input_image(x,y) - input_image(x+1,y+1)) tmp2 = absolute_value(input_image(x+1,y) - input_image(x,y+1)) output_image(x,y) = tmp1 + tmp2

Roberts' Cross is still in use due to the speed of computation, but performance compared to the alternatives is poor, with noise sensitivity a significant problem. It produces finer lines than other edge detection methods. It is sometimes called 'Roberts Filter'.

ee also

* computer vision
* digital image processing
* edge detection
* feature detection (computer vision)
* feature extraction
* Sobel operator A more advanced edge-detection operator that uses a similar technique


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Roberts-Operator — Der Roberts Operator ist ein einfacher Kantendetektions Algorithmus der Bildverarbeitung und einer der ältesten Operatoren. Der Operator wurde 1963 von Lawrence Roberts vorgestellt[1]. Hier wird die Differenz über Kreuz liegender Pixel berechnet …   Deutsch Wikipedia

  • Roberts Wesleyan College — seal Motto Latin: Ora et Labora Motto in English Pray and Work Established 1866 …   Wikipedia

  • Cross Border Leasing — (CBL) ist das Leasing über Nationengrenzen hinweg. Leasinggeber und Leasingnehmer haben ihren Sitz also in steuerrechtlich unterschiedlichen Staaten. Aus der Internationalität der Verträge ergaben sich für Unternehmen umstrittene steuerrechtliche …   Deutsch Wikipedia

  • Cross-Border-Leasing — (CBL) ist ein Leasing, bei dem der Leasinggeber und der Leasingnehmer ihren Sitz in verschiedenen Staaten haben. In der Regel wird CBL genutzt, um eine unterschiedliche Gesetzgebung in zwei Ländern zu nutzen und dadurch Steuern zu sparen bzw. zu… …   Deutsch Wikipedia

  • Cross Examination Debate Association — Type Non Profit Organization Founded 1971 Headquarters United States Key people Kathryn Rubino, President Website ww …   Wikipedia

  • Roberts, Julia — ▪ 2001       In 2000 10 years after she first captured the limelight with her starring role opposite Richard Gere in the box office hit Pretty Woman American actress Julia Roberts, the veteran of some 25 films, became the highest paid female… …   Universalium

  • Roberts, Frederick Sleigh —    , Earl Roberts of Kandahar and Pretoria (1832–1914)    A talented and popular British general, Roberts made his name fighting in India, Afghanistan, and South Africa, becoming commander in chief of the British Army in 1900. Roberts was… …   Encyclopedia of the Age of Imperialism, 1800–1914

  • Cross of St. George — This article is about the decoration. For the symbol itself, see St George s Cross. Original Cross of St. George.Ist and 2nd class were in gold. Ribbon …   Wikipedia

  • Cross-field head — A cross field head, sometimes referred to as X field, is an additional recording head in a tape recorder that improves the ability to record high frequency sounds. The concept was first introduced by Tandberg in their TB 6X 1960s, and more widely …   Wikipedia

  • Cross-dressing in film and television — Film poster for Glen or Glenda …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”