1. 15 Mar, 2017 1 commit
    • Maksim Shabunin's avatar
      Reduced modules dependencies: · f8807f18
      Maksim Shabunin authored
      - made some of dependencies explicit
      - removed dependencies to highgui and some other modules where possible
      - modified some samples to build without modules
      f8807f18
  2. 25 Jan, 2017 1 commit
  3. 15 Dec, 2016 1 commit
  4. 07 Oct, 2016 2 commits
  5. 04 Oct, 2016 1 commit
    • Minh Ngo's avatar
      Exporting saliency classes to Python · 5b2d6a66
      Minh Ngo authored
      Fixing compilation
      
      Patched the saliency module to use ObjectivenessBING bounding box
      proposals from python.
      
      Usage:
      
      ```
      bing = cv2.saliency.ObjectnessBING()
      img = cv2.imread('/home/ignotus/Pictures/10376146_973700932714682_2056967515849182952_n.jpg')
      bing.computeSaliency(img)
      ```
      5b2d6a66
  6. 26 Feb, 2015 1 commit
  7. 08 Dec, 2014 1 commit
  8. 01 Jul, 2014 1 commit
  9. 19 Jun, 2014 1 commit
  10. 27 May, 2014 1 commit
  11. 21 May, 2014 1 commit
  12. 20 May, 2014 1 commit