필터 지우기
필터 지우기

bwareaopen in (Computer vision Toolbox)?

조회 수: 1 (최근 30일)
Akira Chan
Akira Chan 2015년 7월 10일
댓글: Image Analyst 2015년 7월 11일
Greetings programmers,
I just need to ask a simple question. In the past, I have used the image processing toolbox and now I want to use the computer vision toolbox. The main question here is that I have used "bwareaopen" to remove pixel from my image. But now I want to use the exact same function but I don't know that command for it in the computer vision toolbox. Can someone please help me? Thank you. I am doing video processing now, if you are asking.
Regards, Akira
  댓글 수: 2
Ashish Uthama
Ashish Uthama 2015년 7월 10일
편집: Ashish Uthama 2015년 7월 10일
Why not continue to use bwareaopen? (it will be available if you have the computer vision toolbox .. since this toolbox needs the image processing toolbox anyway)
Akira Chan
Akira Chan 2015년 7월 11일
Omg thank you, I was so blind and I have no idea what I was thinking. Thank you and sorry for your time.

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

채택된 답변

Image Analyst
Image Analyst 2015년 7월 10일
The Computer Vision System Toolbox requires the Image Processing Toolbox. So it does not duplicate any functions from the Image Processing Toolbox that I'm aware of - why should it? If you want to use that function, just go ahead and you'll be able to - don't worry about which toolbox it's in.
As an aside, you might take a look at a new function similar to but useful in more and different ways: bwareafilt() . Not that it matters, but it's also in the Image Processing Toolbox.
  댓글 수: 2
Akira Chan
Akira Chan 2015년 7월 11일
편집: Akira Chan 2015년 7월 11일
Thank you very much Image Analyst, I have solved my problem, I feel like an idiot now. However, I will give that bwarefilt() a look, thanks so much!
Image Analyst
Image Analyst 2015년 7월 11일
If you have an old version that doesn't have bwareafilt(), see the attached demo that I wrote that does the same thing.
If your problem is solved, can you "Accept this answer" and "Vote" for it? Thanks in advance.

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

추가 답변 (0개)

카테고리

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