File: ChESS_response_5.docstring

package info (click to toggle)
mrgingham 1.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 420 kB
  • sloc: cpp: 2,285; ansic: 479; sh: 364; python: 280; makefile: 92
file content (27 lines) | stat: -rw-r--r-- 647 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Runs the ChESS detector to compute a "cornerness" response

SYNOPSIS

    response = mrgingham.ChESS_response_5(image)

This wraps the reference implementation described in this paper:

  https://arxiv.org/abs/1301.5491

Implementation obtained here:

  http://www-sigproc.eng.cam.ac.uk/Main/SB476Chess

Copyright 2010-2012 Stuart Bennett

This function supports broadcasting fully.

ARGMENTS

- image: numpy array of shape (H,W) and dtype np.uint8. This is the image we're
  processing. Must be densely-stored, grayscale image

RETURNED VALUE

A numpy array of shape (H,W): the same shape as the input. Unlike the input,
this has dtype np.uint16