Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

haar cascades for humans are no more available in opencv3, but there are other options:

  • HOGDescriptor
  • pretrained dnn models (e.g.yolo)
  • dpm (from opencv_contrib)

haar cascades for humans are no more available in opencv3, but there are other options:

  • HOGDescriptor
  • pretrained dnn models (e.g.yolo)
  • dpm (from opencv_contrib)

unfortunately, no readymade android tutorials available for this ;(

haar cascades for humans are no more available in opencv3, but there are other options:

  • HOGDescriptorHOGDescriptor (has pretrained model for upright humans)
  • pretrained dnn models (e.g.yolo)
  • dpm (from opencv_contrib)opencv_contrib, more robust than HOG, but much slower)

unfortunately, no readymade android tutorials available for this ;(

haar cascades for humans are no more available in opencv3, but there are other options:

  • HOGDescriptor (has pretrained model for upright humans)
  • pretrained dnn models (e.g.yolo)
  • dpm (from opencv_contrib, more robust than HOG, but much slower)

unfortunately, no readymade android tutorials available for this this, and if you expected to "just grab some code and be done with it" -- no, bad luck. ;(