0

Any existing java or matlab library to

  • do image subtracting with background image
  • clear out the shade
  • do dilate and erode to count out how many person in a room?
wizztjh
  • 6,979
  • 6
  • 58
  • 92

2 Answers2

2

OpenCV will help you do what you want, and there are Java bindings for it: Java OpenCV Bindings

In MATLAB you have the Image Processing Toolbox.

Community
  • 1
  • 1
Don Reba
  • 13,814
  • 3
  • 48
  • 61
2

Matlab has just the toolbox for this purpose. I'd highly recommend viewing Matlab's video processing webinar. There are examples of object counting:

  • how many cars drove by camera placed on a highway,
  • image segmentation for measuring rice grain quality.

It might be a perfect fit for you.

Rekin
  • 9,731
  • 2
  • 24
  • 38