필터 지우기
필터 지우기

Image-Processing to Computer-Vision

조회 수: 1 (최근 30일)
Avri
Avri 2013년 3월 18일
I wrote a code that contains functions from image processing's toolbox I want to write the same function but this time the code need to use functions only from computer vision's toolbox. I know that it is possible to find almost every functions from image processing's toolbox in computer vision's toolbox. Where can I find a lookup table that convert function from one toolbox to another one

답변 (1개)

Wayne King
Wayne King 2013년 3월 18일
The Computer Vision System Toolbox requires the Image Processing Toolbox, so why do you want to try and separate the two? You may well find that CVST functions may use IPT functions under the hood in some instances so you won't be avoiding IPT.
  댓글 수: 3
Sean de Wolski
Sean de Wolski 2013년 3월 18일
MATLAB Coder supports a bunch of IPT functionality...
Avri
Avri 2013년 3월 18일
only 4 functions..

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

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by