Common pre processing in blob extracting

asked 2013-08-20 07:57:11 -0600

nkint gravatar image

Hi! I'm trying to do some blob extracting and the normal procedure I've seen in a lot of example codes is:

  • after some background butraction/modeling/etc we have cv::Mat I (black and white)
  • apply some processing like blur, erode, dilate
  • apply findContours
  • filter blob (like with contourArea)

I'd like to know if there are some common way of handling the pre-processing before find contours or if they can be avoided because of computationally too expencive

edit retag flag offensive close merge delete