can i make a logical of a matrix the same size as a matrix?

I have a matrix of doubles and convert the image to a black and whit image, anything in the whit is the inside the rest is outside.
I want to use logical to find the pixels of value 1 and use them to find the inner points of the curve.
is this possible?
thanks!

 Accepted Answer

John, do you know how to use the debugger? Because that is your best approach. If not, look here: http://blogs.mathworks.com/videos/2012/07/03/debugging-in-matlab/. Second best approach is to ask "Author: Baris Sumengen sumengen@ece.ucsb.edu" for help since he gave you the code. He might be willing to help you even more to get it working. That's a lot of code to ask us to dig into, understand, fix, and hand over to you to resolve the vague problem that "the solution is never what ti should be."
MATLAB has an active contour function built in. If you want me to give you my demo, let me know.

More Answers (1)

Have you seen the Image Processing Toolbox's activecontour?
It has a Chan-Vese method already implemented

1 Comment

Either way, you're using someone else's function so what difference does it make?

Sign in to comment.

Categories

Find more on Convert Image Type in Help Center and File Exchange

Asked:

on 17 Mar 2014

Edited:

on 18 Mar 2014

Community Treasure Hunt

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

Start Hunting!