edge detection in HSV .

조회 수: 2 (최근 30일)
preet
preet 2013년 8월 13일
As we know to calculate the edge detection in HSV color space firstly we have to convert HSV in Cartesian coordinate system.can you tell me how to do it

답변 (1개)

Image Analyst
Image Analyst 2013년 8월 13일
I'm not sure what that means, and I don't think you do either. I'm nearing the end of an around the world trip teaching color classes and if I can't figure it out then I doubt others will know either. Your HSV image is in Cartesian coordinate system already since you have 3 rectangular images which represent your image in the three channels H, S, and V. If you want, you can run an edge detector on the V channel. Sure, HSV is a cylindrical version of LAB but I don't see how that helps you. If you want, you can convert to LAB color space, and get three more rectangular images, and then do edge detection on the L image. Perhaps if you uploaded your image and said what you want to measure I'd be able to suggest an appropriate approach.
  댓글 수: 1
preet
preet 2013년 8월 14일
actually i have to convert RGB to HSV firstly then transformed HSV into Cartesian coordinate system . so please tell me from beginning How to transform it into Cartesian coordinate system.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by