Contour detection by CORF operator

버전 1.5.0.0 (101 KB) 작성자: George Azzopardi
The CORF contour operator is based on a computational model of a simple cell in visual cortex.
다운로드 수: 1.3K
업데이트 날짜: 2015/10/19

라이선스 보기

CORF uses as input the responses of center-on and center-off difference of Gaussians (DoG) operators. It achieves orientation selectivity by combining responses of DoG operators that are aligned in a colinear manner at a given orientation.
Besides orientation selectivity, the CORF operator achieves contrast invariant orientation tuning, cross orientation suppression and response saturation, typical properties of simple cells.
You are kindly invited to use this Matlab script and cite the following article:
George Azzopardi and Nicolai Petkov, "A CORF computational model of a simple cell that relies on LGN input outperforms the Gabor function model", Biological Cybernetics, vol.106(3), pp.177-189, 2012.
Paper [pdf]: http://link.springer.com/content/pdf/10.1007%2Fs00422-012-0486-6.pdf

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2008a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Recognition, Object Detection, and Semantic Segmentation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.5.0.0

Added a condition which checks if the data.params is empty
Fixed a bug. The variable mem is now first initialised to [].

1.4.0.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);

1.2.0.0

Added a link to download the corresponding paper

1.1.0.0

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

1.0.0.0