Clear Filters
Clear Filters

How to compare two image based on boundary color?

1 view (last 30 days)
I have two image fragments. what i want is to compare the image boundary of both fragments based on the color of the boundary pixel.
someone give me instruction how can I perform this

Accepted Answer

Image Analyst
Image Analyst on 25 Mar 2014
You can use the Image Processing Toolbox. Do you have that? Here are instructions:
  1. Check to see if you have the IP Toolbox. If not, buy it.
  2. Write your own custom algorithm to do the comparison on sample pictures.
  3. Test against a bunch of other pictures to see how robust it is. Tweak if necessary.
  4. Roll out your app to other users for use on their images.
Good luck.

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!