Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9035341
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T08:44:12+00:00 2026-06-16T08:44:12+00:00

I am working on image segmentation and i want to evaluate my work using

  • 0

I am working on image segmentation and i want to evaluate my work using misclassification error which equals

ME = 1- (|b0 intersect bt|+ |f0 intersect ft|)/(|b0|+|f0|)

where BO and FO denote the background and foreground of the original (ground-truth) image, BT and FT denote the background and foreground area pixels in the test image.

i don’t know how to discriminate object from background, and how to generate a scaler value.
I am working on matlab. I will appreciate any help. it is urgent.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T08:44:13+00:00Added an answer on June 16, 2026 at 8:44 am

    Using the nnz command, you can easily count the number of non-zero pixels in an image. Assume you have a segmented image si and a ground truth image gt, both of which are binary images, with ones wherever there is signal, the mis-classification can be written as

    ME = 1 - (nnz(~gt & ~si) + nnz(gt & si))/(numel(gt));
    

    In the denominator, you just put the total number of pixels, since that’s the sum of background plus foreground.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a color image segmentation in HSV color space using Matlab fuzzy
I am working on image processing library in c#. want to improve performance/speed and
I am uploading image to server using base64 its working fine if image is
Using Javascript I would like to show a working/loading image once a user hits
Im working on an image sharing site and want to implement tagging for the
I am working on image processing. I want to add the difference of pixels
I want to learn c++ as I will be working on image recognition, etc.
Hi, I am working on Image segmentation based on ROI and Contour algorithm. I
I'm new to Java and I want to add a background image to a
Working on image crop using Selectable. How do I change standard selector (dotted box

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.