efficient Jmap

버전 1.1.0.0 (75 KB) 작성자: Su Dongcai
edge indicator robust to noise and texture
다운로드 수: 1.1K
업데이트 2010/12/6

라이선스 보기

This file is a fast computation of Jmap, which introduce in [1]. Jmap is an edge indicator which insensitive to noise and texture.
sample usage:
1.compile:
mex scale_sum.cpp
2. read an image:
img = imread('tiger.jpg');
3.Jmap computation:
Jmap = cmp_Jmap(img, 3, 7);
4. display image:
subplot(1, 2, 1), imshow(img, []), title("original image");
subplot(1, 2, 2), imshow(Jmap, []), title("Jmap");
reference:
[1]Yining Deng, B.S. Manjunath, Hyundoo Shin, "Color Image Segmentation,"
cvpr, vol. 2, pp.2446, 1999 IEEE Computer Society Conference on Computer
Vision and Pattern Recognition (CVPR'99)- Volume 2, 1999

인용 양식

Su Dongcai (2026). efficient Jmap (https://kr.mathworks.com/matlabcentral/fileexchange/29441-efficient-jmap), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Read, Write, and Modify Image에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.1.0.0

fixed a bug when input image is column data

1.0.0.0