clustering image segments in opencv

后端 未结 4 1606
遥遥无期
遥遥无期 2021-02-06 02:11

I am working on motion detection with non-static camera using opencv. I am using a pretty basic background subtraction and thresholding approach to get a broad sense of all that

4条回答
  •  后悔当初
    2021-02-06 02:54

    I guess you can improve your original attempt by using morphological transformations. Take a look at http://docs.opencv.org/master/d9/d61/tutorial_py_morphological_ops.html#gsc.tab=0. Probably you can deal with a closed set for each entity after that, specially with separate players as you got in your original image.

提交回复
热议问题