Contour detection by CORF operator

The CORF contour operator is based on a computational model of a simple cell in visual cortex.

Download
Download

You are now following this Submission

Cite As

George Azzopardi (2026). Contour detection by CORF operator (https://www.mathworks.com/matlabcentral/fileexchange/36304-contour-detection-by-corf-operator), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.5.0

Fixed a bug. The variable mem is now first initialised to [].

Download
1.4.0

At line 103

Replaced
mem = find(ismember(data.params,[polarity rho],'rows',1);

with
mem = find(ismember(data.params,[polarity rho],'rows','legacy'),1);

Download
1.2.0

Added a link to download the corresponding paper

Download
1.1.0

I updated the Description by including the volume number and the page numbers of the citation to the paper on Biological Cybernetics

Download
1.0.0

Download